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

  /src/sbin/newfs_lfs/
make_lfs.c 397 IFILE64 *ip64 = NULL; local in function:make_lfs
854 ip64 = &ipall->u_64;
856 ip64->if_version = 1;
857 ip64->if_daddr = 0x0;
858 ip64->if_nextfree = 0;
859 ++ip64;
881 i < lfs_sb_getifpb(fs); ++ip64) {
882 ip64->if_version = 1;
883 ip64->if_daddr = LFS_UNUSED_DADDR;
884 ip64->if_nextfree = ++i
    [all...]
make_lfs.c 397 IFILE64 *ip64 = NULL; local in function:make_lfs
854 ip64 = &ipall->u_64;
856 ip64->if_version = 1;
857 ip64->if_daddr = 0x0;
858 ip64->if_nextfree = 0;
859 ++ip64;
881 i < lfs_sb_getifpb(fs); ++ip64) {
882 ip64->if_version = 1;
883 ip64->if_daddr = LFS_UNUSED_DADDR;
884 ip64->if_nextfree = ++i
    [all...]

Completed in 22 milliseconds