Searched refs:makeentry (Results 1 – 5 of 5) sorted by relevance
| /src/usr.sbin/rtadvd/ |
| H A D | config.c | 79 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 D | dir.c | 606 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 D | fsck.h | 520 int makeentry(ino_t parent, ino_t ino, const char *name);
|
| H A D | pass2.c | 217 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
|
| /src/sbin/fsdb/ |
| H A D | fsdb.c | 805 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()
|