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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y146 assert(protop->d_next == NULL);
149 dp = dp->d_next) {
1524 dp->d_next = NULL;
1538 decl_t *nextp = dp->d_next;
1563 for (len = 0; dp; dp = dp->d_next)
1575 return (dp->d_next);
1617 while (p = lastp->d_next)
1620 lastp->d_next = tp;
1687 for (; dp; dp = dp->d_next)
1824 dp = dp->d_next;
[all...]
H A Dparseproto.h244 decl_t *d_next; /* next link in chain (arglist) */ member in struct:_declarator
H A Dtrace.c834 funargs = funargs->d_next;
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.h115 struct amd_iommu_domain *d_next; member in struct:amd_iommu_domain
H A Damd_iommu_page_tables.c153 for (dp = amd_iommu_domain_table[idx]; dp; dp = dp->d_next) {
184 dp->d_next = amd_iommu_domain_table[idx];
187 if (dp->d_next)
188 dp->d_next->d_prev = dp;
209 amd_iommu_domain_table[idx] = dp->d_next;
211 dp->d_prev->d_next = dp->d_next;
213 if (dp->d_next)
214 dp->d_next->d_prev = dp->d_prev;
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.h373 uint32_t d_next; member in struct:__anon5372
H A Defe.c989 PUTDESC32(rp, &dp->d_next, NEXTDESCADDR(rp, i));
1017 PUTDESC32(rp, &dp->d_next, NEXTDESCADDR(rp, i));

Completed in 59 milliseconds