Searched refs:fstyp_init (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/man/man3fstyp/
H A DMakefile23 fstyp_init.3fstyp \
33 fstyp_fini.3fstyp := LINKSRC = fstyp_init.3fstyp
/illumos-gate/usr/src/lib/libfstyp/common/
H A Dlibfstyp.h71 int fstyp_init(int fd, off64_t offset, char *module_dir,
H A Dlibfstyp.c57 int (*fstyp_init)(int fd, off64_t offset, member in struct:fstyp_ops
111 fstyp_init(int fd, off64_t offset, char *module_dir, fstyp_handle_t *handle) function
491 mp->ops.fstyp_init = (int (*)(int, off64_t, fstyp_mod_handle_t *))
502 if (((mp->ops.fstyp_init) == NULL) ||
510 error = mp->ops.fstyp_init(h->fd, h->offset, &mp->mod_handle);
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c134 if ((error = fstyp_init(fd, offset, NULL, &h)) != 0) {
448 error = fstyp_init(fd, 0, path, &h);
/illumos-gate/usr/src/lib/libgrubmgmt/common/
H A Dlibgrub_fs.c81 if ((ret = fstyp_init(fd, 0, NULL, &hdl)) == 0) {
/illumos-gate/usr/src/cmd/hal/probing/volume/
H A Dprobe-volume.c637 if (fstyp_init(rfd, probe_offset, NULL, &fstyp_handle) != 0) {
638 HAL_DEBUG (("fstyp_init failed"));
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c1060 if (fstyp_init(device->target.fd, 0, NULL, &fhdl) != 0)
1094 if (fstyp_init(device->stage.fd, 0, NULL, &fhdl) != 0)
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c681 if (fstyp_init(device->part_fd, 0, NULL, &fhdl) != 0)

Completed in 71 milliseconds