Searched refs:ds_next (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/dtrace-147/libdwarf/
H A Dpro_section.h64 Dwarf_P_Section_Data ds_next; /* next on the list */ member in struct:Dwarf_P_Section_Data_s
H A Dpro_types.c177 debug_sect = debug_sect->ds_next) {
H A Dpro_section.c1733 dbg->de_debug_sects = dbg->de_debug_sects->ds_next;
1824 dbg->de_current_active_section->ds_next = cursect;
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_decl.c488 if (yypcb->pcb_dstack.ds_next != NULL)
521 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next;
685 if (yypcb->pcb_dstack.ds_next != NULL)
710 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next;
845 flag = yypcb->pcb_dstack.ds_next ? CTF_ADD_NONROOT : CTF_ADD_ROOT;
1069 dsp->ds_next = NULL;
1085 nsp = dsp->ds_next;
1101 dsp->ds_next = rsp->ds_next;
1109 rsp->ds_next
[all...]
H A Ddt_decl.h76 struct dt_scope *ds_next; /* pointer to next scope */ member in struct:dt_scope
H A Ddt_pcb.c116 while (pcb->pcb_dstack.ds_next != NULL)
H A Ddt_module.c75 dsp->ds_next = dmp->dm_symbuckets[h];
284 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
314 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
546 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
776 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
H A Ddt_impl.h140 uint_t ds_next; /* index of next element in hash chain */ member in struct:dt_sym
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dderef.c121 struct DerefSpec *ds_next; member in struct:DerefSpec
205 for ( dstmp = dshead; dstmp && dstmp != ds; dstmp = dstmp->ds_next ) {
237 dsp = &ds->ds_next;
252 DerefSpec *dsnext = dshead->ds_next;
304 for ( ds = dc->dc_ds; ds; ds = ds->ds_next ) {

Completed in 101 milliseconds