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

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_decl.c475 if (yypcb->pcb_dstack.ds_next != NULL)
508 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next;
672 if (yypcb->pcb_dstack.ds_next != NULL)
697 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next;
835 flag = yypcb->pcb_dstack.ds_next ? CTF_ADD_NONROOT : CTF_ADD_ROOT;
1059 dsp->ds_next = NULL;
1075 nsp = dsp->ds_next;
1091 dsp->ds_next = rsp->ds_next;
1099 rsp->ds_next
[all...]
H A Ddt_decl.h78 struct dt_scope *ds_next; /* pointer to next scope */ member in struct:dt_scope
H A Ddt_pcb.c123 while (pcb->pcb_dstack.ds_next != NULL)
H A Ddt_module.c82 dsp->ds_next = dmp->dm_symbuckets[h];
298 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
328 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
H A Ddt_impl.h107 uint_t ds_next; /* index of next element in hash chain */ member in struct:dt_sym

Completed in 55 milliseconds