Searched refs:desired_state (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h99 boolean_t soft_keystore_status(int desired_state);
100 int soft_keystore_init(int desired_state);
H A DsoftKeystoreUtil.c2924 * desired_state: The keystore state the caller would like
2940 * "desired_state" is not the the current load state of keystore.
2944 soft_keystore_init(int desired_state) argument
2955 if (desired_state <= soft_slot.keystore_load_status) {
2984 if (desired_state <= KEYSTORE_PRESENT)
2998 if (desired_state <= KEYSTORE_LOAD)
3024 * desired_state: The keystore state the caller would like
3041 soft_keystore_status(int desired_state) argument
3047 return ((desired_state <= soft_slot.keystore_load_status) ||
3048 (soft_keystore_init(desired_state)
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios.c374 boolean_t desired_state; local
382 desired_state =
388 desired_state =
394 desired_state =
402 while (*svc != desired_state) {

Completed in 26 milliseconds