Home
last modified time | relevance | path

Searched refs:makeentry (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/usr.sbin/rtadvd/
Dconfig.c66 static void makeentry(char *, size_t, int, char *);
254 makeentry(entbuf, sizeof(entbuf), i, "addr");
293 makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
303 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
309 makeentry(entbuf, sizeof(entbuf), i, "vltime");
320 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
328 makeentry(entbuf, sizeof(entbuf), i, "pltime");
340 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
485 makeentry(buf, len, id, string) in makeentry() function
/mirbsd/src/sbin/fsck_ffs/
Ddir.c412 if (makeentry(ROOTINO, lfdir, lfname) != 0) { in linkup()
457 if (makeentry(lfdir, orphan, tempname) == 0) { in linkup()
466 (void)makeentry(orphan, lfdir, ".."); in linkup()
514 makeentry(ino_t parent, ino_t ino, char *name) in makeentry() function
Dextern.h58 int makeentry(ino_t, ino_t, char *);
Dpass2.c215 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
/mirbsd/src/sbin/fsck_ext2fs/
Dextern.h60 int makeentry(ino_t, ino_t, char *);
Ddir.c395 if (makeentry(EXT2_ROOTINO, lfdir, lfname) != 0) { in linkup()
440 if (makeentry(lfdir, orphan, tempname) == 0) { in linkup()
449 (void)makeentry(orphan, lfdir, ".."); in linkup()
485 makeentry(ino_t parent, ino_t ino, char *name) in makeentry() function
Dpass2.c171 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
/mirbsd/src/sbin/fsdb/
Dfsdb.c484 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()