Home
last modified time | relevance | path

Searched refs:copyme (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck_pcfs.h173 extern struct pcdir *addRootDirEnt(int fd, struct pcdir *copyme);
174 extern struct pcdir *newDirEnt(struct pcdir *copyme);
H A Ddir.c1016 newDirEnt(struct pcdir *copyme) in newDirEnt() argument
1025 if (copyme) in newDirEnt()
1026 (void) memcpy(ndp, copyme, sizeof (struct pcdir)); in newDirEnt()