Searched refs:fsetown (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dsigio.h63 int fsetown(pid_t pgid, struct sigio **sigiop);
/freebsd-10-stable/sys/kern/
H A Dsubr_log.c124 fsetown(td->td_proc->p_pid, &logsoftc.sc_sigio); /* signal process only */
278 return (fsetown(*(int *)data, &logsoftc.sc_sigio));
286 return (fsetown(-(*(int *)data), &logsoftc.sc_sigio));
H A Dsys_socket.c186 error = fsetown(*(int *)data, &so->so_sigio);
194 error = fsetown(-(*(int *)data), &so->so_sigio);
H A Dsys_pipe.c1386 error = fsetown(*(int *)data, &mpipe->pipe_sigio);
1396 error = fsetown(-(*(int *)data), &mpipe->pipe_sigio);
H A Dtty.c1566 error = fsetown(*(int *)data, &tp->t_sigio);
H A Dkern_event.c1758 return (fsetown(*(int *)data, &kq->kq_sigio));
H A Duipc_syscalls.c494 fsetown(pgid, &so->so_sigio);
H A Dkern_descrip.c976 * inaccessible to callers of fsetown and therefore do not need to lock
1041 fsetown(pid_t pgid, struct sigio **sigiop) function
H A Dsubr_bus.c529 return fsetown(*(int *)data, &devsoftc.sigio);
/freebsd-10-stable/sys/dev/vt/
H A Dvt_sysmouse.c290 return (fsetown(*(int *)data, &sysmouse_sigio));
/freebsd-10-stable/sys/net/
H A Dif_tun.c769 return (fsetown(*(int *)data, &tp->tun_sigio));
777 return (fsetown(-(*(int *)data), &tp->tun_sigio));
H A Dif_tap.c797 return (fsetown(*(int *)data, &tp->tap_sigio));
805 return (fsetown(-(*(int *)data), &tp->tap_sigio));
H A Dbpf.c1629 * fsetown() can sleep.
1631 error = fsetown(*(int *)addr, &d->bd_sigio);
1642 error = fsetown(-(*(int *)addr), &d->bd_sigio);
/freebsd-10-stable/sys/security/audit/
H A Daudit_pipe.c706 fsetown(td->td_proc->p_pid, &ap->ap_sigio);
783 error = fsetown(*(int *)data, &ap->ap_sigio);
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_drv.c394 return fsetown(*(int *)data, &file_priv->minor->buf_sigio);
/freebsd-10-stable/sys/netinet/
H A Dsctp_syscalls.c182 fsetown(fgetown(&head->so_sigio), &so->so_sigio);
/freebsd-10-stable/sys/dev/drm/
H A Ddrm_drv.c753 return fsetown(*(int *)data, &dev->buf_sigio);
/freebsd-10-stable/sys/ofed/include/linux/
H A Dlinux_compat.c607 error = fsetown(*(int *)data, &filp->f_sigio);
/freebsd-10-stable/sys/dev/atkbdc/
H A Dpsm.c2295 error = fsetown(*(int *)addr, &sc->async);

Completed in 183 milliseconds