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

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h71 uint32_t fsys_base; /* actual base filesystem in fs_tab[] */ member in struct:cfextra
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c182 * isn't necessarily the real target filesystem. Where you see "fsys_base"
185 * the same as fsys_base.
229 ext->fsys_base = resolved_fsys(tpath);
231 ext->fsys_base = ext->fsys_value;
233 if (fsys_stat(ext->fsys_base)) {
246 fs_tab = get_fs_entry(ext->fsys_base);
288 ext->fsys_base = resolved_fsys(tpath);
290 ext->fsys_base = ext->fsys_value;
292 /* At this point we know we have a good fsys_base. */
293 if (fsys_stat(ext->fsys_base)) {
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Ddofinal.c65 entry.fsys_base = BADFSYS;
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dpkgobjmap.c352 ext->fsys_base = BADFSYS;
516 fsys_entry = ext1->fsys_base;

Completed in 85 milliseconds