Home
last modified time | relevance | path

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

/src/usr.sbin/rtadvd/
H A Dconfig.c79 static void makeentry(char *, size_t, int, const char *);
518 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig()
547 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig()
557 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig()
571 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig()
582 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr"); in getconfig()
591 makeentry(entbuf, sizeof(entbuf), i, "pltime"); in getconfig()
603 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr"); in getconfig()
679 makeentry(entbuf, sizeof(entbuf), i, "rtprefix"); in getconfig()
682 makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix"); in getconfig()
[all …]
/src/sbin/fsck_ffs/
H A Ddir.c606 if (makeentry(UFS_ROOTINO, lfdir, in linkup()
663 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) { in linkup()
674 (void)makeentry(orphan, lfdir, ".."); in linkup()
732 makeentry(ino_t parent, ino_t ino, const char *name) in makeentry() function
H A Dfsck.h520 int makeentry(ino_t parent, ino_t ino, const char *name);
H A Dpass2.c217 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
/src/sbin/fsdb/
H A Dfsdb.c805 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()