Searched refs:writefd (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/tests/kernel/kqueue/ |
H A D | t_empty.c | 50 test_empty(int readfd, int writefd, bool is_tcp) in test_empty() argument 60 EV_SET(&event, writefd, EVFILT_EMPTY, EV_ADD, 0, 0, NULL); in test_empty() 66 ATF_REQUIRE(event.ident == (uintptr_t)writefd); in test_empty() 76 ATF_REQUIRE(getsockopt(writefd, SOL_SOCKET, in test_empty() 91 rv = write(writefd, buf, sizeof(buf)); in test_empty() 130 ATF_REQUIRE(event.ident == (uintptr_t)writefd); in test_empty()
|
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | dispatch.c | 205 int (*writefd) (omapi_object_t *), in omapi_register_io_object() 258 if (writefd) { in omapi_register_io_object() 260 fd = writefd(h); in omapi_register_io_object() 293 obj -> writefd = writefd; in omapi_register_io_object() 312 int (*writefd) (omapi_object_t *), in omapi_reregister_io_object() 330 return (omapi_register_io_object (h, readfd, writefd, in omapi_reregister_io_object() 342 obj->writefd = writefd; in omapi_reregister_io_object() 351 if (writefd) { in omapi_reregister_io_object() 583 if (io -> writefd && io -> inner && in omapi_one_dispatch() 584 (desc = (*(io -> writefd)) (io -> inner)) >= 0) { in omapi_one_dispatch() [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/engines/ |
H A D | e_dasync.c | 421 OSSL_ASYNC_FD *writefd; in dummy_pause_job() local 435 (void **)&writefd)) { in dummy_pause_job() 436 pipefds[1] = *writefd; in dummy_pause_job() 438 writefd = OPENSSL_malloc(sizeof(*writefd)); in dummy_pause_job() 439 if (writefd == NULL) in dummy_pause_job() 443 OPENSSL_free(writefd); in dummy_pause_job() 448 OPENSSL_free(writefd); in dummy_pause_job() 452 *writefd = pipefds[1]; in dummy_pause_job() 455 writefd, wait_cleanup)) { in dummy_pause_job() 456 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|
/netbsd-src/crypto/external/bsd/openssl/dist/engines/ |
H A D | e_dasync.c | 525 OSSL_ASYNC_FD *writefd; in dummy_pause_job() local 551 (void **)&writefd)) { in dummy_pause_job() 552 pipefds[1] = *writefd; in dummy_pause_job() 554 writefd = OPENSSL_malloc(sizeof(*writefd)); in dummy_pause_job() 555 if (writefd == NULL) in dummy_pause_job() 559 OPENSSL_free(writefd); in dummy_pause_job() 564 OPENSSL_free(writefd); in dummy_pause_job() 568 *writefd = pipefds[1]; in dummy_pause_job() 571 writefd, wait_cleanup)) { in dummy_pause_job() 572 wait_cleanup(waitctx, engine_dasync_id, pipefds[0], writefd); in dummy_pause_job()
|
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | omapip_p.h | 211 int (*writefd) (omapi_object_t *); member
|
/netbsd-src/external/bsd/ipf/dist/l4check/ |
H A D | l4check.c | 178 void writefd(l4) in writefd() function 396 writefd(l4); in runconfig()
|
/netbsd-src/sys/rump/librump/rumpvfs/ |
H A D | rumpfs.c | 178 int writefd; member 197 #define rn_writefd rn_u.reg.writefd
|