Searched refs:bootstat (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/stand/sys/
H A Dbootvfs.h37 #include <sys/bootstat.h>
60 int (*fsw_fstat)(int filefd, struct bootstat *buf);
92 extern int kern_fstat(int fd, struct bootstat *buf);
/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h33 #include <sys/bootstat.h>
57 int (*fsw_fstat)(int filefd, struct bootstat *buf);
78 extern int BRD_FSTAT(struct boot_fs_ops *, int, struct bootstat *);
H A Dbootconf.h37 #include <sys/bootstat.h>
/illumos-gate/usr/src/uts/common/sys/
H A Dbootstat.h50 struct bootstat { struct
H A Dkobj.h36 #include <sys/bootstat.h>
175 extern int kobj_fstat(intptr_t, struct bootstat *);
H A DMakefile100 bootstat.h \
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dpromfs.c44 static int promfs_fstat(int fd, struct bootstat *stp);
105 promfs_fstat(int fd, struct bootstat *stp)
H A Dfsswitch.c163 struct bootstat buf;
264 kern_fstat(int fd, struct bootstat *buf)
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c110 kobj_fstat(intptr_t descr, struct bootstat *buf)
H A Dbootrd.c121 BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp)
H A Dkobj.c121 static int kobj_boot_fstat(int, struct bootstat *);
3682 kobj_fstat(intptr_t descr, struct bootstat *buf)
3694 * The vattr and bootstat structures are similar, but not
3695 * identical. We do our best to fill in the bootstat structure
4184 struct bootstat bst;
4210 struct bootstat bsb;
4571 kobj_boot_fstat(int fd, struct bootstat *stp)
/illumos-gate/usr/src/uts/sun/sys/
H A Dbootconf.h38 #include <sys/bootstat.h>
106 extern int bop_fstat(int fd, struct bootstat *st);
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c72 static int boot_nfs_fstat(int fd, struct bootstat *stp);
369 boot_nfs_fstat(int fd, struct bootstat *stp)
/illumos-gate/usr/src/uts/sparc/os/
H A Dbootops.c43 #include <sys/bootstat.h>
493 bop_fstat(int fd, struct bootstat *st)
/illumos-gate/usr/src/common/fs/
H A Dbootfsops.c281 bbootfs_fstat(int fd, struct bootstat *bsp)
H A Dhsfs.c142 static int bhsfs_fstat(int fdesc, struct bootstat *stp);
590 bhsfs_fstat(int fd, struct bootstat *stp)
H A Dufsops.c693 bufs_fstat(int fd, struct bootstat *stp)
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c86 static int boot_hsfs_fstat(int fd, struct bootstat *stp);
613 boot_hsfs_fstat(int fd, struct bootstat *stp)
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c72 static int boot_ufs_fstat(int fd, struct bootstat *stp);
750 boot_ufs_fstat(int fd, struct bootstat *stp)
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h591 struct bootstat { struct

Completed in 308 milliseconds