Searched refs:newdp (Results 1 – 4 of 4) sorted by relevance
1557 slice_t *newdp; in new_devpath() local1575 newdp = malloc(sizeof (slice_t)); in new_devpath()1576 if (newdp == NULL) { in new_devpath()1580 newdp->devpath = strdup(devpath); in new_devpath()1581 if (newdp->devpath == NULL) { in new_devpath()1582 free(newdp); in new_devpath()1585 newdp->slice_num = -1; in new_devpath()1586 newdp->next = NULL; in new_devpath()1589 ap->devpaths = newdp; in new_devpath()1599 dp->next = newdp; in new_devpath()
1027 dcinsert(struct dcnode *newdp) in dcinsert() argument1029 int idx = DCHASH(newdp->dc_subvp); in dcinsert()1032 newdp->dc_hash = dctable[idx]; in dcinsert()1033 dctable[idx] = newdp; in dcinsert()
216 struct pcdir **newdp, int32_t *orphanStart);
1047 struct pcdir **newdp, int32_t *orphanStart) in splitChain() argument1053 *newdp = ndp; in splitChain()