Searched refs:makeentry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/usr.sbin/rtadvd/ |
| H A D | config.c | 512 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 541 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 551 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 565 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 585 makeentry(entbuf, sizeof(entbuf), i, "pltime"); in getconfig() 673 makeentry(entbuf, sizeof(entbuf), i, "rtprefix"); in getconfig() 717 makeentry(entbuf, sizeof(entbuf), i, "rtplen"); in getconfig() 737 makeentry(entbuf, sizeof(entbuf), i, "rtflags"); in getconfig() 778 makeentry(entbuf, sizeof(entbuf), i, "rtltime"); in getconfig() 817 makeentry(entbuf, sizeof(entbuf), i, "rdnss"); in getconfig() [all …]
|
| /freebsd-14.2/sbin/fsck_ffs/ |
| H A D | dir.c | 612 if (makeentry(UFS_ROOTINO, lfdir, in linkup() 669 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) { in linkup() 680 (void)makeentry(orphan, lfdir, ".."); in linkup() 738 makeentry(ino_t parent, ino_t ino, const char *name) in makeentry() function
|
| H A D | fsck.h | 511 int makeentry(ino_t parent, ino_t ino, const char *name);
|
| H A D | pass2.c | 223 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
|
| /freebsd-14.2/sbin/fsdb/ |
| H A D | fsdb.c | 805 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()
|