Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dhw_init.c514 unsigned_word start_block, in write_stack_arguments() argument
521 device_name(me), (long)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/external/gpl3/gdb.old/dist/sim/ppc/
H A Dhw_init.c514 unsigned_word start_block, in write_stack_arguments() argument
521 device_name(me), (long)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/sys/arch/ews4800mips/stand/common/
H A Dustarfs.c111 __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/usr.sbin/installboot/arch/
H A Dpmax.c159 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/sys/fs/hfs/
H A Dlibhfs.c208 + 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()
1298 out_mdr->embedded_extent.start_block = be16tohp(&ptr); in hfslib_read_master_directory_block()
1303 out_mdr->extents_extents[i].start_block = be16tohp(&ptr); in hfslib_read_master_directory_block()
1309 out_mdr->catalog_extents[i].start_block = be16tohp(&ptr); in hfslib_read_master_directory_block()
1847 out_key->start_block = be32tohp(&ptr); in hfslib_read_extent_record()
1942 (((hfs_extent_descriptor_t*)*out_extentrecord)[i]).start_block = in hfslib_read_extent_descriptors()
2318 out_key->start_block = in_startblock; in hfslib_make_extent_key()
2439 if (a->start_block == b->start_block) in hfslib_compare_extent_keys()
[all …]
H A Dlibhfs.h238 uint32_t start_block; member
325 uint32_t start_block; member
406 uint16_t start_block; member
H A Dhfs_vnops.c775 *ap->a_bnp = ((extents[i].start_block + lblkno) << (bshift-DEV_BSHIFT)) in hfs_vop_bmap()
/netbsd/sys/dev/dec/
H A Ddec_boot.h58 int32_t start_block; /* Start of partition in blocks. */ member
/netbsd/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c3927 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/external/gpl3/binutils/dist/binutils/
H A Ddebug.h405 bool (*start_block) (void *, bfd_vma); member
H A Ddebug.c2871 if (! (*fns->start_block) (fhandle, block->start)) in debug_write_block()
/netbsd/sys/arch/pmax/pmax/
H A Ddisksubr.c175 dlp->map[part].start_block; in compat_label()
/netbsd/external/gpl3/gcc/dist/gcc/rtl-ssa/
H A Dfunctions.h278 void start_block (build_info &, bb_info *);
H A Dblocks.cc129 m_function->start_block (m_bi, m_function->bb (bb)); in before_dom_children()
998 function_info::start_block (build_info &bi, bb_info *bb) in start_block() function in function_info
/netbsd/external/gpl3/gdb/dist/binutils/
H A Ddebug.h408 bfd_boolean (*start_block) (void *, bfd_vma); member
H A Ddebug.c2862 if (! (*fns->start_block) (fhandle, block->start)) in debug_write_block()
/netbsd/sys/arch/vax/vax/
H A Ddisksubr.c179 lp->d_partitions[part].p_offset = dlp->map[part].start_block; in compat_label()
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h408 bfd_boolean (*start_block) (void *, bfd_vma); member
H A Ddebug.c2862 if (! (*fns->start_block) (fhandle, block->start)) in debug_write_block()
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Ddebug.h408 bfd_boolean (*start_block) (void *, bfd_vma); member
H A Ddebug.c2862 if (! (*fns->start_block) (fhandle, block->start)) in debug_write_block()
/netbsd/sys/sys/
H A Dbootblock.h1255 int32_t start_block; /* Starting block on disk. */ member
H A Dvideoio.h120 u_int32_t start_block; member
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DRDFGraph.h713 void start_block(NodeId N);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRDFGraph.cpp695 void DataFlowGraph::DefStack::start_block(NodeId N) { in start_block() function in DataFlowGraph::DefStack
998 P.second.start_block(B); in markBlock()

12