Home
last modified time | relevance | path

Searched refs:fstyp_init (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/man/man3fstyp/
H A DMakefile23 fstyp_init.3fstyp \
33 fstyp_fini.3fstyp := LINKSRC = fstyp_init.3fstyp
/titanic_41/usr/src/lib/libfstyp/common/
H A Dlibfstyp.c57 int (*fstyp_init)(int fd, off64_t offset, member
111 fstyp_init(int fd, off64_t offset, char *module_dir, fstyp_handle_t *handle) in fstyp_init() function
491 mp->ops.fstyp_init = (int (*)(int, off64_t, fstyp_mod_handle_t *)) in fstyp_load_module()
502 if (((mp->ops.fstyp_init) == NULL) || in fstyp_load_module()
510 error = mp->ops.fstyp_init(h->fd, h->offset, &mp->mod_handle); in fstyp_load_module()
H A Dlibfstyp.h71 int fstyp_init(int fd, off64_t offset, char *module_dir,
H A Dmapfile-vers47 fstyp_init;
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3fstyp.inc19 file path=usr/share/man/man3fstyp/fstyp_init.3fstyp
22 link path=usr/share/man/man3fstyp/fstyp_fini.3fstyp target=fstyp_init.3fstyp
/titanic_41/usr/src/cmd/fstyp/
H A Dfstyp.c134 if ((error = fstyp_init(fd, offset, NULL, &h)) != 0) { in main()
448 error = fstyp_init(fd, 0, path, &h); in run_legacy_cmds()
/titanic_41/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c637 if (fstyp_init(rfd, probe_offset, NULL, &fstyp_handle) != 0) { in main()
/titanic_41/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c81 if ((ret = fstyp_init(fd, 0, NULL, &hdl)) == 0) { in slice_ufs()
/titanic_41/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c676 if (fstyp_init(device->part_fd, 0, NULL, &fhdl) != 0) in init_device()