Home
last modified time | relevance | path

Searched refs:fstable (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c80 struct fstable **fs_tab = NULL;
129 struct fstable *fs1 = *((struct fstable **)e1); in fs_tab_ent_comp()
130 struct fstable *fs2 = *((struct fstable **)e2); in fs_tab_ent_comp()
584 static struct fstable *
587 struct fstable *nfte; in fs_tab_init()
592 (unsigned)sizeof (struct fstable), in fs_tab_init()
698 struct fstable *nfte; in construct_mt()
781 struct fstable *nfte; in construct_vfs()
902 sizeof (struct fstable *), fs_tab_ent_comp); in get_mntinfo()
1017 struct fstable *nfte; in load_fsentry()
[all …]
H A Ddryrun.c366 struct fstable *fs_entry; in write_dryrun_bin()
370 int fsentry_size = sizeof (struct fstable); in write_dryrun_bin()
514 int fsentry_size = sizeof (struct fstable); in read_continue_bin()
558 struct fstable fs_entry; in read_continue_bin()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c86 struct fstable *fs_tab; in dockspace()
145 struct fstable *fs_tab; in fsys_stat()
194 struct fstable *fs_tab; in readmap()
373 struct fstable *fs_tab; in readspace()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h108 struct fstable { struct
H A Dlibinst.h249 extern struct fstable *get_fs_entry __P((uint32_t n));
274 extern int load_fsentry __P((struct fstable *fs_entry, char *name,