Searched refs:makeentry (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/loadkeys/
H A Dloadkeys.y130 static keyentry *makeentry(int tablemask, int entry);
416 makeentry(tablemask, entry)
614 $$ = makeentry($1, $2);
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Ddir.c662 if (makeentry(lfdir, orphan, name) == 0) {
686 * Can't be creating a duplicate entry with makeentry(),
692 (void) makeentry(orphan, lfdir, "..");
772 makeentry(fsck_ino_t parent, fsck_ino_t ino, char *name) function
1080 if (makeentry(parent, dino, name) == 0) {
H A Dfsck.h588 int makeentry(fsck_ino_t, fsck_ino_t, caddr_t);
H A Dpass2.c290 if (makeentry(inp->i_number, inp->i_parent, "..")) {

Completed in 66 milliseconds