/titanic_41/usr/src/uts/intel/sys/acpi/ |
H A D | acbuffer.h | 165 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument 166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 168 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument 169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 171 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument 172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 174 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument 175 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 177 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument 178 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument [all …]
|
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ioctl.c | 1677 uint32_t dword; in hermon_flash_write_byte() member 1678 } dword; in hermon_flash_write_byte() local 2749 hermon_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) in hermon_flash_cfi_byte() 2758 hermon_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) in hermon_flash_cfi_dword()
|
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | hermon.c | 1295 uint32_t dword; in cnx_read_guids() member 1497 int dword; in cnx_is_magic_pattern_present() local
|
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ioctl.c | 2310 tavor_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) in tavor_flash_cfi_byte() 2319 tavor_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) in tavor_flash_cfi_dword()
|
/titanic_41/usr/src/cmd/mandoc/ |
H A D | mdoc_macro.c | 615 dword(struct mdoc *mdoc, int line, int col, const char *p, in dword() function
|
/titanic_41/usr/src/uts/common/io/igb/ |
H A D | igb_main.c | 2408 uint32_t dword; in igb_setup_rss() member 2476 uint32_t dword; in igb_setup_mac_rss_classify() member
|
/titanic_41/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_type.h | 2673 __be32 dword; member
|