HomeSort by relevance Sort by last modified time
    Searched refs:tdev (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
fastcwd.pl 17 local($odev, $oino, $cdev, $cino, $tdev, $tino);
34 ($tdev, $tino) = lstat($_);
35 last unless $tdev != $odev || $tino != $oino;
Cwd.pm 255 my($odev, $oino, $cdev, $cino, $tdev, $tino);
274 ($tdev, $tino) = lstat($direntry);
275 last unless $tdev != $odev || $tino != $oino;
  /onnv/onnv-gate/usr/src/cmd/acct/lib/
devtolin.c 49 dev_t tdev; /* device */ member in struct:tlist
74 if (device == tp->tdev)
101 tp->tdev = device;
111 tp->tdev = device;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Cwd/
Cwd.xs 244 int orig_cdev, orig_cino, cdev, cino, odev, oino, tdev, tino;
296 tdev = statbuf.st_dev;
298 if (tino == oino && tdev == odev) {
  /onnv/onnv-gate/usr/src/cmd/acct/
acctcon1.c 62 dev_t tdev; /* device */ member in struct:tbuf
330 tbuf[tsize].tdev = lintodev(wb.ut_line);
375 cb.ct_tty = tp->tdev;
398 cb.ct_tty = tp->tdev;
acctcon.c 64 dev_t tdev; /* device */ member in struct:tbuf
308 tbuf[tsize].tdev = lintodev(wb.ut_line);
351 cb.ct_tty = tp->tdev;
371 cb.ct_tty = tp->tdev;
  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 122 dev_t tdev; member in struct:tty
287 ttyp->tdev = PRNODEV;
296 ttyp->tdev = s.st_rdev;
885 (psinfo->pr_ttydev == ttyp->tdev))
ps.c 248 dev_t tdev; member in struct:tty
545 tty[ntty].tdev = PRNODEV;
549 tty[ntty].tdev = s.st_rdev;
752 tty[ntty].tdev = info.pr_ttydev;
1287 (ttyp->tdev != PRNODEV) &&
1288 (psinfo->pr_ttydev == ttyp->tdev))
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/
consconfig_dacf.c 1873 dev_t tdev; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/lvm/md/
md_names.c 3028 md_dev64_t tdev; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
util.c 3830 int orig_cdev, orig_cino, cdev, cino, odev, oino, tdev, tino; local
    [all...]

Completed in 420 milliseconds