Searched refs:rsect (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/fdisk/ |
H A D | fdisk.c | 646 uint32_t rsect, uint32_t numsect, int startindex); 650 uint32_t rsect, uint32_t numsect, int startindex); 656 uint32_t *rsect, uint32_t *numsect); 657 static int validate_part(int id, uint32_t rsect, uint32_t numsect); 1762 uint32_t rsect; in load() local 1803 &bcyl, &ehead, &esect, &ecyl, &rsect, &numsect)) { in load() 1836 new_ext_beg_sec = rsect; in load() 1874 begsec = rsect - offset; in load() 1883 if (rsect < offset) { in load() 1898 begsec = rsect; in load() [all …]
|
/titanic_41/usr/src/cmd/sgs/libld/common/ |
H A D | relocate.c | 2125 reloc_section(Ofl_desc *ofl, Is_desc *isect, Is_desc *rsect, Os_desc *osect) in reloc_section() argument 2137 shdr = rsect->is_shdr; in reloc_section() 2139 reloc = (Rel *)rsect->is_indata->d_buf; in reloc_section() 2166 DBG_CALL(Dbg_reloc_proc(ofl->ofl_lml, osect, isect, rsect)); in reloc_section() 2193 if (process_reld(ofl, rsect, &reld, rsndx, reloc) == S_ERROR) in reloc_section() 2261 get_move_entry(Is_desc *rsect, Xword roffset) in get_move_entry() argument 2263 Ifl_desc *ifile = rsect->is_file; in get_move_entry() 2264 Shdr *rshdr = rsect->is_shdr; in get_move_entry() 2295 process_movereloc(Ofl_desc *ofl, Is_desc *rsect) in process_movereloc() argument 2297 Ifl_desc *file = rsect->is_file; in process_movereloc() [all …]
|
/titanic_41/usr/src/lib/libfdisk/common/ |
H A D | libfdisk.h | 294 extern int fdisk_init_ext_part(ext_part_t *epp, uint32_t rsect, uint32_t nsect);
|
H A D | libfdisk.c | 1324 fdisk_init_ext_part(ext_part_t *epp, uint32_t rsect, uint32_t nsect) in fdisk_init_ext_part() argument 1329 epp->ext_beg_sec = rsect; in fdisk_init_ext_part() 1330 epp->ext_end_sec = rsect + nsect - 1; in fdisk_init_ext_part()
|