HomeSort by relevance Sort by last modified time
    Searched defs:nodev (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/fs/lofs/
lofs_vfsops.c 165 int nodev; local
167 nodev = vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL);
178 if (!nodev && vfs_optionisset(vfsp, MNTOPT_NODEVICES, NULL))
  /onnv/onnv-gate/usr/src/uts/common/os/
subr.c 68 nodev() function
144 * device number to 32-bit NODEV for the sake of our callers.
150 if (dev == NODEV) {
171 * into the return type, but we're careful to expand NODEV explicitly.
178 return (NODEV);

Completed in 240 milliseconds