Searched defs:build (Results 1 - 14 of 14) sorted by relevance

/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/tools/scripts/
H A Dnightly.sh80 # Function to do a DEBUG and non-DEBUG build. Needed because we might
81 # need to do another for the source build, and since we only deliver DEBUG or
93 # non-DEBUG build begins
98 build "non-DEBUG" "$suffix-nd" "-nd" "$MULTI_PROTO"
100 echo "\n==== No non-DEBUG $open_only build ====\n" >> "$LOGFILE"
103 # non-DEBUG build ends
105 # DEBUG build begins
110 build "DEBUG" "$suffix" "" "$MULTI_PROTO"
112 echo "\n==== No DEBUG $open_only build ====\n" >> "$LOGFILE"
115 # DEBUG build end
170 function build { function
[all...]
/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/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/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/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/cmd/lms/heci/
H A DHECI_if.h84 UINT16 build; member in struct:_HECI_VERSION
/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/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/uts/intel/io/heci/
H A Dheci_data_structures.h323 uint16_t build; member in struct:heci_driver_version
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_api.c1118 * @build: driver build number to be sent to firmware
1121 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, argument
1125 build, ver), IXGBE_NOT_IMPLEMENTED);
H A Dixgbe_common.c4476 * @build: driver version build number
4477 * @sub: driver version sub build number
4485 u8 build, u8 sub)
4505 fw_cmd.ver_build = build;
4484 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build, u8 sub) argument
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1486 uint32_t build; member in struct:iwn_fw_tlv_hdr
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h2265 char build[BE_BUILD_SIZE]; member in struct:emlxs_be3_ufi_header
2354 char build[BE_BUILD_SIZE]; member in struct:emlxs_be2_ufi_header

Completed in 107 milliseconds