Home
last modified time | relevance | path

Searched refs:pst (Results 1 – 21 of 21) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Ddbxread.c929 next_bincl->pst = pst; in add_bincl_to_list()
1510 if (pst) in read_dbx_symtab()
1514 valu > pst->texthigh ? valu : pst->texthigh, in read_dbx_symtab()
1689 if (pst->texthigh == 0 || valu > pst->texthigh) in read_dbx_symtab()
1899 pst ? pst->filename : NULL, in read_dbx_symtab()
1969 pst ? pst->filename : NULL, in read_dbx_symtab()
2176 if (pst) in read_dbx_symtab()
2188 text_end > pst->texthigh ? text_end : pst->texthigh, in read_dbx_symtab()
2304 pst->textlow = pst->texthigh; in end_psymtab()
2402 return pst; in end_psymtab()
[all …]
H A Dpsymtab.c146 if (pst->readin) in partial_map_expand_apply()
240 return pst; in find_pc_sect_psymtab_closer()
243 return (pst); in find_pc_sect_psymtab_closer()
341 return pst; in find_pc_sect_psymtab()
358 && pc >= pst->textlow && pc < pst->texthigh) in find_pc_sect_psymtab()
550 int length = (global ? pst->n_global_syms : pst->n_static_syms); in match_partial_symbol()
656 int length = (global ? pst->n_global_syms : pst->n_static_syms); in lookup_partial_symbol()
760 pst = pst->user; in psymtab_to_symtab()
763 if (pst->symtab) in psymtab_to_symtab()
767 if (!pst->readin) in psymtab_to_symtab()
[all …]
H A Dmdebugread.c2424 fdr_to_pst[-1].pst = pst; in parse_partial_symbols()
2730 pst->texthigh = pst->textlow; in parse_partial_symbols()
2795 && (pst->textlow == 0 || procaddr < pst->textlow)) in parse_partial_symbols()
2993 if (pst) in parse_partial_symbols()
3290 if (! pst) in parse_partial_symbols()
3314 if (! pst) in parse_partial_symbols()
3390 if (pst in parse_partial_symbols()
3812 pst = fdr_to_pst[f_idx].pst; in parse_partial_symbols()
3850 pst->dependencies[pst->number_of_dependencies++] in parse_partial_symbols()
4004 if (pst->n_global_syms == 0 && pst->n_static_syms == 0 in psymtab_to_symtab_1()
[all …]
H A Ddwarf2read.c4128 dwarf_decode_lines (lh, pst->dirname, cu, pst, 1); in dwarf2_build_include_psymtabs()
4889 return pst; in create_partial_symtab()
5025 pst->n_global_syms, pst->n_static_syms); in process_psymtab_comp_unit_reader()
5404 pst->anonymous = 1; in build_type_psymtabs_reader()
5489 if (pst == NULL) in set_partial_user()
5496 pst->dependencies[j]->user = pst; in set_partial_user()
6624 if (pst->readin) in psymtab_to_symtab_1()
6652 pst->readin = 1; in psymtab_to_symtab_1()
7065 pst->readin = 1; in process_full_comp_unit()
7140 pst->readin = 1; in process_full_type_unit()
[all …]
H A Dstabsread.h164 struct partial_symtab *pst,
H A Delfread.c1531 elfstab_offset_sections (struct objfile *objfile, struct partial_symtab *pst) in elfstab_offset_sections() argument
1533 const char *filename = pst->filename; in elfstab_offset_sections()
1571 pst->section_offsets = (struct section_offsets *) in elfstab_offset_sections()
1575 (pst->section_offsets)->offsets[i] = maybe->sections[i]; in elfstab_offset_sections()
/dragonfly/sys/dev/acpica/
H A Dacpi_cpu_pstate.c418 struct acpi_pst_softc *pst; in acpi_pst_attach() local
430 if (pst == NULL) { in acpi_pst_attach()
442 pst->pst_cpuid)) in acpi_pst_attach()
445 if (pst != NULL) in acpi_pst_attach()
468 if (pst != NULL && in acpi_pst_attach()
477 sc->pst_creg = pst->pst_creg; in acpi_pst_attach()
478 sc->pst_sreg = pst->pst_sreg; in acpi_pst_attach()
747 pst->pst_cpuid)) in acpi_pst_attach()
750 if (pst != NULL) in acpi_pst_attach()
753 if (pst != NULL && in acpi_pst_attach()
[all …]
/dragonfly/contrib/xz/src/common/
H A Dtuklib_cpucores.c94 struct pst_dynamic pst; in tuklib_cpucores() local
95 if (pstat_getdynamic(&pst, sizeof(pst), 1, 0) != -1) in tuklib_cpucores()
96 ret = (uint32_t)pst.psd_proc_cnt; in tuklib_cpucores()
H A Dtuklib_physmem.c190 struct pst_static pst; in tuklib_physmem() local
191 if (pstat_getstatic(&pst, sizeof(pst), 1, 0) != -1) in tuklib_physmem()
192 ret = (uint64_t)pst.physical_memory * (uint64_t)pst.page_size; in tuklib_physmem()
/dragonfly/sys/dev/powermng/powernow/
H A Dpowernow.c171 struct pst_s *pst; in k8pnow_states() local
188 pst = (struct pst_s *)p; in k8pnow_states()
189 cstate->pll = pst->pll; in k8pnow_states()
190 cstate->n_states = pst->n_states; in k8pnow_states()
191 if (cpusig == pst->cpuid && in k8pnow_states()
192 pst->fid == fid && pst->vid == vid) { in k8pnow_states()
/dragonfly/usr.bin/script/
H A Dscript.c390 struct stat pst; in playback() local
397 if (fstat(fileno(fp), &pst) == -1) in playback()
400 reg = S_ISREG(pst.st_mode); in playback()
402 for (nread = 0; !reg || nread < pst.st_size; nread += save_len) { in playback()
413 (uint64_t)(pst.st_size - save_len) - nread) in playback()
/dragonfly/contrib/awk/
H A Dawkgram.y72 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
157 | pst
275 pst:
276 NL | ';' | pst NL | pst ';'
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c251 struct stat *pst; member
509 a->pst = &a->st; in lazy_stat()
518 a->pst = &a->st; in lazy_stat()
587 a->pst = NULL; in _archive_write_disk_header()
1746 a->pst = NULL; in _archive_write_disk_finish_entry()
1763 a->pst = NULL; in _archive_write_disk_finish_entry()
2077 a->pst = NULL; in restore_entry()
2082 a->pst = NULL; in restore_entry()
2134 a->pst = NULL; in restore_entry()
2194 a->pst = NULL; in restore_entry()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dstabs.c1055 register struct stab_tag **pst; in parse_stab_string() local
1057 for (pst = &info->tags; *pst != NULL; pst = &(*pst)->next) in parse_stab_string()
1059 if ((*pst)->name[0] == name[0] in parse_stab_string()
1060 && strcmp ((*pst)->name, name) == 0) in parse_stab_string()
1062 (*pst)->slot = dtype; in parse_stab_string()
1063 *pst = (*pst)->next; in parse_stab_string()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dstabs.c1030 register struct stab_tag **pst; in parse_stab_string() local
1032 for (pst = &info->tags; *pst != NULL; pst = &(*pst)->next) in parse_stab_string()
1034 if ((*pst)->name[0] == name[0] in parse_stab_string()
1035 && strcmp ((*pst)->name, name) == 0) in parse_stab_string()
1037 (*pst)->slot = dtype; in parse_stab_string()
1038 *pst = (*pst)->next; in parse_stab_string()
/dragonfly/contrib/file/magic/Magdir/
H A Dwindows509 …p DROID x-fmt-75-signature-id-472.pab x-fmt-248-signature-id-260.pst x-fmt-249-signature-id-261.pst
525 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/p/pst.trid.xml
526 # http://mark0.net/download/triddefs_xml.7z/defs/p/pst-unicode.trid.xml
532 #!:mime application/x-ms-pst
533 !:ext pst
H A Dimages2315 # https://www.file-extensions.org/pst-file-extension-ulead-pattern-image-format
2316 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/p/pst-ulead.trid.xml
2323 !:mime image/x-ulead-pst
2324 !:ext pst
/dragonfly/usr.sbin/cron/doc/
H A DMAIL10 Date: Wed, 31 Dec 86 08:59:31 pst
383 Date: Thu, 1 Jan 87 10:53:05 pst
394 Date: Thu, 8 Jan 87 23:50:40 pst
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-i860.texi147 The analogous expansions apply to @code{ld.x, st.x, fld.x, pfld.x, fst.x}, and @code{pst.x} as well.
/dragonfly/
H A DMakefile_upgrade.inc1378 TO_REMOVE+=/usr/share/man/man4/pst.4.gz
2154 TO_REMOVE+=/boot/kernel/pst.ko
/dragonfly/share/dict/
H A Dweb2159143 pst