Searched refs:build (Results 1 - 25 of 41) sorted by relevance

12

/illumos-gate/usr/src/cmd/svr4pkg/pkgscripts/
H A Di.build.sh42 savepath=$PKGSAV/build${client_dest}
44 savepath=$PKGSAV/build${dest}
68 if $savepath install > /tmp/$$build
70 if [ -s /tmp/$$build ]
72 cp /tmp/$$build $dest || error=yes
77 rm -f /tmp/$$build
H A Dr.build.sh46 savepath=$PKGSAV/build${client_dest}
48 savepath=$PKGSAV/build${dest}
52 if $savepath remove > /tmp/$$build
54 if [ ! -s /tmp/$$build ]
58 cp /tmp/$$build $dest || error=yes
63 rm -f /tmp/$$build
H A DMakefile33 i.build \
38 r.build \
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmdb.sh37 unset mdb_exec build root # Local variables
83 build=`echo "$1" | tr -d -`
88 build=`echo "$1" | tr -d -`
89 if [ $build -lt 10 ]; then
90 build=${os_name}_0$build
92 build=${os_name}_$build
98 build=${os_name}_`echo "$1" | cut -c2- | tr '[A-Z]' '[a-z]'`
102 -B) build
[all...]
/illumos-gate/usr/src/head/
H A Dnsctl.h52 * nsc_check_release() is called with the string build release
54 * defines a map of build release to acceptable runtime release for the
55 * component. The build release is always an acceptable runtime
58 * build - the build release (e.g. "5.7")
64 const char *build; /* build release */ member in struct:nsc_release
/illumos-gate/usr/src/grub/grub-0.97/
H A Dcompile45 If you are trying to build a whole package this is not the
111 # object file name, since that is what matters with a parallel build.
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c125 static ENTRY *build();
386 return(build(&table[i], (NODE *) NULL, item));
404 return(build(&table[i], table[i], item));
406 return(build(q, p, item));
418 build(NODE **last, NODE *next, ENTRY item) function
/illumos-gate/usr/src/lib/libnsctl/common/
H A Dmachdep.c142 * Compare the build release to the runtime release to check for an
146 * build_ver - the string Solaris build release (e.g. "5.8")
148 * acceptable build release / runtime release
185 /* build release == runtime release is always acceptable */
195 for (mp = map; mp->build != NULL && mp->runtime != NULL; mp++) {
196 if (strcmp(mp->build, build_rel) == 0) {
198 * found an entry for this build release
/illumos-gate/usr/src/lib/libsqlite/
H A Dmain.mk12 # will run on the platform that is doing the build.
33 # AR Tools used to build a static library.
50 # build the SQLite library and testing tools.
59 LIBOBJ = attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \
73 $(TOP)/src/build.c \
142 # are what get build when you type just "make" with no arguments.
177 # build on the target system. Some of the C source code and header
188 # Rules to build the LEMON compiler generator
200 build.o: $(TOP)/src/build
[all...]
H A DMakefile.com18 build.o \
68 $(SRCDIR)/build.c \
192 # are what get build when you type just "make" with no arguments.
/illumos-gate/usr/src/cmd/lms/heci/
H A DHECI_if.h84 UINT16 build; member in struct:_HECI_VERSION
H A DHECIUnix.cpp154 m_heciVersion.major, m_heciVersion.minor, m_heciVersion.hotfix, m_heciVersion.build);
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.h80 uint32_t build; member in struct:aac_revision
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c123 static ENTRY *build();
429 RETURN(build(&table[i], (NODE *) NULL, item));
446 RETURN(build(&table[i], table[i], item));
448 RETURN(build(q, p, item));
455 *build(last, next, item) function
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s126 ld [%i0 + SPVAL], %fp ! build new stack frame
/illumos-gate/usr/src/tools/quick/
H A Dmake-gss126 # For some reason, mech_krb5 does not build for debug.
192 build|install)
225 echo "Usage: $0 {build|lint|clean|clobber|tags|tar}";
H A Dmake-idmap91 # system and smbsrv headers (we need to build libsmb)
220 build|install)
253 echo "Usage: $0 {build|lint|clean|clobber|tags|tar}";
/illumos-gate/usr/src/uts/intel/amd64/ml/
H A Damd64.il36 / is PSM-specific and is only visible to the 'unix' build anyway.
106 /* XX64 These don't work correctly with SOS9 build 13.0 yet
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il38 / is PSM-specific and is only visible to the 'unix' build anyway.
/illumos-gate/usr/src/lib/libtnfctl/
H A Dcomb.c107 static tnfctl_errcode_t build(tnfctl_handle_t *hndl, comb_op_t op,
146 prexstat = build(hndl, op, down, next, comb_p);
564 * build() - build a composition
567 build(tnfctl_handle_t *hndl, comb_op_t op, uintptr_t down, uintptr_t next, function
594 "build: trouble allocating target memory:\n"));
601 DBG((void) fprintf(stderr, "build: alloc failed\n"));
647 "build: trouble writing combination: \n"));
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c102 static BOOL buildonly; /* only build the database */
112 static BOOL unconditional; /* unconditionally build database */
121 static void build(void);
150 /* get the current directory for build() and line-oriented P command */
441 /* build the cross-reference */
443 build();
577 putmsg(""); /* clear any build progress message */
647 case 'b': /* only build the cross-reference */
685 /* unconditionally build the cross-reference */
933 build();
947 build(void) function
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dbldenv.sh64 through large build logs to figure out what is being
80 [+?Use bldenv to spawn a shell to perform a DEBUG build and
89 The top-level `setup\' target is available to build headers
168 # clear environment variables we know to be bad for the build
259 # default is a non-DEBUG build
266 # update build-type variables
269 # Set PATH for a build
359 print "to build headers and tools."
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Defx_mcdi.c905 uint32_t build; local
928 build = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE);
943 build = MCDI_OUT_DWORD(req, GET_VERSION_OUT_FIRMWARE);
947 if (MC_FW_VERSION_IS_BOOTLOADER(build)) {
965 build = 0;
989 *buildp = build;
/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtldlib.s43 save %sp,-SA(MINFRAME),%sp ! build frame
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dheci_data_structures.h323 uint16_t build; member in struct:heci_driver_version

Completed in 3453 milliseconds

12