Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/find/
H A Dfind.c243 static char *remote_fstypes[N_FSTYPES+1]; variable
931 if (strcmp(remote_fstypes[nremfs], in execute()
1889 remote_fstypes[fstype_index++] = "nfs"; in init_remote_fs()
1898 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c199 static char *remote_fstypes[N_FSTYPES+1]; /* allocate an extra one */ variable
437 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
461 for (p = remote_fstypes; *p; p++) in is_remote_fs()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c585 is_remote_fstype(const char *fstype, char *const *remote_fstypes) in is_remote_fstype() argument
589 if (remote_fstypes == NULL) in is_remote_fstype()
591 for (i = 0; remote_fstypes[i] != NULL; i++) { in is_remote_fstype()
592 if (strcmp(remote_fstypes[i], fstype) == 0) in is_remote_fstype()
650 char **remote_fstypes = NULL; in unmount_filesystems() local
687 remote_fstypes = get_remote_fstypes(zlogp); in unmount_filesystems()
719 if (is_remote_fstype(mnp->mnt_fstype, remote_fstypes)) { in unmount_filesystems()
775 free_remote_fstypes(remote_fstypes); in unmount_filesystems()