Symbol: bootstat
usr/src/common/fs/bootfsops.c
275
bbootfs_fstat(int fd, struct bootstat *bsp)
usr/src/common/fs/bootrd_cpio.c
196
parse_stat(const struct cpio_hdr *hdr, struct bootstat *stat)
usr/src/common/fs/bootrd_cpio.c
249
struct bootstat stat;
usr/src/common/fs/bootrd_cpio.c
469
bcpio_fstat(int fd, struct bootstat *buf)
usr/src/common/fs/bootrd_cpio.c
60
struct bootstat stat;
usr/src/common/fs/hsfs.c
127
static int bhsfs_fstat(int fdesc, struct bootstat *stp);
usr/src/common/fs/hsfs.c
591
bhsfs_fstat(int fd, struct bootstat *stp)
usr/src/common/fs/ufsops.c
700
bufs_fstat(int fd, struct bootstat *stp)
usr/src/stand/lib/fs/common/fsswitch.c
163
struct bootstat buf;
usr/src/stand/lib/fs/common/fsswitch.c
264
kern_fstat(int fd, struct bootstat *buf)
usr/src/stand/lib/fs/common/promfs.c
105
promfs_fstat(int fd, struct bootstat *stp)
usr/src/stand/lib/fs/common/promfs.c
44
static int promfs_fstat(int fd, struct bootstat *stp);
usr/src/stand/lib/fs/hsfs/hsfsops.c
613
boot_hsfs_fstat(int fd, struct bootstat *stp)
usr/src/stand/lib/fs/hsfs/hsfsops.c
86
static int boot_hsfs_fstat(int fd, struct bootstat *stp);
usr/src/stand/lib/fs/nfs/nfsops.c
369
boot_nfs_fstat(int fd, struct bootstat *stp)
usr/src/stand/lib/fs/nfs/nfsops.c
72
static int boot_nfs_fstat(int fd, struct bootstat *stp);
usr/src/stand/lib/fs/ufs/ufsops.c
73
static int boot_ufs_fstat(int fd, struct bootstat *stp);
usr/src/stand/lib/fs/ufs/ufsops.c
751
boot_ufs_fstat(int fd, struct bootstat *stp)
usr/src/stand/sys/bootvfs.h
60
int (*fsw_fstat)(int filefd, struct bootstat *buf);
usr/src/stand/sys/bootvfs.h
92
extern int kern_fstat(int fd, struct bootstat *buf);
usr/src/uts/common/krtld/bootrd.c
125
BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp)
usr/src/uts/common/krtld/kobj.c
123
static int kobj_boot_fstat(int, struct bootstat *);
usr/src/uts/common/krtld/kobj.c
3812
kobj_fstat(intptr_t descr, struct bootstat *buf)
usr/src/uts/common/krtld/kobj.c
4314
struct bootstat bst;
usr/src/uts/common/krtld/kobj.c
4340
struct bootstat bsb;
usr/src/uts/common/krtld/kobj.c
4620
kobj_boot_fstat(int fd, struct bootstat *stp)
usr/src/uts/common/krtld/kobj_stubs.c
102
kobj_fstat(intptr_t descr __unused, struct bootstat *buf __unused)
usr/src/uts/common/sys/kobj.h
190
extern int kobj_fstat(intptr_t, struct bootstat *);
usr/src/uts/intel/sys/bootvfs.h
57
int (*fsw_fstat)(int filefd, struct bootstat *buf);
usr/src/uts/intel/sys/bootvfs.h
78
extern int BRD_FSTAT(struct boot_fs_ops *, int, struct bootstat *);
usr/src/uts/sparc/os/bootops.c
499
bop_fstat(int fd, struct bootstat *st)
usr/src/uts/sun/sys/bootconf.h
108
extern int bop_fstat(int fd, struct bootstat *st);