Searched defs:remote_fstypes (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/find/
H A Dfind.c239 static char *remote_fstypes[N_FSTYPES+1]; variable
890 if (strcmp(remote_fstypes[nremfs],
1865 * remote_fstypes array.
1878 remote_fstypes[fstype_index++] = "nfs";
1887 remote_fstypes[fstype_index++] = new_string(buf);
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c192 static char *remote_fstypes[N_FSTYPES+1]; /* allocate an extra one */ variable
412 * remote_fstypes array.
431 remote_fstypes[fstype_index++] = new_string(buf);
455 for (p = remote_fstypes; *p; p++)
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c571 is_remote_fstype(const char *fstype, char *const *remote_fstypes) argument
575 if (remote_fstypes == NULL)
577 for (i = 0; remote_fstypes[i] != NULL; i++) {
578 if (strcmp(remote_fstypes[i], fstype) == 0)
636 char **remote_fstypes = NULL; local
673 remote_fstypes = get_remote_fstypes(zlogp);
705 if (is_remote_fstype(mnp->mnt_fstype, remote_fstypes)) {
761 free_remote_fstypes(remote_fstypes);

Completed in 77 milliseconds