Home
last modified time | relevance | path

Searched refs:extsize (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/kern/
HDvfs_journal.c1075 int extsize; in jrecord_data() local
1112 extsize = jrec->jo->fifo.size >> 2; in jrecord_data()
1113 if (extsize > bytes) in jrecord_data()
1114 extsize = (bytes + 15) & ~15; in jrecord_data()
1118 extsize, &pusheditout); in jrecord_data()
1120 jrec->stream_reserved = extsize; in jrecord_data()
1121 jrec->stream_residual = extsize; in jrecord_data()
1126 jrec->stream_reserved += extsize; in jrecord_data()
1127 jrec->stream_residual += extsize; in jrecord_data()
/dragonfly/sys/dev/raid/hpt27xx/
HDhim.h411 HPT_UINT extsize; member
/dragonfly/sys/dev/raid/hptrr/
HDhim.h372 HPT_UINT extsize; member
/dragonfly/contrib/binutils-2.27/bfd/
HDelfcode.h860 size_t extsize; in elf_write_relocs() local
902 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()
907 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()
926 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
/dragonfly/contrib/binutils-2.34/bfd/
HDelfcode.h872 size_t extsize; in elf_write_relocs() local
915 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()
920 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()
939 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
/dragonfly/contrib/gdb-7/bfd/
HDelfcode.h858 size_t extsize; in elf_write_relocs() local
900 extsize = sizeof (Elf_External_Rela); in elf_write_relocs()
905 extsize = sizeof (Elf_External_Rel); in elf_write_relocs()
924 for (idx = 0; idx < sec->reloc_count; idx++, dst_rela += extsize) in elf_write_relocs()
/dragonfly/test/stress/fsstress/
HDfsstress.c1635 int extsize __unused; in creat_f()
1653 extsize = (random() % 10) + 1; in creat_f()
1655 extsize = 0; in creat_f()
1675 if (extsize && ioctl(fd, XFS_IOC_FSGETXATTR, &a) >= 0) { in creat_f()
1678 geom.rtextsize * geom.blocksize * extsize; in creat_f()
/dragonfly/contrib/binutils-2.27/gold/
HDobject.cc882 section_size_type extsize = datasize - locsize; in base_read_symbols() local
885 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols()
/dragonfly/contrib/binutils-2.34/gold/
HDobject.cc883 section_size_type extsize = datasize - locsize; in base_read_symbols() local
886 section_size_type readsize = need_local_symbols ? datasize : extsize; in base_read_symbols()