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

12

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.h160 u8 build, u8 ver);
H A Dixgbe_api.h133 s32 ixgbe_set_fw_drv_ver(struct ixgbe_hw *hw, u8 maj, u8 min, u8 build,
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/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...]
H A Dxref.mk33 # However, this behavior can be customized in each directory of the build
/illumos-gate/usr/src/pkg/
H A DMakefile39 # of how it was installed, set SUPPRESSPKGDEP=true in the build
45 # Comment this line out or set "PKGDEBUG=" in your build environment
54 # the packaging build. In other words, if you're running nightly or
60 # build environment.
65 # doing a gatekeeper-style build with the -U option to
107 # Always build the redistributable repository, but only build the
110 # Some objects that result from the closed build are still
112 # build. Access to those objects is provided via the closed-bins
119 # direct build target
[all...]
/illumos-gate/usr/src/grub/grub-0.97/
H A Dconfigure314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar build build_cpu build_vendor build_os host host_cpu host_vendor host_os MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT PERL CC ac_ct_CC CFLAGS LDFLAGS CPPFLAGS EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS RANLIB ac_ct_RANLIB STAGE1_CFLAGS STAGE2_CFLAGS GRUB_CFLAGS OBJCOPY ac_ct_OBJCOPY GRUB_LIBS CPP EGREP NETBOOT_SUPPORT_TRUE NETBOOT_SUPPORT_FALSE DISKLESS_SUPPORT_TRUE DISKLESS_SUPPORT_FALSE HERCULES_SUPPORT_TRUE HERCULES_SUPPORT_FALSE SERIAL_SUPPORT_TRUE SERIAL_SUPPORT_FALSE SERIAL_SPEED_SIMULATION_TRUE SERIAL_SPEED_SIMULATION_FALSE BUILD_EXAMPLE_KERNEL_TRUE BUILD_EXAMPLE_KERNEL_FALSE FSYS_CFLAGS NET_CFLAGS NET_EXTRAFLAGS NETBOOT_DRIVERS CCASFLAGS LIBOBJS LTLIBOBJS'
376 -build | --build | --buil | --bui | --bu)
378 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
645 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
686 build=$build_alias
694 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 --build=BUILD configure for building on BUILD [guessed]
843 --host=HOST cross-compile to build program
[all...]
H A Dconfig.status.solaris431 # Have a temporary directory for convenience. Make it in the build tree
517 s,@build@,i386-pc-solaris2.10,;t t
754 # First look for the input files in the build tree, otherwise in the
846 # First look for the input files in the build tree, otherwise in the
/illumos-gate/usr/src/lib/libshell/misc/
H A Dbuildksh93.sh30 # buildksh93.sh - ast-ksh standalone build script for the
290 fatal_error "build_shell: Illegal Linux type/compiler build mode \"${buildmode}\"."
312 # build machine).
315 # with networking support enabled, the current AST build infratructure has
323 # build system.
335 # OS/Net build flags
366 fatal_error "build_shell: Illegal Solaris type/compiler build mode \"${buildmode}\"."
371 fatal_error "Illegal OS build mode \"${buildmode}\"."
384 # build ksh93
558 build
[all...]
/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
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.c178 aac_rev->build = (uint32_t)AAC_DRIVER_BUILD;
/illumos-gate/usr/src/uts/intel/io/heci/
H A Dio_heci.c113 version->build = VER_BUILD;
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_history.txt447 * can be sized by the build environment.
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_download.c841 if ((ufi_hdr->build[0] >= '1') && (ufi_hdr->build[0] <= '9')) {
842 be_version = ufi_hdr->build[0] - '0';
5209 "BWC build parms failed.");
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwnreg.h1486 uint32_t build; member in struct:iwn_fw_tlv_hdr

Completed in 137 milliseconds

12