Home
last modified time | relevance | path

Searched refs:config_state (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c220 } config_state[PCI_MAX_CHILDREN]; member
791 ppb_p->config_state[i].dip = dip; in ppb_save_config_regs()
792 ppb_p->config_state[i].command = in ppb_save_config_regs()
818 dip = ppb_p->config_state[i].dip; in ppb_restore_config_regs()
828 ppb_p->config_state[i].command); in ppb_restore_config_regs()
/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h138 uint8_t config_state; /* N/A for LU/LPORTs */ member
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c2673 uint64_t *config_state; in hvio_suspend() local
2681 config_state = kmem_zalloc(total_size, KM_NOSLEEP); in hvio_suspend()
2683 if (config_state == NULL) { in hvio_suspend()
2697 pxu_p->pec_config_state = config_state; in hvio_suspend()
2811 uint64_t *config_state, *cb_regs; in hvio_cb_suspend() local
2831 config_state = kmem_zalloc(cb_size, KM_NOSLEEP); in hvio_cb_suspend()
2833 if (config_state == NULL) { in hvio_cb_suspend()
2838 pxu_p->xcb_config_state = config_state; in hvio_cb_suspend()
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4710 switch (iState.config_state) { in stmfGetState()
5380 stmfStateSet.config_state = STMF_CONFIG_INIT_DONE; in stmfLoadConfig()
5400 stmfStateSet.config_state = STMF_CONFIG_INIT; in stmfLoadConfig()
5420 stmfStateSet.config_state = STMF_CONFIG_INIT_DONE; in stmfLoadConfig()
5772 iState.config_state = STMF_CONFIG_NONE; in stmfOnline()
5807 iState.config_state = STMF_CONFIG_NONE; in stmfOffline()
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1490 if (std->config_state == STMF_CONFIG_INIT) { in stmf_set_stmf_state()
1504 if (std->config_state != STMF_CONFIG_INIT_DONE) { in stmf_set_stmf_state()
1546 (std->config_state == STMF_CONFIG_INIT)) { in stmf_set_stmf_state()
1580 std->config_state = stmf_state.stmf_config_state; in stmf_get_stmf_state()