Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.y144 assert(protop->d_next == NULL);
147 dp = dp->d_next) {
1524 dp->d_next = NULL; in decl_Construct()
1538 decl_t *nextp = dp->d_next; in decl_Destroy()
1575 return (dp->d_next); in decl_GetNext()
1617 while (p = lastp->d_next) in decl_AddArg()
1620 lastp->d_next = tp; in decl_AddArg()
1687 for (; dp; dp = dp->d_next) in decl_VerifyArgs()
1824 dp = dp->d_next; in decl_PrintDecl()
1981 p = p->d_next; in decl_AddArgNames()
[all …]
H A Dparseproto.h242 decl_t *d_next; /* next link in chain (arglist) */ member
H A Dtrace.c832 funargs = funargs->d_next; in collect_prototype()
/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c153 for (dp = amd_iommu_domain_table[idx]; dp; dp = dp->d_next) { in amd_iommu_lookup_domain()
184 dp->d_next = amd_iommu_domain_table[idx]; in amd_iommu_lookup_domain()
187 if (dp->d_next) in amd_iommu_lookup_domain()
188 dp->d_next->d_prev = dp; in amd_iommu_lookup_domain()
209 amd_iommu_domain_table[idx] = dp->d_next; in amd_iommu_teardown_domain()
211 dp->d_prev->d_next = dp->d_next; in amd_iommu_teardown_domain()
213 if (dp->d_next) in amd_iommu_teardown_domain()
214 dp->d_next->d_prev = dp->d_prev; in amd_iommu_teardown_domain()
H A Damd_iommu_page_tables.h115 struct amd_iommu_domain *d_next; member
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.h373 uint32_t d_next; member
H A Defe.c989 PUTDESC32(rp, &dp->d_next, NEXTDESCADDR(rp, i)); in efe_init_rx_ring()
1017 PUTDESC32(rp, &dp->d_next, NEXTDESCADDR(rp, i)); in efe_init_tx_ring()