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

/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_cpols.c305 NOTICEREF *nref;
307 if (!(nref = NOTICEREF_new()))
309 not->noticeref = nref;
311 nref = not->noticeref;
313 nref->organization->type = V_ASN1_IA5STRING;
315 nref->organization->type = V_ASN1_VISIBLESTRING;
316 if (!ASN1_STRING_set(nref->organization, cnf->value,
320 NOTICEREF *nref;
323 if (!(nref = NOTICEREF_new()))
325 not->noticeref = nref;
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dnode.c1536 NODE_REF *nref;
1542 nref = find_node_reference (tags->node, list);
1543 if (!nref)
1546 if (strcmp (nref->containing_node, tags->up) == 0)
1548 if (nref->type != menu_reference)
1550 tref = nref;
1551 list = nref->next;
1556 list = nref->next;
1559 if (!nref)
1574 nref
1530 NODE_REF *nref; local
[all...]
/freebsd-9.3-release/sys/dev/en/
H A Dmidwayvar.h116 uint32_t nref; /* # of VCs using this channel */ member in struct:en_txslot
H A Dmidway.c1216 vc->txslot->nref++; /* bump reference count */
1291 vc->txslot->nref--;
1520 * TX channel/slot. Choose the one with the lowest sc->txslot[slot].nref
1521 * value, subtract one from sc->txslot[0].nref, add one to the
1522 * sc->txslot[slot].nref, set sc->txvc2slot[vci] = slot, and then set
2965 sc->txslot[lcv].nref = 0;

Completed in 96 milliseconds