Searched refs:timeout_usec (Results 1 – 7 of 7) sorted by relevance
/third_party/ltp/testcases/kernel/logging/kmsg/ |
D | kmsg01.c | 138 static int timed_read(int fd, long timeout_usec) in timed_read() argument 146 timeout.tv_sec = timeout_usec / 1000000; in timed_read() 147 timeout.tv_usec = timeout_usec % 1000000; in timed_read() 173 static int timed_read_kmsg(int fd, long timeout_usec) in timed_read_kmsg() argument 209 TEST(timed_read(pipefd[0], timeout_usec)); in timed_read_kmsg()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
D | wpa_magiclink.c | 171 void magiclink_prepare_scan(struct wpa_supplicant *wpa_s, int *timeout_usec) argument 177 if (timeout_usec != NULL) { 178 *timeout_usec = 50000;
|
D | wpa_magiclink.h | 30 void magiclink_prepare_scan(struct wpa_supplicant *wpas, int *timeout_usec);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | wpa_magiclink.c | 171 void magiclink_prepare_scan(struct wpa_supplicant *wpa_s, int *timeout_usec) argument 177 if (timeout_usec != NULL) { 178 *timeout_usec = 50000;
|
D | wpa_magiclink.h | 30 void magiclink_prepare_scan(struct wpa_supplicant *wpas, int *timeout_usec);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | events.c | 1514 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument 1529 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan() 2027 int timeout_usec = 0; in wpas_select_network_from_last_scan() local 2046 timeout_usec = 250000; in wpas_select_network_from_last_scan() 2048 timeout_usec); in wpas_select_network_from_last_scan() 2069 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2071 timeout_usec); in wpas_select_network_from_last_scan() 2080 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2082 timeout_usec); in wpas_select_network_from_last_scan() 2088 timeout_usec); in wpas_select_network_from_last_scan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | events.c | 1887 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument 1902 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan() 2551 int timeout_usec = 0; in wpas_select_network_from_last_scan() local 2570 timeout_usec = 250000; in wpas_select_network_from_last_scan() 2572 timeout_usec); in wpas_select_network_from_last_scan() 2593 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2595 timeout_usec); in wpas_select_network_from_last_scan() 2604 timeout_usec = 500000; in wpas_select_network_from_last_scan() 2606 timeout_usec); in wpas_select_network_from_last_scan() 2612 timeout_usec); in wpas_select_network_from_last_scan()
|