HomeSort by: relevance | last modified time | path
    Searched defs:makeentry (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/fsck_ext2fs/
dir.c 429 if (makeentry(EXT2_ROOTINO, lfdir, lfname) != 0) {
474 if (makeentry(lfdir, orphan, tempname) == 0) {
483 (void)makeentry(orphan, lfdir, "..");
520 makeentry(ino_t parent, ino_t ino, const char *name) function in typeref:typename:int
  /src/sbin/fsck_lfs/
dir.c 456 if (makeentry(ULFS_ROOTINO, lfdir, lfname) != 0) {
503 if (makeentry(lfdir, orphan, tempname) == 0) {
512 (void) makeentry(orphan, lfdir, "..");
551 makeentry(ino_t parent, ino_t ino, const char *name) function in typeref:typename:int
  /src/usr.sbin/rtadvd/
config.c 80 static void makeentry(char *, size_t, int, const char *);
383 makeentry(entbuf, sizeof(entbuf), i, "addr");
421 makeentry(entbuf, sizeof(entbuf), i, "prefixlen");
431 makeentry(entbuf, sizeof(entbuf), i, "pinfoflags");
445 makeentry(entbuf, sizeof(entbuf), i, "vltime");
456 makeentry(entbuf, sizeof(entbuf), i, "vltimedecr");
464 makeentry(entbuf, sizeof(entbuf), i, "pltime");
476 makeentry(entbuf, sizeof(entbuf), i, "pltimedecr");
516 makeentry(entbuf, sizeof(entbuf), i, "rtprefix");
519 makeentry(oentbuf, sizeof(oentbuf), i, "rtrprefix")
869 makeentry(char *buf, size_t len, int id, const char *string) function in typeref:typename:void
    [all...]
  /src/sbin/fsck_ffs/
dir.c 602 if (makeentry(UFS_ROOTINO, lfdir, lfname) != 0) {
660 if (makeentry(lfdir, orphan, (name ? name : tempname)) == 0) {
670 (void)makeentry(orphan, lfdir, "..");
713 makeentry(ino_t parent, ino_t ino, const char *name) function in typeref:typename:int

Completed in 12 milliseconds