Searched refs:server_map (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/cmd/svr4pkg/installf/ |
H A D | main.c | 292 set_PKGLOC(server_map(get_PKGLOC(), fsys_value)); in main() 296 set_PKGADM(server_map(get_PKGADM(), fsys_value)); in main()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | main.c | 505 set_PKGLOC(server_map(get_PKGLOC(), fsys_value)); in main() 509 set_PKGADM(server_map(get_PKGADM(), fsys_value)); in main()
|
/titanic_44/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | dockspace.c | 304 strcpy(tpath, server_map(ept->path, ext->fsys_value)); in readmap()
|
H A D | main.c | 876 set_PKGLOC(server_map(get_PKGLOC(), fsys_value)); in main() 880 set_PKGADM(server_map(get_PKGADM(), fsys_value)); in main()
|
/titanic_44/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 569 server_map(char *path, uint32_t fsys_value) in server_map() function 1162 (void) strcpy(path2use, server_map(path2use, i)); in resolved_fsys()
|
/titanic_44/usr/src/cmd/svr4pkg/hdrs/ |
H A D | libinst.h | 251 extern char *server_map __P((char *path, uint32_t fsys_value));
|