Home
last modified time | relevance | path

Searched refs:ENOBUFS (Results 1 – 25 of 111) 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()
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()
Dmpath.c120 return -ENOBUFS; in handle_mpath_get()
169 return -ENOBUFS; in handle_mpath_set()
Droc.c38 return -ENOBUFS; in handle_roc_start()
Dcoalesce.c43 return -ENOBUFS; in handle_coalesce_enable()
161 err = -ENOBUFS; in handle_coalesce_enable()
Dutil.c389 return -ENOBUFS; in parse_keys()
398 return -ENOBUFS; in parse_keys()
450 return -ENOBUFS; in parse_keys()
Dmesh.c308 return -ENOBUFS; in set_interface_meshparam()
581 return -ENOBUFS; in join_mesh()
603 return -ENOBUFS; in join_mesh()
Docb.c60 return -ENOBUFS; in join_ocb()
Dps.c38 return -ENOBUFS; in set_power_save()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c67 ENOBUFS, "ENOBUFS", ENOBUFS},
/external/libcxx/include/
Derrno.h146 #ifndef ENOBUFS
147 #define ENOBUFS 9917 macro
D__errc58 no_buffer_space, // ENOBUFS
155 no_buffer_space = ENOBUFS,
/external/webrtc/webrtc/base/
Dsocket.h77 #undef ENOBUFS
78 #define ENOBUFS WSAENOBUFS macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp175 #ifndef ENOBUFS
176 #error ENOBUFS not defined
/external/curl/lib/
Dcurl_setup_once.h468 #undef ENOBUFS /* override definition in errno.h */
469 #define ENOBUFS WSAENOBUFS macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h343 # ifndef ENOBUFS
344 # define ENOBUFS 119 macro
539 no_buffer_space = ENOBUFS,
/external/strace/tests-mx32/
Derrno2name.c264 #ifdef ENOBUFS in errno2name()
265 CASE(ENOBUFS); in errno2name()
/external/strace/tests-m32/
Derrno2name.c264 #ifdef ENOBUFS in errno2name()
265 CASE(ENOBUFS); in errno2name()
/external/strace/tests/
Derrno2name.c264 #ifdef ENOBUFS in errno2name()
265 CASE(ENOBUFS); in errno2name()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c1487 return -ENOBUFS; in nl80211_get_link_signal()
3001 return -ENOBUFS; in nl80211_set_pmk()
3059 return -ENOBUFS; in wpa_driver_nl80211_set_key()
3161 return -ENOBUFS; in wpa_driver_nl80211_set_key()
3223 return -ENOBUFS; in nl80211_set_conn_keys()
3227 return -ENOBUFS; in nl80211_set_conn_keys()
3244 return -ENOBUFS; in nl80211_set_conn_keys()
3800 return -ENOBUFS; in nl80211_set_bss()
4021 return -ENOBUFS; in nl80211_set_multicast_to_unicast()
4059 int ret = -ENOBUFS; in wpa_driver_nl80211_set_ap()
[all …]
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h88 #define ENOBUFS 105 /* No buffer space available */ macro
/external/libnl/lib/
Derror.c102 case ENOBUFS: return NLE_NOMEM; in nl_syserr2nlerr()

12345