Searched refs:PKG (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dboot.ksh36 PKG=pkg
52 LC_ALL=C $PKG -R "$ZONEROOT" list pkg:///system/core-os >/dev/null
57 set -A cmd $PKG "${pkg_audit_args[@]}"
H A Dcommon.ksh660 info_out=$(LC_ALL=C ${PKG:-pkg} info pkg:/$pname 2>/dev/null)
810 # PKG If not set on entry, set to pkg
829 PKG=${PKG:-pkg}
863 $PKG -R "${zone.root}" update-format ||
868 $PKG -R "${zone.root}" set-property use-system-repo true ||
878 $PKG -R "${zone.root}" refresh --full ||
884 ngz_arch=$($PKG -R "${zone.root}" variant -H variant.arch) ||
903 set -A cmd $PKG -R "${GZ_IMAGE}" "${pkg_attach_args[@]}" \
914 set -A cmd $PKG
[all...]
H A Dp2v.ksh64 PKG=pkg
184 $PKG info $i >/dev/null 2>&1
343 $PKG -R "$ZONEROOT" change-variant --no-refresh -I \
H A Dpkgcreatezone.ksh73 PKG=pkg
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSocket.pm164 @_ == 1 || @_ == 2 or croak 'usage $sock->accept([PKG])';
370 =item accept([PKG])
374 socket, unless C<PKG> is specified. This object can be used to
382 The timeout in the [PKG] can be specified as zero to effect a "poll",

Completed in 45 milliseconds