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

  /onnv/onnv-gate/usr/src/ucbhead/sys/
vfs.h 125 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT }; enum
126 typedef enum whymountroot whymountroot_t;
140 int (*vfs_mountroot)(struct vfs *, enum whymountroot);
  /onnv/onnv-gate/usr/src/uts/common/sys/
vfs.h 329 enum whymountroot { ROOT_INIT, ROOT_REMOUNT, ROOT_UNMOUNT}; enum
330 typedef enum whymountroot whymountroot_t;
354 int (*vfs_mountroot)(vfs_t *, enum whymountroot); \
371 extern int fsop_mountroot(vfs_t *, enum whymountroot);

Completed in 240 milliseconds