Searched refs:pd_state (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c357 prov_desc->pd_state = KCF_PROV_READY;
463 if (desc->pd_state >= KCF_PROV_DISABLED) {
471 saved_state = desc->pd_state;
472 desc->pd_state = KCF_PROV_UNREGISTERING;
539 desc->pd_state = KCF_PROV_UNREGISTERED;
620 if (pd->pd_state <= KCF_PROV_VERIFICATION_FAILED)
630 switch (pd->pd_state) {
632 pd->pd_state = KCF_PROV_READY;
645 pd->pd_state = KCF_PROV_READY;
651 switch (pd->pd_state) {
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c169 if (desc.pd_state < KCF_PROV_ALLOCATED ||
170 desc.pd_state > KCF_PROV_UNREGISTERED)
171 mdb_printf("pd_state is invalid:\t%d\n", desc.pd_state);
173 mdb_printf("pd_state:\t%s\n", prov_states[desc.pd_state]);
269 prov_states[desc.pd_state]);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c908 if (pd->pd_state == PORT_DEVICE_INVALID &&
1132 if (pkt->pkt_pd->pd_state == PORT_DEVICE_INVALID ||
1402 pd->pd_state == PORT_DEVICE_INVALID) {
1428 if ((pd->pd_state == PORT_DEVICE_INVALID) &&
1453 if (pd->pd_state != PORT_DEVICE_LOGGED_IN) {
1454 rval = (pd->pd_state == PORT_DEVICE_VALID) ?
1466 pd->pd_state == PORT_DEVICE_INVALID) {
1523 if (pd->pd_state != PORT_DEVICE_LOGGED_IN) {
1524 rval = (pd->pd_state == PORT_DEVICE_VALID) ?
1535 pd->pd_state
[all...]
H A Dfp.c1846 pd->pd_state = PORT_DEVICE_VALID;
2415 if (pd->pd_state == PORT_DEVICE_LOGGED_IN) {
2466 if (pd->pd_state != PORT_DEVICE_LOGGED_IN) {
3549 pd->pd_state = PORT_DEVICE_INVALID;
3673 if (pd->pd_state == PORT_DEVICE_LOGGED_IN) {
3695 if (pd->pd_state == PORT_DEVICE_LOGGED_IN) {
3797 pd->pd_state == PORT_DEVICE_LOGGED_IN) {
4079 tmp_pd->pd_state = PORT_DEVICE_LOGGED_IN;
4087 if (tmp_pd->pd_state == PORT_DEVICE_LOGGED_IN) {
4215 pd->pd_state
[all...]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c262 if (pd->pd_state == KCF_PROV_BUSY) {
264 while (pd->pd_state == KCF_PROV_BUSY)
272 * a provider. This step must precede the pd_state check below.
283 if (pd->pd_state >= KCF_PROV_FAILED) {
629 if (pd->pd_state == KCF_PROV_READY) {
663 pd->pd_state == KCF_PROV_READY) {
H A Dkcf_prov_tabs.c378 desc->pd_state = KCF_PROV_ALLOCATED;
888 pd->pd_state != KCF_PROV_UNREGISTERED)
H A Dkcf_cryptoadm.c705 if (provider->pd_state >= KCF_PROV_DISABLED) {
710 provider->pd_state = KCF_PROV_DISABLED;
744 provider->pd_state = KCF_PROV_READY;
H A Dkcf_callprov.c310 if (provider->pd_state != KCF_PROV_READY) {
312 if (provider->pd_state == KCF_PROV_BUSY)
424 if (provider->pd_state != KCF_PROV_READY) {
426 if (provider->pd_state == KCF_PROV_BUSY)
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h114 #define KCF_PROV_LOAD(pd) ((pd)->pd_state != KCF_PROV_BUSY ? \
163 #define KCF_IS_PROV_UNVERIFIED(pd) ((pd)->pd_state == KCF_PROV_UNVERIFIED)
164 #define KCF_IS_PROV_USABLE(pd) ((pd)->pd_state == KCF_PROV_READY || \
165 (pd)->pd_state == KCF_PROV_BUSY)
166 #define KCF_IS_PROV_REMOVED(pd) ((pd)->pd_state >= KCF_PROV_UNREGISTERING)
183 * pd_lock: lock protects pd_state and pd_provider_list
184 * pd_state: State value of the provider
219 kcf_prov_state_t pd_state; member in struct:kcf_provider_desc
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h193 uint32_t pd_state; member in struct:fc_remote_port
241 * See also the pd_state field.
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c833 mdb_printf(" state : 0x%x ", pd.pd_state);
835 switch (pd.pd_state) {
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1007 } pd_state; member in union:megasas_evt_detail::__anon6081
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c4298 if ((evt_detail->args.pd_state.prevState ==
4300 (evt_detail->args.pd_state.newState != PD_SYSTEM)) {
4315 if ((evt_detail->args.pd_state.prevState
4317 (evt_detail->args.pd_state.newState == PD_SYSTEM)) {
H A Dmr_sas.h1691 } pd_state; member in union:mrsas_evt_detail::__anon268

Completed in 633 milliseconds