Home
last modified time | relevance | path

Searched refs:srvr_map (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c338 if (fs_tab[n]->cl_mounted && fs_tab[n]->srvr_map) { in unmount_client()
463 if (fs_tab[n]->mounted && fs_tab[n]->srvr_map) { in mount_client()
725 nfte->srvr_map = 0; in construct_mt()
812 nfte->srvr_map = 0; in construct_vfs()
824 nfte->srvr_map = 1; in construct_vfs()
831 nfte->srvr_map = 1; in construct_vfs()
1164 } while (fs_tab[i]->srvr_map); in resolved_fsys()
1177 return ((int)fs_tab[n]->srvr_map); in use_srvr_map_n()
/titanic_41/usr/src/cmd/svr4pkg/hdrs/
H A Dinstall.h124 unsigned srvr_map:1; /* use server_map() */ member