Searched refs:makeentry (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.sbin/rtadvd/ |
| H A D | config.c | 79 static void makeentry(char *, size_t, int, const char *); 511 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 540 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 550 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 564 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 575 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr"); in getconfig() 584 makeentry(entbuf, sizeof(entbuf), i, "pltime"); in getconfig() 596 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr"); in getconfig() 672 makeentry(entbuf, sizeof(entbuf), i, "rtprefix"); in getconfig() 675 makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix"); in getconfig() [all …]
|
| /freebsd/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 | 521 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()
|
| /freebsd/sbin/fsdb/ |
| H A D | fsdb.c | 805 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()
|