/freebsd/sys/dev/acpica/ |
H A D | acpi_quirks | 12 oem: FADT "AWARD " "AWRDACPI" 18 oem: FADT "AMIINT" "" 24 oem: FADT "ASUS " "P2B-D " 30 oem: FADT "ASUS " "P2B-F " 36 oem: FADT "ASUS " "P2B-DS " 43 oem: FADT "ASUS " "P2B-DS " 50 oem: FADT "ASUS " "P2L97-DS" 60 oem: FADT "ASUS " "P5A " 66 oem: FADT "COMPAQ" "CPQB05E " 72 oem: FADT "PTLTD " " FACP " [all …]
|
H A D | acpiio.h | 69 char oeminfo[ACPI_CMBAT_MAXSTRLEN]; /* OEM information */ 92 char oeminfo[ACPI_CMBAT_MAXSTRLEN]; /* OEM information */ 137 char oeminfo[ACPI_CMBAT_MAXSTRLEN]; /* OEM information */
|
H A D | acpi_quirk.c | 42 OEM, enumerator 113 case OEM: in aq_match_header()
|
/freebsd/sys/dev/isci/scil/ |
H A D | scu_bios_definitions.h | 85 // For Intel Storage Controller Unit OEM Block 117 * @brief This structure defines the OEM Parameter block header. 122 * This field contains the OEM Parameter Block Signature which is 124 * contains valid OEM Parameter data. The value must be set to 126 * stands for Intel Storage Controller Unit OEM Block. 130 * This field contains the size in bytes of the complete OEM 144 * of the OEM Parameter block. 184 * @brief This structure delineates the various OEM parameters that must 200 * APC means the Platform OEM expects SCI to configure 204 * MPC means the Platform OEM manually defines wide or narrow [all …]
|
H A D | scic_config_parameters.h | 223 * @brief This structure/union specifies the various different OEM 230 * This field specifies the OEM parameters specific to the 242 * 1.0 version of the OEM PARAMETER do_enable_ssc to the more 300 * @brief This method allows the user to attempt to change the OEM 305 * @param[in] oem_parameters This parameter specifies the OEM parameters 307 * @param[in] oem_parameters_version This parameter is the OEM block version 317 * user supplied an unsupported value for one of the OEM parameters. 326 * @brief This method allows the user to retrieve the OEM 331 * @param[out] oem_parameters This parameter specifies the OEM parameters 332 * object in which to write the core's OEM parameters.
|
/freebsd/sys/dev/isci/ |
H A D | isci_oem_parameters.c | 72 uint8_t signature[4]; /* "$OEM" */ 121 * this 512-byte block for the $OEM string, in isci_get_oem_parameters() 122 * which will mark the beginning of the OEM in isci_get_oem_parameters() 132 /* $OEM signature string was found. Now copy the OEM parameter block in isci_get_oem_parameters() 134 * constructed, we will pass this OEM parameter data to the SCI core in isci_get_oem_parameters() 137 struct oem_parameters_table *oem = in isci_get_oem_parameters() local 140 (SCI_BIOS_OEM_PARAM_BLOCK_T *)oem->data; in isci_get_oem_parameters() 153 isci_log_message(1, "ISCI", "OEM Parameter Data for controller %d\n", in isci_get_oem_parameters()
|
/freebsd/sys/tools/ |
H A D | acpi_quirks2h.awk | 64 # OEM field 66 $1 == "oem:" { 72 # Parse OEM ID 76 # Parse OEM Table ID 82 printf("\t{ \"%s\", OEM, {%s}, {%s} },\n", 101 # OEM REVISION field
|
/freebsd/share/man/man4/ |
H A D | acpi_fujitsu.4 | 107 DISPLAY_PIPE=/tmp/acpi_${OEM}_display 111 LEVEL=`sysctl -n hw.acpi.${OEM}.mute` 120 LEVEL=`sysctl -n hw.acpi.${OEM}.pointer_enable` 129 LEVEL=`sysctl -n hw.acpi.${OEM}.lcd_brightness` 136 LEVEL=`sysctl -n hw.acpi.${OEM}.volume`
|
H A D | acpi_ibm.4 | 402 DISPLAY_PIPE=/tmp/acpi_${OEM}_display 406 LEVEL=`sysctl -n dev.acpi_${OEM}.0.bluetooth` 409 sysctl dev.acpi_${OEM}.0.bluetooth=0 412 sysctl dev.acpi_${OEM}.0.bluetooth=1 417 LEVEL=`sysctl -n dev.acpi_${OEM}.0.lcd_brightness` 424 LEVEL=`sysctl -n dev.acpi_${OEM}.0.thinklight` 433 LEVEL=`sysctl -n dev.acpi_${OEM}.0.volume` 440 LEVEL=`sysctl -n dev.acpi_${OEM}.0.mute`
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rfi.h | 29 * @oem: specifies if this is the default table or set by OEM 34 u8 oem; 33 u8 oem; global() member
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | avm | 22 # on 5th line oem like: avme lgi 23 >41 search/285 OEM= \b, oem
|
/freebsd/lib/libsecureboot/efi/include/Guid/ |
H A D | GlobalVariable.h | 151 /// The OEM's default Key Exchange Key Signature Database. Should be treated as read-only. 156 /// The OEM's default public Platform Key. Should be treated as read-only. 161 /// The OEM's default secure boot signature store. Should be treated as read-only. 166 /// The OEM's default secure boot blacklist signature store. Should be treated as read-only. 171 /// The OEM's default secure boot timestamp signature store. Should be treated as read-only.
|
/freebsd/tools/tools/cfi/ |
H A D | cfi.c | 55 fprintf(stderr, "oem\t\tread OEM segment\n"); in usage() 56 fprintf(stderr, "woem value\twrite OEM segment\n"); in usage() 141 } else if (strcasecmp(argv[1], "oem") == 0) { in main()
|
/freebsd/sys/fs/msdosfs/ |
H A D | bootsect.h | 28 int8_t bsOemName[8]; /* OEM name and version */ 50 int8_t bsOemName[8]; /* OEM name and version */ 62 int8_t bsOEMName[8]; /* OEM name and version */
|
/freebsd/crypto/heimdal/lib/ntlm/ |
H A D | ntlm_err.et | 16 error_code OEM, "Client set OEM string"
|
/freebsd/sys/contrib/xen/hvm/ |
H A D | hvm_xs_strings.h | 54 * OEM/vendortypes (128 - 255) will all be added. 84 /* 1 to 99 OEM strings can be set in xenstore using values of the form 87 #define HVM_XS_OEM_STRINGS "bios-strings/oem-%d"
|
/freebsd/sys/x86/include/ |
H A D | apm_bios.h | 111 /* 0xe000 - 0xefff OEM-defined power device IDs */ 122 /* 0x0020 - 0x003f OEM-defined system states */ 123 /* 0x0040 - 0x007f OEM-defined device states */ 173 /* 0x0200 - 0x02ff OEM-defined APM events */
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | devdetail.xml | 42 <OEM>Manufacturer</OEM>
|
/freebsd/sys/contrib/dev/acpica/components/tables/ |
H A D | tbfind.c | 165 * OemId - String with the table OEM ID 166 * OemTableId - String with the OEM Table ID 172 * Signature, OEM ID and OEM Table ID. Returns an index that can 199 /* Don't allow the OEM strings to be too long */ in AcpiTbFindTable()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/chemical/ |
H A D | atlas,sensor.yaml | 7 title: Atlas Scientific OEM + EZO sensors 13 Atlas Scientific OEM + EZO sensors connected via I2C
|
/freebsd/sys/sys/ |
H A D | cfictl.h | 49 #define CFIOCGOEMPR _IOR('q', 2, uint64_t) /* get oem protection reg */ 50 #define CFIOCSOEMPR _IOW('q', 3, uint64_t) /* set oem protection reg */
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7770.c | 53 #define ID_OLV_274x 0x04907782 /* Olivetti OEM */ 54 #define ID_OLV_274xD 0x04907783 /* Olivetti OEM (Differential) */ 87 "Adaptec (Olivetti OEM) 274X SCSI adapter", 93 "Adaptec (Olivetti OEM) 274X Differential SCSI adapter",
|
/freebsd/usr.sbin/cron/cron/ |
H A D | config.h | 44 #define MAILFMT "%s -FCronDaemon -odi -oem -oi -t" /*-*/ 47 * -oem = Option Errors Mailedtosender
|
/freebsd/usr.sbin/mptable/ |
H A D | mptable.c | 555 printf( " OEM ID:\t\t\t'" ); in MPConfigTableHeader() 563 printf( " OEM table pointer:\t\t0x%08x\n", cth->oem_table_pointer ); in MPConfigTableHeader() 564 printf( " OEM table size:\t\t%d\n", cth->oem_table_size ); in MPConfigTableHeader() 675 /* process any OEM data */ in MPConfigTableHeader() 679 /* map in oem table structure */ in MPConfigTableHeader() 684 printf( "\nyou need to modify the source to handle OEM data!\n\n" ); in MPConfigTableHeader()
|
/freebsd/sys/i386/i386/ |
H A D | bios.c | 143 printf("pnpbios: OEM ID %x\n", pt->oemdevid); in bios32_init() 442 bios_oem_strings(struct bios_oem *oem, u_char *buffer, size_t maxlen) in bios_oem_strings() argument 450 if ( !oem || !buffer || maxlen<2 ) in bios_oem_strings() 453 sig = oem->signature; in bios_oem_strings() 457 from = oem->range.from; in bios_oem_strings() 458 to = oem->range.to; in bios_oem_strings()
|