Home
last modified time | relevance | path

Searched refs:holdsock (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/kern/
H A Duipc_syscalls.c156 error = holdsock(td, s, &fp); in kern_bind()
196 error = holdsock(td, s, &fp); in kern_listen()
296 error = holdsock(td, s, &lfp); in kern_accept()
570 error = holdsock(td, s, &fp); in kern_connect()
783 error = holdsock(td, s, &fp); in kern_sendmsg()
965 error = holdsock(td, s, &fp); in kern_recvmsg()
1210 error = holdsock(td, s, &fp); in kern_setsockopt()
1271 error = holdsock(td, s, &fp); in kern_getsockopt()
1355 error = holdsock(td, s, &fp); in kern_getsockname()
1440 error = holdsock(td, s, &fp); in kern_getpeername()
[all …]
H A Dkern_descrip.c2715 holdsock(thread_t td, int fd, struct file **fpp) in holdsock() function
/dragonfly/sys/sys/
H A Dfiledesc.h180 int holdsock (struct thread *td, int fdes, struct file **fpp);
/dragonfly/sys/dev/disk/iscsi/initiator/
H A Discsi.c427 if ((error = holdsock(td, fd, &fp)) == 0) { in i_setsoc()
/dragonfly/sys/vfs/nfs/
H A Dnfs_syscalls.c193 error = holdsock(td, nfsdarg.sock, &fp); in sys_nfssvc()