Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/libntp/
Diosignal.c258 # if defined(SIOCSPGRP) in init_socket_sig()
259 if (ioctl(fd, SIOCSPGRP, (char *)&pgrp) == -1) in init_socket_sig()
/freebsd-9-stable/sys/sys/
Dsockio.h44 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */ macro
/freebsd-9-stable/share/doc/psd/21.ipc/
Dspell.ok94 SIOCSPGRP
/freebsd-9-stable/sys/kern/
Dsys_socket.c192 case SIOCSPGRP: in soo_ioctl()
/freebsd-9-stable/sys/compat/linux/
Dlinux_ioctl.c2439 args->cmd = SIOCSPGRP; in linux_ioctl_socket()