Searched refs:start_block (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | hw_init.c | 514 unsigned_word start_block, in write_stack_arguments() argument 521 … device_name(me), arg, (long)start_block, (long)end_block, (long)start_arg, (long)end_arg)); in write_stack_arguments() 530 "**arg", *arg, "start_block", (long)start_block, in write_stack_arguments() 533 start_block, len, in write_stack_arguments() 536 *arg, (unsigned long)start_block); in write_stack_arguments() 537 target_start_block = H2T_word(start_block); in write_stack_arguments() 542 start_block += ALIGN_8(len); in write_stack_arguments() 543 start_arg += sizeof(start_block); in write_stack_arguments() 545 start_arg += sizeof(start_block); /*the null at the end*/ in write_stack_arguments() 546 if (start_block != end_block in write_stack_arguments()
|
| /netbsd/src/sys/arch/ews4800mips/stand/common/ |
| D | ustarfs.c | 111 __ustarfs_file(int start_block, char *file, size_t *size) in __ustarfs_file() argument 115 if (!__block_read(buf, start_block)) { in __ustarfs_file()
|
| /netbsd/src/usr.sbin/installboot/arch/ |
| D | pmax.c | 159 bb.map[0].num_blocks = bb.map[0].start_block = bb.mode = 0; in pmax_clearboot() 239 bb.map[0].start_block = htole32(startblock); in pmax_setboot() 257 le32toh(bb.map[0].start_block)); in pmax_setboot()
|
| /netbsd/src/sys/fs/hfs/ |
| D | libhfs.c | 208 + mdb.embedded_extent.start_block in hfslib_open_volume() 252 out_vol->vh.catalog_file.extents[0].start_block * in hfslib_open_volume() 288 out_vol->vh.extents_file.extents[0].start_block * in hfslib_open_volume() 1297 out_mdr->embedded_extent.start_block = be16tohp(&ptr); in hfslib_read_master_directory_block() 1302 out_mdr->extents_extents[i].start_block = be16tohp(&ptr); in hfslib_read_master_directory_block() 1308 out_mdr->catalog_extents[i].start_block = be16tohp(&ptr); in hfslib_read_master_directory_block() 1846 out_key->start_block = be32tohp(&ptr); in hfslib_read_extent_record() 1941 (((hfs_extent_descriptor_t*)*out_extentrecord)[i]).start_block = in hfslib_read_extent_descriptors() 2176 … isect_start - last_offset + (uint64_t)in_extents[i].start_block in hfslib_readd_with_extents() 2317 out_key->start_block = in_startblock; in hfslib_make_extent_key() [all …]
|
| D | libhfs.h | 238 uint32_t start_block; member 325 uint32_t start_block; member 406 uint16_t start_block; member
|
| D | hfs_vnops.c | 775 *ap->a_bnp = ((extents[i].start_block + lblkno) << (bshift-DEV_BSHIFT)) in hfs_vop_bmap()
|
| /netbsd/src/sys/dev/dec/ |
| D | dec_boot.h | 58 int32_t start_block; /* Start of partition in blocks. */ member
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_pool.c | 3927 diskaddr_t start_block; local 3941 start_block = find_start_block(nvroot); 3943 start_block = zhp->zpool_start_block; 3944 zhp->zpool_start_block = start_block; 3947 start_block = NEW_START_BLOCK; 3980 if (start_block == MAXOFFSET_T) 3981 start_block = NEW_START_BLOCK; 3982 slice_size -= start_block; 3984 vtoc->efi_parts[0].p_start = start_block; 3998 vtoc->efi_parts[8].p_start = slice_size + start_block;
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | debug.h | 405 bool (*start_block) (void *, bfd_vma); member
|
| D | debug.c | 2871 if (! (*fns->start_block) (fhandle, block->start)) in debug_write_block()
|
| /netbsd/src/sys/arch/pmax/pmax/ |
| D | disksubr.c | 175 dlp->map[part].start_block; in compat_label()
|
| /netbsd/src/sys/arch/vax/vax/ |
| D | disksubr.c | 179 lp->d_partitions[part].p_offset = dlp->map[part].start_block; in compat_label()
|
| /netbsd/src/sys/sys/ |
| D | bootblock.h | 1266 int32_t start_block; /* Starting block on disk. */ member
|
| D | videoio.h | 120 u_int32_t start_block; member
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2021 | 32306 (function_info::start_block, function_info::end_block): Declare. 32357 (function_info::start_block): New function.
|