Home
last modified time | relevance | path

Searched refs:rsdp (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c1905 valid_rsdp(struct rsdp *rp) in valid_rsdp()
1917 if (checksum_table((uint8_t *)rp, sizeof (struct rsdp)) != 0) in valid_rsdp()
1927 static struct rsdp *
1936 if (valid_rsdp((struct rsdp *)ptr)) in scan_rsdp()
1937 return ((struct rsdp *)ptr); in scan_rsdp()
1948 static struct rsdp *
1950 struct rsdp *rsdp; in find_rsdp() local
1959 rsdp = scan_rsdp(ebda_addr, ebda_addr + ACPI_EBDA_LEN - 1); in find_rsdp()
1960 if (rsdp == NULL) in find_rsdp()
1962 rsdp = scan_rsdp(0xe0000, 0xfffff); in find_rsdp()
[all …]
H A Dacpi_fw.h55 struct rsdp { struct
/onnv-gate/usr/src/cmd/sgs/libld/common/
H A Dsyms.c2045 Sym_desc *rsdp; in ld_sym_process() local
2092 rsdp = sdp = NULL; in ld_sym_process()
2098 rsdp = (*ld_targ.t_ms.ms_reg_find)(sym, ofl); in ld_sym_process()
2099 if (rsdp != 0) { in ld_sym_process()
2107 (rsdp, sym, name, ifl, ofl); in ld_sym_process()
2131 if (rsdp == NULL) { in ld_sym_process()
2169 if ((rsdp == NULL) && in ld_sym_process()
2668 Sym_desc *rsdp; in ld_sym_process() local
2674 rsdp = (*ld_targ.t_ms.ms_reg_find)(sdp->sd_sym, ofl); in ld_sym_process()
2675 if (rsdp == NULL) { in ld_sym_process()
[all …]
H A Drelocate.c119 Sym_desc *rsdp; in is_disp_copied() local
156 rsdp = ifl->ifl_oldndx[rstndx]; in is_disp_copied()
157 if (rsdp == sdp) { in is_disp_copied()
158 if ((str = demangle(rsdp->sd_name)) != in is_disp_copied()
159 rsdp->sd_name) { in is_disp_copied()
198 ifl->ifl_name, demangle(rsdp->sd_name), str, in is_disp_copied()
236 Sym_desc *tsdp, *rsdp; in disp_scansyms() local
263 rsdp = rld->rel_sym; in disp_scansyms()
264 rsym = rsdp->sd_sym; in disp_scansyms()
H A Dupdate.c479 Sym_desc *rsdp; in update_osym() local
481 if ((rsdp = ofl->ofl_regsyms[ndx]) == NULL) in update_osym()
484 if (!SYM_IS_HIDDEN(rsdp) && in update_osym()
485 (ELF_ST_BIND(rsdp->sd_sym->st_info) != STB_LOCAL)) in update_osym()
488 dynsym[dynsym_ndx] = *(rsdp->sd_sym); in update_osym()
489 rsdp->sd_symndx = *symndx; in update_osym()
492 (void) st_setstring(dynstr, rsdp->sd_name, in update_osym()