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

  /src/sbin/newfs_lfs/
make_lfs.c 398 IFILE32 *ip32 = NULL; local in function:make_lfs
862 ip32 = &ipall->u_32;
864 ip32->if_version = 1;
865 ip32->if_daddr = 0x0;
866 ip32->if_nextfree = 0;
867 ++ip32;
890 i < lfs_sb_getifpb(fs); ++ip32) {
891 ip32->if_version = 1;
892 ip32->if_daddr = LFS_UNUSED_DADDR;
893 ip32->if_nextfree = ++i
    [all...]
make_lfs.c 398 IFILE32 *ip32 = NULL; local in function:make_lfs
862 ip32 = &ipall->u_32;
864 ip32->if_version = 1;
865 ip32->if_daddr = 0x0;
866 ip32->if_nextfree = 0;
867 ++ip32;
890 i < lfs_sb_getifpb(fs); ++ip32) {
891 ip32->if_version = 1;
892 ip32->if_daddr = LFS_UNUSED_DADDR;
893 ip32->if_nextfree = ++i
    [all...]

Completed in 22 milliseconds