Searched refs:oid2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/lib/libgssapi/
H A Dgss_utils.c37 gss_oid_equal(const gss_OID oid1, const gss_OID oid2) argument
40 if (oid1 == oid2)
42 if (!oid1 || !oid2)
44 if (oid1->length != oid2->length)
46 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-9.3-release/sys/kgssapi/
H A Dgssapi_impl.h60 int kgss_oid_equal(const gss_OID oid1, const gss_OID oid2);
H A Dgss_impl.c131 kgss_oid_equal(const gss_OID oid1, const gss_OID oid2) argument
134 if (oid1 == oid2)
136 if (!oid1 || !oid2)
138 if (oid1->length != oid2->length)
140 if (memcmp(oid1->elements, oid2->elements, oid1->length))
/freebsd-9.3-release/sys/dev/cxgbe/
H A Dt4_sge.c929 struct sysctl_oid *oid2 = NULL; local
943 oid2 = SYSCTL_ADD_NODE(&pi->ctx, children, OID_AUTO, "ofld_rxq",
995 rc = alloc_ofld_rxq(pi, ofld_rxq, intr_idx, i, oid2);
1027 rc = alloc_ofld_rxq(pi, ofld_rxq, intr_idx, i, oid2);
1070 oid2 = SYSCTL_ADD_NODE(&pi->ctx, SYSCTL_CHILDREN(oid), OID_AUTO,
1073 rc = alloc_wrq(sc, pi, ofld_txq, oid2);

Completed in 71 milliseconds