Searched refs:oclass (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dddt.c1010 enum ddt_class oclass = dde->dde_class; local
1042 (otype != ntype || oclass != nclass || total_refcnt == 0)) {
1043 VERIFY(ddt_object_remove(ddt, otype, oclass, dde, tx) == 0);
1044 ASSERT(ddt_object_lookup(ddt, otype, oclass, dde) == ENOENT);
1062 if (nclass < oclass) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c84 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass,
183 unsigned char imphack = 0, oclass; local
237 ret = asn1_check_tlen(NULL, &otag, &oclass, NULL, NULL,
245 if (oclass != V_ASN1_UNIVERSAL) {
778 unsigned char oclass; local
789 ret = asn1_check_tlen(NULL, &utype, &oclass, NULL, NULL,
795 if (oclass != V_ASN1_UNIVERSAL)
1187 static int asn1_check_tlen(long *olen, int *otag, unsigned char *oclass, argument
1261 if (oclass)
1262 *oclass
[all...]

Completed in 329 milliseconds