Searched refs:di_next (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_as.h43 struct dt_irnode *di_next; /* next instruction */ member in struct:dt_irnode
H A Ddt_ident.c670 next = idp->di_next;
677 next = idp->di_next;
694 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next) {
719 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
767 idp->di_next = dhp->dh_hash[h];
787 idp->di_next = dhp->dh_hash[h];
805 for (idp = dhp->dh_hash[h]; idp != NULL; idp = idp->di_next) {
809 pp = &idp->di_next;
813 *pp = idp->di_next;
849 for (idp = dhp->dh_hash[i]; idp != NULL; idp = idp->di_next)
[all...]
H A Ddt_as.c51 nip = dip->di_next;
60 dlp->dl_last->di_next = dip;
284 for (i = 0, dip = dlp->dl_list; dip != NULL; dip = dip->di_next) {
407 for (dip = dlp->dl_list; dip != NULL; dip = dip->di_next) {
H A Ddt_ident.h78 struct dt_ident *di_next; /* pointer to next ident in hash chain */ member in struct:dt_ident
H A Ddt_open.c1309 ndp = idp->di_next;
H A Ddt_cg.c57 dip->di_next = NULL;
H A Ddt_parser.c2708 idp->di_next = dtp->dt_externs;

Completed in 38 milliseconds