Home
last modified time | relevance | path

Searched refs:BRD_FSTAT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dbootvfs.h78 extern int BRD_FSTAT(struct boot_fs_ops *, int, struct bootstat *);
88 #define BRD_FSTAT(ops, fd, stp) ((ops)->fsw_fstat)(fd, stp) macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dbootrd.c124 BRD_FSTAT(struct boot_fs_ops *ops, int fd, struct bootstat *bsp) in BRD_FSTAT() function
H A Dkobj.c4503 return (BRD_FSTAT(bfs_ops, fd, stp)); in kobj_boot_fstat()