Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/backup/restore/
H A Drestore.h234 extern int mkentry(char *, ino_t, struct arglist *);
298 extern int mkentry();
H A Dutilities.c791 mkentry(char *name, ino_t ino, struct arglist *ap)
1068 if (mkentry(buf, dp->d_ino, ap) == FAIL)
H A Dinteractive.c699 if (!mkentry(dp->d_name, dp->d_ino, &alist)) {
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c67 static int mkentry(struct inodesc *);
472 mkentry(struct inodesc *idesc) in mkentry() function
785 idesc.id_func = mkentry; in makeentry()