Home
last modified time | relevance | path

Searched refs:is_remote_fs (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c441 n = is_remote_fs(ept->path, &(ext->fsys_value)); in instvol()
1002 if (is_remote_fs(ept->path, in domerg()
1327 if (is_remote_fs(ept->path, in endofclass()
H A Ddockspace.c282 if (is_remote_fs(ept->path, &(ext->fsys_value)) && in readmap()
H A Dcheck.c702 if (is_remote_fs(ept->path, &(extlist[i]->fsys_value)) && in ckconflct()
/illumos-gate/usr/src/cmd/fs.d/
H A Ddf.c451 is_remote_fs(char *fstype) in is_remote_fs() function
1025 if (l_option && is_remote_fs(dfrp->dfr_fstype)) { in prune_list()
2102 if (! is_remote_fs(st.st_fstype) && in do_devnm()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h258 extern int is_remote_fs __P((char *path, uint32_t *fsys_value));
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1370 is_remote_fs(char *path, uint32_t *fsys_value) in is_remote_fs() function