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

/illumos-gate/usr/src/lib/brand/solaris10/zone/
H A Dcommon.ksh108 if [[ -f $dir/var/sadm/system/admin/INST_RELEASE ]]; then
110 $dir/var/sadm/system/admin/INST_RELEASE)
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c884 * Put the variables found in a clients INST_RELEASE file into the
887 * doesn't return state since the INST_RELEASE file may not exist in
891 len = strlen(root_path) + strlen(INST_RELEASE) + 2;
898 INST_RELEASE);
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm_upgrade.c207 #define INST_RELEASE "var/sadm/system/admin/INST_RELEASE" macro
211 * var/sadm/system/admin/INST_RELEASE, so if it's still there, we can
228 (void) snprintf(path, sizeof (path), "%s/%s", root, INST_RELEASE);
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglib.h349 #define INST_RELEASE "var/sadm/system/admin/INST_RELEASE" macro

Completed in 50 milliseconds