Home
last modified time | relevance | path

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

/titanic_44/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_44/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_44/usr/src/cmd/zoneadmd/
H A Dvplat.c569 is_remote_fstype(const char *fstype, char *const *remote_fstypes) in is_remote_fstype() argument
573 if (remote_fstypes == NULL) in is_remote_fstype()
575 for (i = 0; remote_fstypes[i] != NULL; i++) { in is_remote_fstype()
576 if (strcmp(remote_fstypes[i], fstype) == 0) in is_remote_fstype()
634 char **remote_fstypes = NULL; in unmount_filesystems() local
671 remote_fstypes = get_remote_fstypes(zlogp); in unmount_filesystems()
703 if (is_remote_fstype(mnp->mnt_fstype, remote_fstypes)) { in unmount_filesystems()
759 free_remote_fstypes(remote_fstypes); in unmount_filesystems()