Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_syscalls.c189 if (head->so_sigio != NULL)
190 fsetown(fgetown(&head->so_sigio), &so->so_sigio);
/f-stack/freebsd/kern/
H A Dsys_socket.c245 error = fsetown(*(int *)data, &so->so_sigio); in soo_ioctl()
249 *(int *)data = fgetown(&so->so_sigio); in soo_ioctl()
253 error = fsetown(-(*(int *)data), &so->so_sigio); in soo_ioctl()
257 *(int *)data = -fgetown(&so->so_sigio); in soo_ioctl()
H A Duipc_debug.c481 db_printf("so_sigio: %p ", so->so_sigio); in db_print_socket()
H A Duipc_socket.c993 if ((sol->so_state & SS_ASYNC) && sol->so_sigio != NULL)
994 pgsigio(&sol->so_sigio, SIGIO, 0);
1187 funsetown(&so->so_sigio);
3515 if (so->so_sigio != NULL)
3516 pgsigio(&so->so_sigio, SIGURG, 0);
4275 xso->so_pgid = so->so_sigio ? so->so_sigio->sio_pgid : 0;
H A Duipc_sockbuf.c525 if ((so->so_state & SS_ASYNC) && so->so_sigio != NULL) in sowakeup()
526 pgsigio(&so->so_sigio, SIGIO, 0); in sowakeup()
H A Duipc_syscalls.c375 pgid = fgetown(&head->so_sigio); in kern_accept4()
377 fsetown(pgid, &so->so_sigio); in kern_accept4()
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h103 struct sigio *so_sigio; /* [sg] information for async I/O or member
/f-stack/freebsd/sys/
H A Dsocketvar.h103 struct sigio *so_sigio; /* [sg] information for async I/O or member