Searched defs:persistent (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftObjectUtil.c895 soft_delete_token_object(soft_object_t *objp, boolean_t persistent, argument
901 if (persistent)
H A DsoftKeysUtil.c1668 boolean_t persistent = B_FALSE; local
1867 /* If it needs to be persistent, write it to the keystore */
1869 persistent = B_TRUE;
1895 soft_delete_token_object(new_objp, persistent, B_FALSE);
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c1019 int persistent; local
1022 if ((persistent = get_inst_enabled(inst, SCF_PG_GENERAL)) < 0) {
1025 persistent = B_FALSE;
1028 enabled = persistent;
1029 if (persistent != desired) {
1033 if (set_inst_enabled(inst, persistent,
1038 if (persistent != desired)
1088 * Make the persistent value effective by deleting the
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c2806 * in which case, return the persistent value and set "is_overrridden" is
2807 * if the current effective value is not the persistent value).
3151 int persistent : 1; member in struct:getflags
3173 * flags.persistent - boolean value indicating whether the persistent
3176 * either be the persistent value or a temporary value)
3181 * returned persistent value of the property is currently
3271 * persistent mountpoint property, return the location where
3275 * Otherwise, return the persistent value of the mountpoint
3297 * that root to the returned persistent propert
[all...]

Completed in 104 milliseconds