Home
last modified time | relevance | path

Searched refs:ENOBUFS (Results 1 – 25 of 101) sorted by relevance

12345

/external/iw/
Dphy.c31 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 …]
Dhwsim.c73 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()
Dinterface.c38 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()
Dwowlan.c177 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()
Dmpath.c120 return -ENOBUFS; in handle_mpath_get()
169 return -ENOBUFS; in handle_mpath_set()
Dstation.c377 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()
Droc.c38 return -ENOBUFS; in handle_roc_start()
Dcoalesce.c43 return -ENOBUFS; in handle_coalesce_enable()
161 err = -ENOBUFS; in handle_coalesce_enable()
Docb.c60 return -ENOBUFS; in join_ocb()
Dps.c38 return -ENOBUFS; in set_power_save()
Dutil.c389 return -ENOBUFS; in parse_keys()
398 return -ENOBUFS; in parse_keys()
450 return -ENOBUFS; in parse_keys()
/external/libmicrohttpd/src/include/
Dw32functions.h98 #ifndef ENOBUFS
99 #define ENOBUFS (MHDW32ERRBASE+19) macro
/external/libmicrohttpd/src/platform/
Dw32functions.c69 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/
Dcontrol.c129 errno = ENOBUFS; in control_handle_data()
357 errno = ENOBUFS; in control_send()
364 errno = ENOBUFS; in control_send()
418 errno = ENOBUFS; in control_queue()
Dauth.c560 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/
Dsocket.h77 #undef ENOBUFS
78 #define ENOBUFS WSAENOBUFS macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp179 #ifndef ENOBUFS
180 #error ENOBUFS not defined
/external/netcat/
Datomicio.c56 if ((errno == EAGAIN) || (errno == ENOBUFS)) { in atomicio()
/external/netperf/src/missing/
Dinet_ntop.c80 #define ENOBUFS WSAENOBUFS macro
/external/libxml2/include/
Dwsockcompat.h64 #define ENOBUFS WSAENOBUFS macro
/external/c-ares/
Dsetup_once.h431 #undef ENOBUFS /* override definition in errno.h */
432 #define ENOBUFS WSAENOBUFS macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h87 #define ENOBUFS 105 /* No buffer space available */ macro
/external/bison/lib/
Dstrerror-override.c76 case ENOBUFS: in strerror_override()
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h86 #define ENOBUFS 132 /* No buffer space available */ macro
/external/libnl/lib/
Derror.c97 case ENOBUFS: return NLE_NOMEM; in nl_syserr2nlerr()

12345