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

/illumos-gate/usr/src/uts/common/sys/
H A Dstmf_ioctl.h138 uint8_t config_state; /* N/A for LU/LPORTs */ member in struct:stmf_state_desc
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_pci.c219 } config_state[PCI_MAX_CHILDREN]; member in struct:__anon9568
781 ppb_p->config_state[i].dip = dip;
782 ppb_p->config_state[i].command =
808 dip = ppb_p->config_state[i].dip;
818 ppb_p->config_state[i].command);
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c2673 uint64_t *config_state; local
2681 config_state = kmem_zalloc(total_size, KM_NOSLEEP);
2683 if (config_state == NULL) {
2697 pxu_p->pec_config_state = config_state;
2811 uint64_t *config_state, *cb_regs; local
2831 config_state = kmem_zalloc(cb_size, KM_NOSLEEP);
2833 if (config_state == NULL) {
2838 pxu_p->xcb_config_state = config_state;
/illumos-gate/usr/src/lib/libstmf/common/
H A Dstmf.c4710 switch (iState.config_state) {
5380 stmfStateSet.config_state = STMF_CONFIG_INIT_DONE;
5400 stmfStateSet.config_state = STMF_CONFIG_INIT;
5420 stmfStateSet.config_state = STMF_CONFIG_INIT_DONE;
5772 iState.config_state = STMF_CONFIG_NONE;
5807 iState.config_state = STMF_CONFIG_NONE;
/illumos-gate/usr/src/uts/common/io/comstar/stmf/
H A Dstmf.c1492 if (std->config_state == STMF_CONFIG_INIT) {
1506 if (std->config_state != STMF_CONFIG_INIT_DONE) {
1548 (std->config_state == STMF_CONFIG_INIT)) {
1582 std->config_state = stmf_state.stmf_config_state;

Completed in 147 milliseconds