Searched refs:makeentry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/usr.sbin/rtadvd/ |
| H A D | config.c | 513 makeentry(entbuf, sizeof(entbuf), i, "addr"); in getconfig() 542 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); in getconfig() 552 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); in getconfig() 566 makeentry(entbuf, sizeof(entbuf), i, "vltime"); in getconfig() 586 makeentry(entbuf, sizeof(entbuf), i, "pltime"); in getconfig() 674 makeentry(entbuf, sizeof(entbuf), i, "rtprefix"); in getconfig() 718 makeentry(entbuf, sizeof(entbuf), i, "rtplen"); in getconfig() 738 makeentry(entbuf, sizeof(entbuf), i, "rtflags"); in getconfig() 779 makeentry(entbuf, sizeof(entbuf), i, "rtltime"); in getconfig() 818 makeentry(entbuf, sizeof(entbuf), i, "rdnss"); in getconfig() [all …]
|
| /freebsd-13.1/sbin/fsck_ffs/ |
| H A D | dir.c | 513 if (makeentry(UFS_ROOTINO, lfdir, in linkup() 569 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) { in linkup() 579 (void)makeentry(orphan, lfdir, ".."); in linkup() 629 makeentry(ino_t parent, ino_t ino, const char *name) in makeentry() function
|
| H A D | fsck.h | 492 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-13.1/sbin/fsdb/ |
| H A D | fsdb.c | 770 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()
|