Searched defs:PRNODEV (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h269 dev_t pr_lttydev; /* controlling tty device (PRNODEV if none) */
303 #define PRNODEV (dev_t)(-1l) /* non-existent device */ macro
466 * dev32_t version of PRNODEV
534 dev32_t pr_lttydev; /* controlling tty device (PRNODEV if none) */
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h268 dev_t pr_lttydev; /* controlling tty device (PRNODEV if none) */
302 #define PRNODEV (dev_t)(-1l) /* non-existent device */ macro
465 * dev32_t version of PRNODEV
533 dev32_t pr_lttydev; /* controlling tty device (PRNODEV if none) */
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h290 dev_t pr_ttydev; /* controlling tty device (or PRNODEV) */
317 #define PRNODEV (dev_t)(-1) /* non-existent device */ macro
345 dev_t pr_dev; /* st_dev from stat64() of mapped object, or PRNODEV */
579 * dev32_t version of PRNODEV
706 dev32_t pr_ttydev; /* controlling tty device (or PRNODEV) */
755 dev32_t pr_dev; /* st_dev from stat64() of mapped object, or PRNODEV */

Completed in 55 milliseconds