Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/find/
H A Dfind.c239 static char *remote_fstypes[N_FSTYPES+1]; variable
890 if (strcmp(remote_fstypes[nremfs],
1878 remote_fstypes[fstype_index++] = "nfs"; in init_remote_fs()
1887 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
/titanic_50/usr/src/cmd/fs.d/
H A Ddf.c198 static char *remote_fstypes[N_FSTYPES+1]; /* allocate an extra one */ variable
436 remote_fstypes[fstype_index++] = new_string(buf); in init_remote_fs()
460 for (p = remote_fstypes; *p; p++) in is_remote_fs()
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c570 is_remote_fstype(const char *fstype, char *const *remote_fstypes) in is_remote_fstype() argument
574 if (remote_fstypes == NULL) in is_remote_fstype()
576 for (i = 0; remote_fstypes[i] != NULL; i++) { in is_remote_fstype()
577 if (strcmp(remote_fstypes[i], fstype) == 0) in is_remote_fstype()
635 char **remote_fstypes = NULL; in unmount_filesystems() local
672 remote_fstypes = get_remote_fstypes(zlogp); in unmount_filesystems()
704 if (is_remote_fstype(mnp->mnt_fstype, remote_fstypes)) { in unmount_filesystems()
760 free_remote_fstypes(remote_fstypes); in unmount_filesystems()