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

/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_cpols.c317 NOTICEREF *nref;
319 if (!(nref = NOTICEREF_new()))
321 not->noticeref = nref;
323 nref = not->noticeref;
325 nref->organization->type = V_ASN1_IA5STRING;
327 nref->organization->type = V_ASN1_VISIBLESTRING;
328 if (!ASN1_STRING_set(nref->organization, cnf->value,
332 NOTICEREF *nref;
335 if (!(nref = NOTICEREF_new()))
337 not->noticeref = nref;
[all...]
/freebsd-11.0-release/sys/dev/en/
H A Dmidwayvar.h116 uint32_t nref; /* # of VCs using this channel */ member in struct:en_txslot
H A Dmidway.c1217 vc->txslot->nref++; /* bump reference count */
1292 vc->txslot->nref--;
1521 * TX channel/slot. Choose the one with the lowest sc->txslot[slot].nref
1522 * value, subtract one from sc->txslot[0].nref, add one to the
1523 * sc->txslot[slot].nref, set sc->txvc2slot[vci] = slot, and then set
2966 sc->txslot[lcv].nref = 0;

Completed in 134 milliseconds