Searched defs:hpc_slot_state (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c359 hpc_slot_state_t *hpc_slot_state; local
361 hpc_slot_state = (hpc_slot_state_t *)arg;
365 "HPC_CTRL_GET_SLOT_STATE hpc_slot_state=0x%p",
366 (void *) hpc_slot_state);
369 *hpc_slot_state = HPC_SLOT_CONNECTED;
371 *hpc_slot_state = HPC_SLOT_EMPTY;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c1382 hpc_slot_state_t *hpc_slot_state; local
1384 hpc_slot_state = (hpc_slot_state_t *)arg;
1387 "HPC_CTRL_GET_SLOT_STATE hpc_slot_state=%p",
1388 (void *)hpc_slot_state);
1399 *hpc_slot_state = HPC_SLOT_EMPTY;
1402 *hpc_slot_state = HPC_SLOT_CONNECTED;
1407 *hpc_slot_state = HPC_SLOT_DISCONNECTED;
1668 hpc_slot_state_t *hpc_slot_state; local
1670 hpc_slot_state = (hpc_slot_state_t *)arg;
1673 "HPC_CTRL_GET_SLOT_STATE hpc_slot_state
[all...]

Completed in 63 milliseconds