Searched refs:SIOCSPGRP (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dsockio.h29 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */ macro
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsockio.h57 #define SIOCSPGRP _IOW('s', 8, int) /* set process group */ macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c996 case SIOCSPGRP:
H A Dsocksctp.c1481 case SIOCSPGRP:
/opensolaris-onvv-gate/usr/src/uts/common/io/ksocket/
H A Dksocket.c709 case SIOCSPGRP:
/opensolaris-onvv-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_subr.c1447 case SIOCSPGRP:
H A Dsocktpi.c1867 * Inherit SIOCSPGRP, SS_ASYNC before we send the {O_}T_CONN_RES
5829 case SIOCSPGRP:
6421 * If the application has done a SIOCSPGRP, make sure the
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dcodes.c764 { (uint_t)SIOCSPGRP, "SIOCSPGRP", NULL },
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpd.c1125 #elif defined(SIOCSPGRP)
1129 if (ioctl(fileno(stdin), SIOCSPGRP, &pid) == -1)
1130 syslog(LOG_ERR, "ioctl SIOCSPGRP: %m");

Completed in 109 milliseconds