Searched refs:is_remote_fs_n (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c242 if (is_remote_fs_n(ext->fsys_value) &&
395 if (is_remote_fs_n(n) && !is_fs_writeable_n(n))
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c184 if (is_remote_fs_n(fs_entry) && !is_fs_writeable_n(fs_entry)) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1209 * is_remote_fs_n - given an fstab index, return 1
1215 is_remote_fs_n(uint32_t n) function
1375 return (is_remote_fs_n(*fsys_value));
1403 if (!is_remote_fs_n(n))
1421 if (!is_remote_fs_n(n))
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h259 extern int is_remote_fs_n __P((uint32_t n));

Completed in 73 milliseconds