Home
last modified time | relevance | path

Searched refs:byteval (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/common/crypto/ecc/
H A Decdecode.c74 int byteval = 0; in hexString2SECItem() local
99 byteval = byteval * 16 + tmp; in hexString2SECItem()
101 item->data[i/2] = byteval; in hexString2SECItem()
102 byteval = 0; in hexString2SECItem()
/titanic_41/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3602 uint8_t byteval; local
3607 byteval = pci_config_get8(config_handle, PCI_CONF_MIN_G);
3609 "min-grant", byteval)) != DDI_SUCCESS) {
3614 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L);
3616 "max-latency", byteval)) != DDI_SUCCESS) {
3645 byteval = pci_config_get8(config_handle, PCI_CONF_REVID);
3647 "revision-id", byteval)) != DDI_SUCCESS) {
3700 byteval = pci_config_get8(config_handle, PCI_CONF_HEADER);
3701 if ((byteval & PCI_HEADER_TYPE_M) == PCI_HEADER_TWO) {
3745 if ((byteval = pci_config_get8(config_handle, PCI_CONF_IPIN)) != 0) {
[all …]
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3191 uint8_t byteval; in pcicfg_set_standard_props() local
3196 byteval = pci_config_get8(config_handle, PCI_CONF_MIN_G); in pcicfg_set_standard_props()
3198 "min-grant", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3202 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L); in pcicfg_set_standard_props()
3204 "max-latency", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3224 byteval = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_standard_props()
3226 "revision-id", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3300 if ((byteval = pci_config_get8(config_handle, PCI_CONF_IPIN)) != 0) { in pcicfg_set_standard_props()
3306 "interrupts", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c3412 uint8_t byteval; in pcicfg_set_standard_props() local
3417 byteval = pci_config_get8(config_handle, PCI_CONF_MIN_G); in pcicfg_set_standard_props()
3419 "min-grant", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3423 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L); in pcicfg_set_standard_props()
3425 "max-latency", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3445 byteval = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_standard_props()
3447 "revision-id", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3526 if ((byteval = pci_config_get8(config_handle, PCI_CONF_IPIN)) != 0) { in pcicfg_set_standard_props()
3532 "interrupts", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()