Searched refs:ISPTM (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dpt.c67 * Do this by sending an ISPTM ioctl message down stream. Ioctl()
69 * represented by fd does not understand ISPTM(not a master device).
80 istr.ic_cmd = ISPTM;
/illumos-gate/usr/src/uts/common/sys/
H A Dptms.h139 * ISPTM: Determines whether the file descriptor is that of an open master
154 #define ISPTM (('P'<<8)|1) /* query for master */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dptm.c72 * ISPTM: determines whether the file descriptor is that of an open master
520 case ISPTM:
521 DBG(("ack the UNLKPT/ISPTM\n"));
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c1081 { (uint_t)ISPTM, "ISPTM", NULL},

Completed in 53 milliseconds