Searched refs:newdp (Results 1 – 4 of 4) sorted by relevance
1743 slice_t *newdp; in new_devpath() local1761 newdp = malloc(sizeof (slice_t)); in new_devpath()1762 if (newdp == NULL) { in new_devpath()1766 newdp->devpath = strdup(devpath); in new_devpath()1767 if (newdp->devpath == NULL) { in new_devpath()1768 free(newdp); in new_devpath()1771 newdp->slice_num = -1; in new_devpath()1772 newdp->next = NULL; in new_devpath()1775 ap->devpaths = newdp; in new_devpath()1785 dp->next = newdp; in new_devpath()
1025 dcinsert(struct dcnode *newdp) in dcinsert() argument1027 int idx = DCHASH(newdp->dc_subvp); in dcinsert()1030 newdp->dc_hash = dctable[idx]; in dcinsert()1031 dctable[idx] = newdp; in dcinsert()
213 struct pcdir **newdp, int32_t *orphanStart);
1037 struct pcdir **newdp, int32_t *orphanStart) in splitChain() argument1043 *newdp = ndp; in splitChain()