Searched refs:fsys_value (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dcfext.h70 uint32_t fsys_value; /* fstab[] entry index */ member in struct:cfextra
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Ddockspace.c180 * "fsys_value", that's the apparent filesystem which could be a temporary
183 * that's the real filesystem to which fsys_value may just refer. If this is
184 * installing to a standalone or a server, fsys_value will almost always be
220 if (ext->fsys_value == BADFSYS)
221 ext->fsys_value = fsys(tpath);
228 if (use_srvr_map_n(ext->fsys_value))
231 ext->fsys_base = ext->fsys_value;
242 if (is_remote_fs_n(ext->fsys_value) &&
243 !is_fs_writeable_n(ext->fsys_value))
278 if (is_remote_fs(ept->path, &(ext->fsys_value))
[all...]
H A Dinstvol.c303 &(ext->fsys_value)))
336 &(ext->fsys_value))))) {
438 n = is_remote_fs(ept->path, &(ext->fsys_value));
441 &(ext->fsys_value))) {
456 if (is_mounted(ept->path, &(ext->fsys_value))) {
466 ext->fsys_value);
542 &(ext->fsys_value)))
957 &(extlist[i]->fsys_value))) {
1000 &(extlist[i]->fsys_value)) &&
1002 &(extlist[i]->fsys_value))) {
[all...]
H A Dmain.c872 int fsys_value; local
874 fsys_value = fsys(get_PKGLOC());
875 if (use_srvr_map_n(fsys_value))
876 set_PKGLOC(server_map(get_PKGLOC(), fsys_value));
878 fsys_value = fsys(get_PKGADM());
879 if (use_srvr_map_n(fsys_value))
880 set_PKGADM(server_map(get_PKGADM(), fsys_value));
H A Dcheck.c702 if (is_remote_fs(ept->path, &(extlist[i]->fsys_value)) &&
704 &(extlist[i]->fsys_value))) {
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c560 * filesystem. fsys_value is the fs_tab[] entry to which the loopback'd path is
565 server_map(char *path, uint32_t fsys_value) argument
571 } else if (fsys_value < fs_tab_used) {
574 "%s%s", fs_tab[fsys_value]->remote_name,
575 path+strlen(fs_tab[fsys_value]->name));
1326 use_srvr_map(char *path, uint32_t *fsys_value) argument
1328 if (*fsys_value == BADFSYS)
1329 *fsys_value = fsys(path);
1331 return (use_srvr_map_n(*fsys_value));
1338 is_mounted(char *path, uint32_t *fsys_value) argument
1354 is_fs_writeable(char *path, uint32_t *fsys_value) argument
1370 is_remote_fs(char *path, uint32_t *fsys_value) argument
1385 is_served(char *path, uint32_t *fsys_value) argument
[all...]
H A Dpkgobjmap.c351 ext->fsys_value = BADFSYS; /* No file system data yet */
689 * fsys_value is also copied over, it hasn't been set yet. This function
712 tp->fsys_value = el_ent->fsys_value;
H A Dpkgdbmerg.c456 &(el_ent->fsys_value)))
612 &(el_ent->fsys_value)))
/illumos-gate/usr/src/cmd/svr4pkg/installf/
H A Dmain.c288 int fsys_value; local
290 fsys_value = fsys(get_PKGLOC());
291 if (use_srvr_map_n(fsys_value))
292 set_PKGLOC(server_map(get_PKGLOC(), fsys_value));
294 fsys_value = fsys(get_PKGADM());
295 if (use_srvr_map_n(fsys_value))
296 set_PKGADM(server_map(get_PKGADM(), fsys_value));
H A Ddofinal.c64 entry.fsys_value = BADFSYS;
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c501 int fsys_value; local
503 fsys_value = fsys(get_PKGLOC());
504 if (use_srvr_map_n(fsys_value))
505 set_PKGLOC(server_map(get_PKGLOC(), fsys_value));
507 fsys_value = fsys(get_PKGADM());
508 if (use_srvr_map_n(fsys_value))
509 set_PKGADM(server_map(get_PKGADM(), fsys_value));
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h251 extern char *server_map __P((char *path, uint32_t fsys_value));
252 extern int use_srvr_map __P((char *path, uint32_t *fsys_value));
254 extern int is_fs_writeable __P((char *path, uint32_t *fsys_value));
255 extern int is_remote_fs __P((char *path, uint32_t *fsys_value));
256 extern int is_served __P((char *path, uint32_t *fsys_value));
257 extern int is_mounted __P((char *path, uint32_t *fsys_value));

Completed in 83 milliseconds