Home
last modified time | relevance | path

Searched refs:dirinfo (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c59 struct dirinfo { struct
93 static struct direct *readdir(struct dirinfo *dstuff);
326 struct dirinfo dirp; in dlook()
405 readdir(struct dirinfo *dstuff) in readdir()
909 struct dirinfo dir; in boot_ufs_getdents()
/illumos-gate/usr/src/common/fs/
H A Dufsops.c73 struct dirinfo { struct
83 static struct direct *readdir(struct dirinfo *dstuff); argument
289 struct dirinfo dirp; in dlook()
324 readdir(struct dirinfo *dstuff) in readdir()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c66 struct dirinfo { struct
106 static struct hs_direct *readdir(struct dirinfo *);
226 struct dirinfo dirp; in dlook()
280 readdir(struct dirinfo *dirp) in readdir()
1001 struct dirinfo dir; in boot_hsfs_getdents()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c339 #define set_dir_flag(f) (walk_arg.dirinfo.flags |= (f))
340 #define unset_dir_flag(f) (walk_arg.dirinfo.flags &= ~(f))
341 #define is_dir_flag_on(f) (walk_arg.dirinfo.flags & (f) ? 1 : 0)
343 #define get_cachedir() (walk_arg.dirinfo.cdir_path)
344 #define get_updatedir() (walk_arg.dirinfo.update_path)
345 #define get_count() (walk_arg.dirinfo.count)
346 #define has_cachedir() (walk_arg.dirinfo.has_dir)
347 #define set_dir_present() (walk_arg.dirinfo.has_dir = 1)
395 dirinfo_t dirinfo; member