Home
last modified time | relevance | path

Searched refs:newdp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c1743 slice_t *newdp; in new_devpath() local
1761 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()
/titanic_41/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c1025 dcinsert(struct dcnode *newdp) in dcinsert() argument
1027 int idx = DCHASH(newdp->dc_subvp); in dcinsert()
1030 newdp->dc_hash = dctable[idx]; in dcinsert()
1031 dctable[idx] = newdp; in dcinsert()
/titanic_41/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h213 struct pcdir **newdp, int32_t *orphanStart);
H A Dclusters.c1037 struct pcdir **newdp, int32_t *orphanStart) in splitChain() argument
1043 *newdp = ndp; in splitChain()