Searched refs:d_next (Results 1 – 7 of 7) sorted by relevance
146 assert(protop->d_next == NULL);149 dp = dp->d_next) {1524 dp->d_next = NULL; in decl_Construct()1538 decl_t *nextp = dp->d_next; in decl_Destroy()1563 for (len = 0; dp; dp = dp->d_next) in decl_GetArgLength()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()[all …]
244 decl_t *d_next; /* next link in chain (arglist) */ member
834 funargs = funargs->d_next; in collect_prototype()
153 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()
115 struct amd_iommu_domain *d_next; member
373 uint32_t d_next; member
989 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()