Searched refs:makeentry (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/usr.sbin/rtadvd/ |
| D | config.c | 66 static void makeentry(char *, size_t, int, char *); 254 makeentry(entbuf, sizeof(entbuf), i, "addr"); 293 makeentry(entbuf, sizeof(entbuf), i, "prefixlen"); 303 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags"); 309 makeentry(entbuf, sizeof(entbuf), i, "vltime"); 320 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr"); 328 makeentry(entbuf, sizeof(entbuf), i, "pltime"); 340 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr"); 485 makeentry(buf, len, id, string) in makeentry() function
|
| /mirbsd/src/sbin/fsck_ffs/ |
| D | dir.c | 412 if (makeentry(ROOTINO, lfdir, lfname) != 0) { in linkup() 457 if (makeentry(lfdir, orphan, tempname) == 0) { in linkup() 466 (void)makeentry(orphan, lfdir, ".."); in linkup() 514 makeentry(ino_t parent, ino_t ino, char *name) in makeentry() function
|
| D | extern.h | 58 int makeentry(ino_t, ino_t, char *);
|
| D | pass2.c | 215 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
|
| /mirbsd/src/sbin/fsck_ext2fs/ |
| D | extern.h | 60 int makeentry(ino_t, ino_t, char *);
|
| D | dir.c | 395 if (makeentry(EXT2_ROOTINO, lfdir, lfname) != 0) { in linkup() 440 if (makeentry(lfdir, orphan, tempname) == 0) { in linkup() 449 (void)makeentry(orphan, lfdir, ".."); in linkup() 485 makeentry(ino_t parent, ino_t ino, char *name) in makeentry() function
|
| D | pass2.c | 171 (void)makeentry(inp->i_number, inp->i_parent, ".."); in pass2()
|
| /mirbsd/src/sbin/fsdb/ |
| D | fsdb.c | 484 rval = makeentry(curinum, inum, argv[2]); in CMDFUNCSTART()
|