Home
last modified time | relevance | path

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

/freebsd-9-stable/crypto/openssl/crypto/x509v3/
Dv3_cpols.c305 NOTICEREF *nref; in notice_section() local
307 if (!(nref = NOTICEREF_new())) in notice_section()
309 not->noticeref = nref; in notice_section()
311 nref = not->noticeref; in notice_section()
313 nref->organization->type = V_ASN1_IA5STRING; in notice_section()
315 nref->organization->type = V_ASN1_VISIBLESTRING; in notice_section()
316 if (!ASN1_STRING_set(nref->organization, cnf->value, in notice_section()
320 NOTICEREF *nref; in notice_section() local
323 if (!(nref = NOTICEREF_new())) in notice_section()
325 not->noticeref = nref; in notice_section()
[all …]
/freebsd-9-stable/contrib/texinfo/makeinfo/
Dnode.c1530 NODE_REF *nref; in validate_file() local
1536 nref = find_node_reference (tags->node, list); in validate_file()
1537 if (!nref) in validate_file()
1540 if (strcmp (nref->containing_node, tags->up) == 0) in validate_file()
1542 if (nref->type != menu_reference) in validate_file()
1544 tref = nref; in validate_file()
1545 list = nref->next; in validate_file()
1550 list = nref->next; in validate_file()
1553 if (!nref) in validate_file()
1568 nref = find_node_reference (tags->node, list); in validate_file()
[all …]
/freebsd-9-stable/sys/dev/en/
Dmidwayvar.h116 uint32_t nref; /* # of VCs using this channel */ member
Dmidway.c1216 vc->txslot->nref++; /* bump reference count */ in en_open_vcc()
1291 vc->txslot->nref--; in en_close_vcc()
2965 sc->txslot[lcv].nref = 0; in en_attach()