Home
last modified time | relevance | path

Searched refs:bi_version (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/sys/ufs/lfs/
Dlfs_syscalls.c186 blkiov[i].bi_version = blkiov15[i].bi_version; in sys_lfs_markv()
197 blkiov15[i].bi_version = blkiov[i].bi_version; in sys_lfs_markv()
604 blkiov[i].bi_version = blkiov15[i].bi_version; in sys_lfs_bmapv()
615 blkiov15[i].bi_version = blkiov[i].bi_version; in sys_lfs_bmapv()
Dlfs.h1120 int bi_version; /* file version number */ member
1131 int bi_version; /* file version number */ member
1142 int bi_version; /* file version number */ member
Dlfs_vnops.c1822 bi->bi_version = bi70->bi_version; in block_info_from_70()
1834 bi70->bi_version = bi->bi_version; in block_info_to_70()
/netbsd/src/sys/arch/ews4800mips/include/
Dbootinfo.h36 uint32_t bi_version; member
/netbsd/src/sys/arch/ia64/include/
Dbootinfo.h33 uint64_t bi_version; /* version 1 */ member
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dloader.c203 bi.bi_version = 0x1; in cmd_boot()
/netbsd/src/sys/arch/ews4800mips/ews4800mips/
Dmachdep.c168 bi->bi_version, bi->bi_size, bi->bi_nsym, bi->bi_ssym, bi->bi_esym); in option()
/netbsd/src/sys/arch/ia64/stand/ia64/ski/
Dbootinfo.c212 bi->bi_version = 1; in bi_load()
/netbsd/src/sys/arch/ia64/stand/efi/libefi/
Dbootinfo.c216 bi->bi_version = 1; in bi_load()
/netbsd/src/libexec/lfs_cleanerd/
Dcoalesce.c235 bip[i].bi_version = lfs_dino_getgen(fs, dip); in clean_inode()
Dlfs_cleanerd.c553 bip[*bic - 1].bi_version = lfs_dino_getgen(fs, dip); in parse_pseg()
637 bip[*bic + i].bi_version = lfs_fi_getversion(fs, fip); in parse_pseg()
/netbsd/src/sys/arch/ia64/ia64/
Dmachdep.c425 if (bootinfo.bi_magic != BOOTINFO_MAGIC || bootinfo.bi_version != 1) { in ia64_init()