/external/iw/ |
D | phy.c | 31 return -ENOBUFS; in handle_name() 91 return -ENOBUFS; in handle_freqs() 144 return -ENOBUFS; in handle_freqchan() 200 return -ENOBUFS; in handle_fragmentation() 232 return -ENOBUFS; in handle_rts() 296 return -ENOBUFS; in handle_retry() 355 return -ENOBUFS; in handle_netns() 389 return -ENOBUFS; in handle_coverage() 435 return -ENOBUFS; in handle_distance() 487 return -ENOBUFS; in handle_txpower() [all …]
|
D | hwsim.c | 73 return -ENOBUFS; in handle_hwsim_getps() 105 return -ENOBUFS; in handle_hwsim_setps() 127 return -ENOBUFS; in handle_hwsim_stop_queues() 149 return -ENOBUFS; in handle_hwsim_wake_queues()
|
D | interface.c | 38 int err = -ENOBUFS; in parse_mntr_flags() 246 return -ENOBUFS; in handle_interface_add() 412 return -ENOBUFS; in handle_interface_set() 436 return -ENOBUFS; in handle_interface_meshid() 476 return -ENOBUFS; in handle_interface_type() 517 return -ENOBUFS; in handle_interface_noack_map() 551 return -ENOBUFS; in handle_interface_wds_peer() 579 return -ENOBUFS; in set_mcast_rate()
|
D | wowlan.c | 177 err = -ENOBUFS; in wowlan_parse_tcp_file() 191 return -ENOBUFS; in wowlan_parse_net_detect() 210 int err = -ENOBUFS; in handle_wowlan_enable() 218 return -ENOBUFS; in handle_wowlan_enable()
|
D | mpath.c | 120 return -ENOBUFS; in handle_mpath_get() 169 return -ENOBUFS; in handle_mpath_set()
|
D | station.c | 377 return -ENOBUFS; in handle_station_get() 446 return -ENOBUFS; in handle_station_set_plink() 494 return -ENOBUFS; in handle_station_set_vlan() 546 return -ENOBUFS; in handle_station_set_mesh_power_mode()
|
D | roc.c | 38 return -ENOBUFS; in handle_roc_start()
|
D | coalesce.c | 43 return -ENOBUFS; in handle_coalesce_enable() 161 err = -ENOBUFS; in handle_coalesce_enable()
|
D | ocb.c | 60 return -ENOBUFS; in join_ocb()
|
D | ps.c | 38 return -ENOBUFS; in set_power_save()
|
D | util.c | 389 return -ENOBUFS; in parse_keys() 398 return -ENOBUFS; in parse_keys() 450 return -ENOBUFS; in parse_keys()
|
/external/libmicrohttpd/src/include/ |
D | w32functions.h | 98 #ifndef ENOBUFS 99 #define ENOBUFS (MHDW32ERRBASE+19) macro
|
/external/libmicrohttpd/src/platform/ |
D | w32functions.c | 69 case WSAENOBUFS: return ENOBUFS; in MHD_W32_errno_from_winsock_() 94 case WSASYSCALLFAILURE: return ENOBUFS; in MHD_W32_errno_from_winsock_() 154 case ENOBUFS: in MHD_W32_strerror_() 477 case ENOBUFS: in MHD_W32_set_last_winsock_error_()
|
/external/dhcpcd-6.8.2/ |
D | control.c | 129 errno = ENOBUFS; in control_handle_data() 357 errno = ENOBUFS; in control_send() 364 errno = ENOBUFS; in control_send() 418 errno = ENOBUFS; in control_queue()
|
D | auth.c | 560 errno = ENOBUFS; in dhcp_auth_encode() 596 errno = ENOBUFS; in dhcp_auth_encode() 614 errno = ENOBUFS; in dhcp_auth_encode() 627 errno = ENOBUFS; in dhcp_auth_encode()
|
/external/webrtc/webrtc/base/ |
D | socket.h | 77 #undef ENOBUFS 78 #define ENOBUFS WSAENOBUFS macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 179 #ifndef ENOBUFS 180 #error ENOBUFS not defined
|
/external/netcat/ |
D | atomicio.c | 56 if ((errno == EAGAIN) || (errno == ENOBUFS)) { in atomicio()
|
/external/netperf/src/missing/ |
D | inet_ntop.c | 80 #define ENOBUFS WSAENOBUFS macro
|
/external/libxml2/include/ |
D | wsockcompat.h | 64 #define ENOBUFS WSAENOBUFS macro
|
/external/c-ares/ |
D | setup_once.h | 431 #undef ENOBUFS /* override definition in errno.h */ 432 #define ENOBUFS WSAENOBUFS macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 87 #define ENOBUFS 105 /* No buffer space available */ macro
|
/external/bison/lib/ |
D | strerror-override.c | 76 case ENOBUFS: in strerror_override()
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 86 #define ENOBUFS 132 /* No buffer space available */ macro
|
/external/libnl/lib/ |
D | error.c | 97 case ENOBUFS: return NLE_NOMEM; in nl_syserr2nlerr()
|