Searched refs:pd_mutex (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_policy.c122 mutex_destroy(&policy_desc->pd_mutex);
163 mutex_destroy(&policy_desc->pd_mutex);
285 mutex_enter(&policy_desc->pd_mutex);
292 mutex_exit(&policy_desc->pd_mutex);
347 mutex_enter(&policy_desc->pd_mutex);
354 mutex_exit(&policy_desc->pd_mutex);
370 mutex_init(&desc->pd_mutex, NULL, MUTEX_DEFAULT, NULL);
384 mutex_destroy(&desc->pd_mutex);
H A Dkcf_cryptoadm.c896 mutex_enter(&policy->pd_mutex);
900 mutex_exit(&policy->pd_mutex);
905 mutex_exit(&policy->pd_mutex);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c862 mutex_enter(&pd->pd_mutex);
865 mutex_exit(&pd->pd_mutex);
896 mutex_enter(&pd->pd_mutex);
912 mutex_exit(&pd->pd_mutex);
926 mutex_exit(&pd->pd_mutex);
1027 mutex_enter(&pd->pd_mutex);
1029 mutex_exit(&pd->pd_mutex);
1119 mutex_enter(&pkt->pkt_pd->pd_mutex);
1127 mutex_exit(&pkt->pkt_pd->pd_mutex);
1134 mutex_exit(&pkt->pkt_pd->pd_mutex);
[all...]
H A Dfp.c1843 mutex_enter(&pd->pd_mutex);
1848 mutex_exit(&pd->pd_mutex);
2414 mutex_enter(&pd->pd_mutex);
2417 mutex_exit(&pd->pd_mutex);
2422 mutex_exit(&pd->pd_mutex);
2465 mutex_enter(&pd->pd_mutex);
2467 mutex_exit(&pd->pd_mutex);
2475 mutex_exit(&pd->pd_mutex);
2481 mutex_exit(&pd->pd_mutex);
3535 mutex_enter(&pd->pd_mutex);
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h130 * pd_mutex can be acquired (when both locks must be acquired).
173 * Ah, the infamous 'pd_mutex' that has given developers so much
177 kmutex_t pd_mutex; /* mutex */ member in struct:fc_remote_port
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/
H A Dimpl.c528 mdb_printf("pd_mutex: %p", desc.pd_mutex);
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c825 mdb_printf(" mutex : 0x%p\n", pd.pd_mutex);
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dimpl.h379 * pd_mutex: Protects array and count of disabled mechanisms.
388 kmutex_t pd_mutex; member in struct:kcf_policy_desc

Completed in 117 milliseconds