Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c233 ext->fsys_base = resolved_fsys(tpath); in readmap()
292 ext->fsys_base = resolved_fsys(tpath); in readmap()
387 n = resolved_fsys(path); in readspace()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h252 extern uint32_t resolved_fsys __P((char *path));
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c1146 resolved_fsys(char *path) in resolved_fsys() function