Home
last modified time | relevance | path

Searched refs:PRNODEV (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/libproc/common/
H A DP32ton.c45 return ((dev_t)PRNODEV); in prexpldev()
53 if (d == PRNODEV) { in prcmpldev()
59 if (maj == (major_t)PRNODEV || min == (minor_t)PRNODEV) in prcmpldev()
/titanic_50/usr/src/cmd/ps/
H A Ducbps.c289 ttyp->tdev = PRNODEV; in ucbmain()
815 if (psinfo->pr_ttydev == PRNODEV || psinfo->pr_zoneid != zid) in gettty()
H A Dps.c558 tty[ntty].tdev = PRNODEV; in stdmain()
746 info.pr_ttydev == PRNODEV) { in stdmain()
1279 if (psinfo->pr_ttydev == PRNODEV || psinfo->pr_zoneid != zid) in gettty()
1332 (ttyp->tdev != PRNODEV) && in prfind()
/titanic_50/usr/src/uts/sparc/sys/
H A Dold_procfs.h302 #define PRNODEV (dev_t)(-1l) /* non-existent device */ macro
/titanic_50/usr/src/uts/intel/sys/
H A Dold_procfs.h303 #define PRNODEV (dev_t)(-1l) /* non-existent device */ macro
/titanic_50/usr/src/cmd/pgrep/
H A Dpgrep.c432 idtab_append(idt, (idkey_t)PRNODEV); in parse_ttys()
/titanic_50/usr/src/uts/common/sys/
H A Dprocfs.h316 #define PRNODEV (dev_t)(-1) /* non-existent device */
/titanic_50/usr/src/cmd/whodo/
H A Dwhodo.c679 if (dev == PRNODEV) in getty()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprioctl.c3432 psp->pr_lttydev = PRNODEV; in oprgetpsinfo()
3433 psp->pr_ottydev = (o_dev_t)PRNODEV; in oprgetpsinfo()
3465 psp->pr_lttydev = (d == NODEV) ? PRNODEV : d; in oprgetpsinfo()
H A Dprsubr.c2285 psp->pr_ttydev = PRNODEV; in prgetpsinfo()
2305 psp->pr_ttydev = (d == NODEV) ? PRNODEV : d; in prgetpsinfo()
4090 mp->pr_dev = PRNODEV; in prgetxmap()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1808 psp->pr_ttydev = PRNODEV; in Ppsinfo_gcore()