Home
last modified time | relevance | path

Searched refs:METASLOT_STATUS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c274 } else if (strncmp(buf, METASLOT_STATUS, in parse_policylist()
275 sizeof (METASLOT_STATUS) - 1) == 0) { in parse_policylist()
H A Dcryptoutil.h70 #define METASLOT_STATUS "metaslot_status=" macro
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_uef.c1408 if (strlcat(buf, METASLOT_STATUS, BUFSIZ) >= BUFSIZ) { in uent2str()