Home
last modified time | relevance | path

Searched refs:fdpass (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.bin/sndiod/
H A Dfdpass.c67 struct fdpass { struct
73 fdpass_log(struct fdpass *f) in fdpass_log() argument
235 fdpass_waitret(struct fdpass *f, int *retfd) in fdpass_waitret()
303 struct fdpass *f = arg; in fdpass_in_worker()
317 struct fdpass *f = arg; in fdpass_in_helper()
375 struct fdpass *f = arg; in fdpass_hup()
384 struct fdpass *
387 struct fdpass *f; in fdpass_new()
389 f = xmalloc(sizeof(struct fdpass)); in fdpass_new()
402 fdpass_close(struct fdpass *f) in fdpass_close()
[all …]
H A Dfdpass.h22 struct fdpass *fdpass_new(int sock, struct fileops *ops);
23 void fdpass_close(struct fdpass *f);
26 extern struct fdpass *fdpass_peer;
H A DMakefile4 SRCS= abuf.c dev.c dev_sioctl.c dsp.c fdpass.c file.c listen.c \
/openbsd/sys/kern/
H A Duipc_usrreq.c90 struct fdpass ud_fp[]; /* [I] */
94 void unp_discard(struct fdpass *, int);
1046 struct fdpass *rp; in unp_externalize()
1058 sizeof(struct fdpass); in unp_externalize()
1069 rp = (struct fdpass *)CMSG_DATA(cm); in unp_externalize()
1110 rp = ((struct fdpass *)CMSG_DATA(cm)); in unp_externalize()
1164 rp = (struct fdpass *)CMSG_DATA(cm); in unp_externalize()
1212 struct fdpass *rp; in unp_internalize()
1495 struct fdpass *rp; in unp_scan()
1508 / sizeof(struct fdpass); in unp_scan()
[all …]
H A Duipc_socket.c604 (sizeof(struct fdpass) / sizeof(int))); in sosend()
/openbsd/regress/sys/kern/kqueue/
H A DMakefile6 kqueue-pty.c kqueue-tun.c kqueue-signal.c kqueue-fdpass.c \
33 kq-fdpass: ${PROG}
57 TESTS+= kq-fdpass
/openbsd/sys/sys/
H A Dunpcb.h108 struct fdpass { struct
/openbsd/usr.bin/nc/
H A Dnetcat.c127 void fdpass(int nfd) __attribute__((noreturn));
718 fdpass(s); in main()
1353 fdpass(int nfd) in fdpass() function