Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/ecc/
H A Decdecode.c72 int byteval = 0; in hexString2SECItem() local
97 byteval = byteval * 16 + tmp; in hexString2SECItem()
99 item->data[i/2] = byteval; in hexString2SECItem()
100 byteval = 0; in hexString2SECItem()
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_cfg.c3591 uint8_t byteval; local
3596 byteval = pci_config_get8(config_handle, PCI_CONF_MIN_G);
3598 "min-grant", byteval)) != DDI_SUCCESS) {
3603 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L);
3605 "max-latency", byteval)) != DDI_SUCCESS) {
3634 byteval = pci_config_get8(config_handle, PCI_CONF_REVID);
3636 "revision-id", byteval)) != DDI_SUCCESS) {
3689 byteval = pci_config_get8(config_handle, PCI_CONF_HEADER);
3690 if ((byteval & PCI_HEADER_TYPE_M) == PCI_HEADER_TWO) {
3734 if ((byteval = pci_config_get8(config_handle, PCI_CONF_IPIN)) != 0) {
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3406 uint8_t byteval; in pcicfg_set_standard_props() local
3411 byteval = pci_config_get8(config_handle, PCI_CONF_MIN_G); in pcicfg_set_standard_props()
3413 "min-grant", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3417 byteval = pci_config_get8(config_handle, PCI_CONF_MAX_L); in pcicfg_set_standard_props()
3419 "max-latency", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3439 byteval = pci_config_get8(config_handle, PCI_CONF_REVID); in pcicfg_set_standard_props()
3441 "revision-id", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()
3520 if ((byteval = pci_config_get8(config_handle, PCI_CONF_IPIN)) != 0) { in pcicfg_set_standard_props()
3526 "interrupts", byteval)) != DDI_SUCCESS) { in pcicfg_set_standard_props()