Home
last modified time | relevance | path

Searched refs:dt_next (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/dis/
H A Ddis_target.c93 struct dis_tgt *dt_next; /* next target (for archives) */ member
507 current->dt_next = next; in dis_tgt_create()
592 return (tgt->dt_next); in dis_tgt_next()
603 current = tgt->dt_next; in dis_tgt_destroy()
605 next = current->dt_next; in dis_tgt_destroy()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Ddisptmpl.c176 prevtmpl->dt_next = tmpl; in ldap_init_templates_buf()
198 nexttp = tp->dt_next; in ldap_free_templates()
297 return( tmpl == NULLDISPTMPL ? tmpl : tmpl->dt_next ); in ldap_next_disptmpl()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c164 struct dhcpv4_txn *dt_next; member
198 struct dhcpv6_txn *dt_next; member
536 txn->dt_next = txn_list; in txn_cleanup_v4()
558 next = txn->dt_next; in txn_cleanup_v4()
559 txn->dt_next = NULL; in txn_cleanup_v4()
1275 txn->dt_next = txn_list; in txn_cleanup_v6()
1287 next = txn->dt_next; in txn_cleanup_v6()
1288 txn->dt_next = NULL; in txn_cleanup_v6()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h247 struct ldap_disptmpl *dt_next; member
/illumos-gate/usr/src/contrib/ast/src/lib/libast/cdt/
H A Ddttree.c526 dt_next:
608 goto dt_next;
/illumos-gate/usr/src/head/
H A Dldap.h921 struct ldap_disptmpl *dt_next; member