Searched refs:write_pipe (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Dndis_events.c37 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
129 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
139 CloseHandle(events->write_pipe);
150 CloseHandle(events->write_pipe);
223 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
133 CloseHandle(events->write_pipe);
144 CloseHandle(events->write_pipe);
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
133 CloseHandle(events->write_pipe);
144 CloseHandle(events->write_pipe);
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
133 CloseHandle(events->write_pipe);
144 CloseHandle(events->write_pipe);
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
/external/chromium/base/
H A Dprocess_util_unittest.cc402 int write_pipe = kChildPipe; local
414 int written = HANDLE_EINTR(write(write_pipe, &num_open_files,
417 int ret = HANDLE_EINTR(close(write_pipe));

Completed in 120 milliseconds