Searched refs:RELEASE (Results 1 - 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/tools/
H A Dproto.sh41 RELEASE=$1
43 if [ "X$RELEASE" = "X" ] ; then
50 case $RELEASE in
55 echo "usage: unsupported release $RELEASE specified"
152 cp $LINKERS_EXPORT/big/libc_pic/$RELEASE/$p/libc_pic.a \
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h212 #define RELEASE ((uint8_t)7) macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Duname.c126 #define RELEASE #(getprd release) macro
131 #define RELEASE "" macro
183 ut->release = RELEASE;
426 s = astconf("RELEASE", NiL, NiL);
/illumos-gate/usr/src/cmd/sgs/packages/
H A DMakefile121 @ cd ../tools; pwd; $(MAKE) proto && ./proto $(RELEASE)
/illumos-gate/usr/src/uts/
H A DMakefile120 RELEASE="$(RELEASE)" MACH="$(MACH)" \ macro
/illumos-gate/usr/src/pkg/
H A DMakefile138 PKGVERS_COMPONENT= 0.$(RELEASE)
139 PKGVERS_BUILTON= $(RELEASE)
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drelease.c24 * DECLINE/RELEASE configuration functionality for the DHCP client.
127 * dhcp_release(): sends a RELEASE message to a DHCP server and removes
131 * input: dhcp_smach_t *: the state machine to send the RELEASE on and remove
187 dpkt = init_pkt(dsmp, RELEASE);
251 * stop_release_decline(): decides when to stop retransmitting RELEASE/DECLINE
/illumos-gate/usr/src/tools/scripts/
H A Dbldenv.sh86 RELEASE is 5.10
353 printf 'RELEASE is %s\n' "$RELEASE"
H A Dcheck_rtime.pl1126 # RELEASE from the standard <env> files. Users who wish to disable use
1127 # of ldd(1)'s -U should set (or uncomment) RELEASE in their <env> file
1134 if (($Release = $ENV{RELEASE}) && (cmp_os_ver($Release, "<", "5.10"))) {
/illumos-gate/usr/src/cmd/luxadm/
H A Dadm.c356 {"release", 3, RELEASE},
823 case RELEASE:
H A Dcommon.h132 #define RELEASE 210 macro
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c320 #define RELEASE 1 /* free an aio buffer after use */ macro
2601 (char *)inode_buffer, RELEASE); local
2761 sblock.fs_bsize, (char *)&icg, RELEASE); local
3064 if (transp->release == RELEASE)
3302 if (release == RELEASE)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c109 * A RELEASE message from the client will not cause a transaction to be created.
110 * The client ID in the RELEASE message will be used for finding and removing
135 * Just like v4, as part of removing an expired transaction, a RELEASE will be
594 if (mtype != REQUEST && mtype != RELEASE) {
611 if (mtype == RELEASE) {

Completed in 93 milliseconds