Searched refs:fstyp_mod_init (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/man/man3fstyp/ |
H A D | Makefile | 24 fstyp_mod_init.3fstyp \ 35 fstyp_mod_dump.3fstyp := LINKSRC = fstyp_mod_init.3fstyp 36 fstyp_mod_fini.3fstyp := LINKSRC = fstyp_mod_init.3fstyp 37 fstyp_mod_get_attr.3fstyp := LINKSRC = fstyp_mod_init.3fstyp 38 fstyp_mod_ident.3fstyp := LINKSRC = fstyp_mod_init.3fstyp
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3fstyp.inc | 22 target=fstyp_mod_init.3fstyp 24 target=fstyp_mod_init.3fstyp 26 target=fstyp_mod_init.3fstyp 28 target=fstyp_mod_init.3fstyp 29 file path=usr/share/man/man3fstyp/fstyp_mod_init.3fstyp
|
/illumos-gate/usr/src/cmd/fs.d/zfs/fstyp/ |
H A D | fstyp.c | 51 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle); 57 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init() function
|
/illumos-gate/usr/src/lib/libfstyp/common/ |
H A D | libfstyp_module.h | 47 int fstyp_mod_init(int fd, off64_t offset, fstyp_mod_handle_t *handle);
|
/illumos-gate/usr/src/cmd/fs.d/udfs/fstyp/ |
H A D | fstyp.c | 58 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle); 66 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init() function
|
/illumos-gate/usr/src/cmd/fs.d/hsfs/fstyp/ |
H A D | fstyp.c | 77 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle); 85 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init() function
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/ |
H A D | fstyp.c | 138 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle); 145 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init() function
|
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 95 int fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle); 103 fstyp_mod_init(int fd, off_t offset, fstyp_mod_handle_t *handle) in fstyp_mod_init() function
|