HomeSort by: relevance | last modified time | path
    Searched defs:ptbl (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/libkvm/
kvm_sparc64.c 109 uint64_t *pseg, *pdir, *ptbl; local
184 if (_kvm_pread(kd, kd->pmfd, &ptbl, sizeof(ptbl),
186 != sizeof(ptbl)) {
191 if (!ptbl) {
197 _kvm_pa2off(kd, (paddr_t)&ptbl[va_to_pte(va)]))
  /src/sys/dev/pci/
ydsvar.h 97 uint32_t *ptbl; member in struct:yds_softc
  /src/sys/arch/sparc64/sparc64/
db_interface.c 490 paddr_t *pdir, *ptbl; local
499 ptbl = (paddr_t *)(u_long)ldxa((vaddr_t)&pdir[k], ASI_PHYS_CACHED);
500 if (!ptbl) {
503 db_printf("\tptable %lld:%lld at %lx:\n", i, k, (long)ptbl);
505 data0 = ldxa((vaddr_t)&ptbl[j], ASI_PHYS_CACHED);
507 data1 = ldxa((vaddr_t)&ptbl[j], ASI_PHYS_CACHED);
pmap.c 3092 paddr_t *pdir, *ptbl; local
3105 ptbl = (paddr_t *)(u_long)ldxa((vaddr_t)&pdir[k],
3107 if (ptbl == NULL) {
3111 data = (int64_t)ldxa((vaddr_t)&ptbl[j],
3134 paddr_t *pdir, *ptbl; local
3147 ptbl = (paddr_t *)(u_long)ldxa((vaddr_t)&pdir[k],
3149 if (ptbl == NULL) {
3153 data = (int64_t)ldxa((vaddr_t)&ptbl[j],
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c 4213 struct isoent **ptbl; local
4219 ptbl = pt[depth].sorted;
4223 if (ptbl[i]->identifier == NULL)
4226 len = ptbl[i]->id_len;
4244 struct isoent **ptbl; local
4255 ptbl = vdd->pathtbl[depth].sorted;
4260 np = ptbl[i];
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 6312 property_table_entry *ptbl; /* Cache of the section property table. */
6334 free (sec_cache->ptbl);
6384 sec_cache->ptbl = prop_table;
6417 property_table_entry *ptbl; /* Cache of the section property table. */
6529 ebb->ptbl = prop_table;
6569 the_entry = &ebb->ptbl[ebb->end_ptbl_idx];
6611 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6632 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6648 the_entry = &ebb->ptbl[ebb->start_ptbl_idx];
6687 new_entry = &ebb->ptbl[ebb->start_ptbl_idx - 1]
6293 property_table_entry *ptbl; \/* Cache of the section property table. *\/ member in struct:section_cache_struct
6397 property_table_entry *ptbl; \/* Cache of the section property table. *\/ member in struct:ebb_struct
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 6312 property_table_entry *ptbl; /* Cache of the section property table. */
6334 free (sec_cache->ptbl);
6384 sec_cache->ptbl = prop_table;
6417 property_table_entry *ptbl; /* Cache of the section property table. */
6529 ebb->ptbl = prop_table;
6569 the_entry = &ebb->ptbl[ebb->end_ptbl_idx];
6611 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6632 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6648 the_entry = &ebb->ptbl[ebb->start_ptbl_idx];
6687 new_entry = &ebb->ptbl[ebb->start_ptbl_idx - 1]
6293 property_table_entry *ptbl; \/* Cache of the section property table. *\/ member in struct:section_cache_struct
6397 property_table_entry *ptbl; \/* Cache of the section property table. *\/ member in struct:ebb_struct
    [all...]

Completed in 58 milliseconds