| /onnv/onnv-gate/usr/src/pkgdefs/SUNWmdr/ |
| checkinstall | 33 RELEASE="None" 106 RELEASE="421" 108 RELEASE="SLVM" 115 RELEASE="pre421" 125 echo RELEASE="${RELEASE}" >> $1
|
| postinstall.tmpl | 125 if [ "$RELEASE" != "SLVM" ]; then 199 # if previous release was not SLVM or md.conf did not have devids fix it. 202 if [ "$RELEASE" != "SLVM" -o $DEVID_STATUS -eq 1 ]; then
|
| /onnv/onnv-gate/usr/src/tools/findunref/ |
| exception_list.common | 53 */RELEASE*
|
| /onnv/onnv-gate/usr/src/cmd/boot/scripts/ |
| root_archive.ksh | 107 RELEASE=`/bin/ls -d "$MEDIA/Solaris_"*` 108 RELEASE=`basename "$RELEASE"` 109 CPIO_DIR="$MEDIA/$RELEASE/Tools/Boot" 272 RELEASE=`/bin/ls -d "$MEDIA/Solaris_"*` 273 RELEASE=`basename "$RELEASE"` 275 CPIO_DIR="$MEDIA/$RELEASE/Tools/Boot" 308 RELEASE=`/bin/ls -d "$MEDIA/Solaris_"*` 309 RELEASE=`basename "$RELEASE" [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/tools/ |
| proto.sh | 41 RELEASE=$1 43 if [ "X$RELEASE" = "X" ] ; then 44 echo "usage: proto release" 50 case $RELEASE in 55 echo "usage: unsupported release $RELEASE specified" 152 cp $LINKERS_EXPORT/big/libc_pic/$RELEASE/$p/libc_pic.a \
|
| /onnv/onnv-gate/usr/src/cmd/itutools/ |
| pkg2du.ksh | 70 gettext "Usage:\n${PROG##*/} -r <release> [-f] [-v] [-d <dir>] [-o <iso>] [-l <label>]\n <pkg> [<pkg> ...]\n" 75 gettext " -r <release>\n Solaris release number to use. It takes the form of 5.10.\n This option must be specified.\n" 292 RELEASE= 312 r) RELEASE=$OPTARG 328 # Release number must be specified. 329 if [[ -z "$RELEASE" ]] 331 gettext "Solaris release number must be specified (-r option).\n" 336 # Verify release number. Allow major.minor or major.minor.micro format. 337 if [[ $RELEASE != +([0-9]).+([0-9])?(.+([0-9])) ] [all...] |
| itu.ksh | 117 gettext " -r solaris_release\n Solaris release number for which the Driver Update is intended.\n It takes the form of 5.10.\n This option must be specified for subcommand makedu.\n" 157 r) RELEASE=$OPTARG 299 # Check the format of the Solaris release number $RELEASE. 300 # Also set $VERSION (for DU format) based on $RELEASE. 305 if [[ $RELEASE != +([0-9]).+([0-9])?(.+([0-9])) ]] 307 gettext "Invalid release number specified: $RELEASE.\n" 311 # As defined by the ITU spec, a Solaris release number 5.x corresponds 313 # do a 6.x Release we won't need ITUs any more [all...] |
| updatemedia.ksh | 200 $PKG2DU -r "$RELEASE" -f -d "$dudir" $VERBOSE_OPTS \ 422 # Extract the Solaris release number from the Solaris_* directory and the 423 # corresponding version number. As defined by the ITU spec, a Solaris release 425 RELEASE=5.${SOLARIS_DIR##*Solaris_} 426 VERSION=$(echo $RELEASE | $SED 's/5\./2/')
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_dummy/pkg/ |
| Makefile | 33 PKGARCHIVE=$(SRC)/../../pkgarchive/$(MACH)/$(RELEASE)
|
| /onnv/onnv-gate/usr/src/lib/libshell/ |
| Makefile.doc | 30 RELEASE \
|
| /onnv/onnv-gate/usr/src/tools/ctf/scripts/ |
| ctfcvtptbl.pl | 60 # * $RELEASE and $MACH in the genunix archive path will be replaced by the 61 # values of the RELEASE and MACH environment variables, respectively, as 209 my $release = $ENV{"RELEASE"}; 212 $genunix_archive =~ s/\$RELEASE/$release/ if defined $release;
|
| /onnv/onnv-gate/usr/src/uts/common/netinet/ |
| dhcp.h | 212 #define RELEASE ((uint8_t)7)
|
| /onnv/onnv-gate/usr/src/lib/libcmd/common/ |
| uname.c | 50 "[r:release|kernel-release?The kernel release level.]" 59 "[R:extended-release?The extended release name.]" 126 #define RELEASE #(getprd release) 131 #define RELEASE "" 140 char* release; member in struct:utsname 183 ut->release = RELEASE [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/ |
| README.caching | 116 DISCOVER, REQUEST, RELEASE, or DECLINE. 159 If the packet is a RELEASE, the client thread modifies the record in the
|
| generic.c | 122 * For BOOTP, REQUEST, RELEASE, and INFORM packets, trust client's 130 *plp->opts[CD_DHCP_TYPE]->value == RELEASE || 664 /* Release reinitialization thread */
|
| /onnv/onnv-gate/usr/src/cmd/sgs/packages/ |
| Makefile | 123 @ cd ../tools; pwd; $(MAKE) proto && ./proto $(RELEASE)
|
| /onnv/onnv-gate/usr/src/uts/ |
| Makefile | 119 RELEASE="$(RELEASE)" MACH="$(MACH)" \
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/ |
| test_client.c | 146 case RELEASE: 147 p = "RELEASE"; 310 mep->state = RELEASE; 324 optp->value[0] = RELEASE; 336 /* lru testing: don't release lease */ 348 mep->state = RELEASE; 362 optp->value[0] = RELEASE; 381 if (mep->state == RELEASE && !time_to_go) { 415 if (mep->state == RELEASE) { 963 int release, inform, unknown local [all...] |
| /onnv/onnv-gate/usr/src/tools/scripts/ |
| build_osnet.sh | 186 unset RELEASE RELEASE_DATE
|
| bldenv.sh | 28 # before spawning a shell for doing a release-style builds interactively 124 RELEASE is 5.10 447 printf 'RELEASE is %s\n' "$RELEASE"
|
| check_rtime.pl | [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| release.c | 25 * DECLINE/RELEASE configuration functionality for the DHCP client. 130 * dhcp_release(): sends a RELEASE message to a DHCP server and removes 134 * input: dhcp_smach_t *: the state machine to send the RELEASE on and remove 188 dpkt = init_pkt(dsmp, RELEASE); 269 * stop_release_decline(): decides when to stop retransmitting RELEASE/DECLINE 283 dhcpmsg(MSG_INFO, "no Reply to Release, finishing "
|
| /onnv/onnv-gate/usr/src/cmd/luxadm/ |
| adm.c | 356 {"release", 3, RELEASE}, 823 case RELEASE:
|
| common.h | 132 #define RELEASE 210
|
| /onnv/onnv-gate/usr/src/ |
| Makefile.master | 32 # RELEASE_BUILD should be cleared for final release builds. 41 # the other *RELEASE_BUILD settings. ("#" means do an export release 46 # build it.) Skipping the closed code implies doing an export release 102 # set __SSNEXT= in the enviroment to build with the 'next' release of 746 # Pass -Y flag to cpp (method of which is release-dependent) 846 # RELEASE_CM: Should be editted to reflect the release. 854 # It is left as an exercise to Release Engineering to embellish the generation 855 # of the release comment string. 867 # If this is an release build: 877 # RELEASE Specific release of the build, eg: 5. [all...] |