/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 | 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 | mpath.c | 120 return -ENOBUFS; in handle_mpath_get() 169 return -ENOBUFS; in handle_mpath_set()
|
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 | util.c | 389 return -ENOBUFS; in parse_keys() 398 return -ENOBUFS; in parse_keys() 450 return -ENOBUFS; in parse_keys()
|
D | mesh.c | 308 return -ENOBUFS; in set_interface_meshparam() 581 return -ENOBUFS; in join_mesh() 603 return -ENOBUFS; in join_mesh()
|
D | ocb.c | 60 return -ENOBUFS; in join_ocb()
|
D | ps.c | 38 return -ENOBUFS; in set_power_save()
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 67 ENOBUFS, "ENOBUFS", ENOBUFS},
|
/external/libcxx/include/ |
D | errno.h | 146 #ifndef ENOBUFS 147 #define ENOBUFS 9917 macro
|
D | __errc | 58 no_buffer_space, // ENOBUFS 155 no_buffer_space = ENOBUFS,
|
/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 | 175 #ifndef ENOBUFS 176 #error ENOBUFS not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 468 #undef ENOBUFS /* override definition in errno.h */ 469 #define ENOBUFS WSAENOBUFS macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 343 # ifndef ENOBUFS 344 # define ENOBUFS 119 macro 539 no_buffer_space = ENOBUFS,
|
/external/strace/tests-mx32/ |
D | errno2name.c | 264 #ifdef ENOBUFS in errno2name() 265 CASE(ENOBUFS); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 264 #ifdef ENOBUFS in errno2name() 265 CASE(ENOBUFS); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 264 #ifdef ENOBUFS in errno2name() 265 CASE(ENOBUFS); in errno2name()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 1487 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/ |
D | errno.h | 88 #define ENOBUFS 105 /* No buffer space available */ macro
|
/external/libnl/lib/ |
D | error.c | 102 case ENOBUFS: return NLE_NOMEM; in nl_syserr2nlerr()
|