/illumos-gate/usr/src/head/ |
H A D | pkgdev.h | 45 char *fstyp; member in struct:pkgdev
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | statfs.c | 41 #include <sys/fstyp.h> 67 statfs32(char *fname, struct statfs32 *sbp, int32_t len, int32_t fstyp) argument 79 if (fstyp != 0) 93 fstatfs32(int32_t fdes, struct statfs32 *sbp, int32_t len, int32_t fstyp) argument 98 if (fstyp != 0)
|
/illumos-gate/usr/src/boot/sys/boot/common/ |
H A D | boot.c | 298 char lbuf[128], *cp, *ep, *dev, *fstyp, *options; local 340 fstyp = strdup(ep); 355 sprintf(lbuf, "%s:%s", fstyp, dev); 357 free(fstyp);
|
/illumos-gate/usr/src/lib/libgrubmgmt/common/ |
H A D | libgrub_fs.c | 523 grub_fsd_get_mountp(grub_fsdesc_t *fsd, char *fstyp) argument 536 mpref.mnt_fstype = fstyp; 555 grub_fsd_mount_tmp(grub_fsdesc_t *fsd, const char *fstyp) argument 569 if (strcmp(fstyp, MNTTYPE_UFS) == 0) { 573 } else if (strcmp(fstyp, MNTTYPE_ZFS) != 0) { 586 fstyp, data, dtsz, mntopts, sizeof (mntopts))) != 0) {
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 552 lofsinit(int fstyp, char *name) argument 566 error = vfs_setfsops(fstyp, lo_vfsops_template, &lo_vfsops); 574 (void) vfs_freevfsops_by_type(fstyp); 579 lofsfstype = fstyp;
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_common.c | 330 nfsdyninit(int fstyp, char *name) argument 338 error = vfs_setfsops(fstyp, nfsdyn_vfsops_template, &nfsdyn_vfsops);
|
H A D | nfs3_vfsops.c | 153 nfs3init(int fstyp, char *name) argument 168 error = vfs_setfsops(fstyp, nfs3_vfsops_template, &nfs3_vfsops); 177 (void) vfs_freevfsops_by_type(fstyp); 183 nfs3fstyp = fstyp;
|
H A D | nfs_vfsops.c | 155 nfsinit(int fstyp, char *name) argument 170 error = vfs_setfsops(fstyp, nfs_vfsops_template, &nfs_vfsops); 179 (void) vfs_freevfsops_by_type(fstyp); 186 nfsfstyp = fstyp;
|
H A D | nfs4_vfsops.c | 189 nfs4init(int fstyp, char *name) argument 208 error = vfs_setfsops(fstyp, nfs4_vfsops_template, &nfs4_vfsops); 230 nfs4fstyp = fstyp; 242 (void) vfs_freevfsops_by_type(fstyp);
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vfsops.c | 78 int smbfsinit(int fstyp, char *name); 275 smbfsinit(int fstyp, char *name) argument 279 error = vfs_setfsops(fstyp, smbfs_vfsops_template, &smbfs_vfsops); 288 (void) vfs_freevfsops_by_type(fstyp); 294 smbfsfstyp = fstyp;
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | vfs.c | 46 #include <sys/fstyp.h> 4548 char *fstyp, *fsmod; local 4551 getrootfs(&fstyp, &fsmod); 4573 vsw = vfs_getvfsswbyname(fstyp); 4576 cmn_err(CE_CONT, "Cannot find %s filesystem\n", fstyp); 4624 rootfs.bo_name, fstyp); 4627 rootfs.bo_name, fstyp);
|