Searched refs:block_map (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/lib/libsa/ |
H A D | minixfs3.c | 174 static int block_map(struct open_file *, block_t, block_t *); 224 block_map(struct open_file *f, block_t file_block, block_t *disk_block_p) in block_map() function 353 rc = block_map(f, file_block, &disk_block); in buf_read_file() 665 rc = block_map(f, (block_t)0, &disk_block); in minixfs3_open()
|
H A D | ufs.c | 207 static int block_map(struct open_file *, indp_t, indp_t *); 414 block_map(struct open_file *f, indp_t file_block, indp_t *disk_block_p) in block_map() function 550 rc = block_map(f, file_block, &disk_block); in buf_read_file() 845 rc = block_map(f, (indp_t)0, &disk_block); in ufs_open()
|
H A D | ext2fs.c | 151 static int block_map(struct open_file *, indp_t, indp_t *); 205 block_map(struct open_file *f, indp_t file_block, indp_t *disk_block_p) in block_map() function 329 rc = block_map(f, file_block, &disk_block); in buf_read_file() 642 rc = block_map(f, (indp_t)0, &disk_block); in ext2fs_open()
|
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | optim2.c | 1825 struct block_map { struct 1831 static unsigned long map_blocks(struct p2env* p2e, struct block_map* map, unsigned long count) in map_blocks() argument 1926 struct block_map* map ; in TraceSchedule() 1931 map = tmpalloc(block_count * sizeof(struct block_map)); in TraceSchedule()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-1999 | 590 just expand_start_bindings. Use the block_map to remap old 593 * integrate.h (struct inline_remap): Add block_map.
|
H A D | ChangeLog-2011 | 35165 (call_arg_locations, call_arg_loc_last, block_map, call_site_count, 35181 (gen_lexical_block_die, gen_inlined_subroutine_die): Update block_map. 35184 to -1 and free block_map.
|
H A D | ChangeLog-2015 | 31014 * dwarf2out.c: Remove block_map. 31015 (gen_call_site_die): Replace block_map use with BLOCK_DIE. 31017 (dwarf2out_function_decl): Remove block_map use.
|
H A D | ChangeLog.tree-ssa | 1545 block_map, leaf_reg_map, inline_target, and local_return_label.
|
H A D | ChangeLog-2004 | 33660 block_map, leaf_reg_map, inline_target, and local_return_label.
|