| /src/external/bsd/top/dist/machine/ |
| m_hpux10.c | 132 static struct pst_status *pst; variable in typeref:struct:pst_status 279 pst = (struct pst_status *) malloc (nproc * sizeof (struct pst_status)); 280 if (pst == NULL) 366 * process time. Note that this requires us to get the pst array 372 pst[i].pst_pid = -1; 373 n = pstat_getproc (pst, sizeof (*pst), nproc, 0); 384 if (last_start_time <= pst[i].pst_start) 386 last_start_time = pst[i].pst_start; 387 if (pid <= pst[i].pst_pid [all...] |
| m_hpux8.c | 227 static struct pst_status *pst; variable in typeref:struct:pst_status 303 pst = (struct pst_status *)malloc(nproc * sizeof(struct pst_status)); 433 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1) 436 pbase[i].p_upreg = (preg_t *) &pst[i]; 437 pbase[i].p_nice = pst[i].pst_nice; 438 pbase[i].p_cpticks = pst[i].pst_cpticks;
|
| m_hpux9.c | 239 static struct pst_status *pst; variable in typeref:struct:pst_status 315 pst = (struct pst_status *)malloc(nproc * sizeof(struct pst_status)); 445 if (pstat(PSTAT_PROC, &pst[i], sizeof(pst[i]), 0, pbase[i].p_pid) != 1) 448 pbase[i].p_upreg = (preg_t *) &pst[i]; 449 pbase[i].p_nice = pst[i].pst_nice; 450 pbase[i].p_cpticks = pst[i].pst_cpticks;
|
| /src/external/public-domain/xz/dist/src/common/ |
| tuklib_cpucores.c | 102 struct pst_dynamic pst; local 103 if (pstat_getdynamic(&pst, sizeof(pst), 1, 0) != -1) 104 ret = (uint32_t)pst.psd_proc_cnt;
|
| tuklib_physmem.c | 198 struct pst_static pst; local 199 if (pstat_getstatic(&pst, sizeof(pst), 1, 0) != -1) 200 ret = (uint64_t)pst.physical_memory * (uint64_t)pst.page_size;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| psymtab.c | 51 struct partial_symtab *pst); 67 psymtab_storage::install_psymtab (partial_symtab *pst) 69 pst->next = psymtabs; 70 psymtabs = pst; 84 /* Find which partial symtab contains PC and SECTION starting at psymtab PST. 85 We may find a different psymtab than PST. See FIND_PC_SECT_PSYMTAB. */ 90 struct partial_symtab *pst, 94 struct partial_symtab *best_pst = pst; 95 CORE_ADDR best_addr = pst->text_low (objfile); 102 return pst; 1185 delete pst; local [all...] |
| xcoffread.c | 922 read_xcoff_symtab (struct objfile *objfile, legacy_psymtab *pst) 950 const char *filestring = pst->filename; /* Name of the current file. */ 954 this_symtab_psymtab = pst; 969 symnum = ((struct xcoff_symloc *) pst->read_symtab_private)->first_symnum; 971 symnum + ((struct xcoff_symloc *) pst->read_symtab_private)->numsyms; 1054 pst->compunit_symtab = end_compunit_symtab (cur_src_end_addr); 1440 to make sure that we set pst->compunit_symtab to the symtab for the 1443 if (pst->compunit_symtab == NULL) 1444 pst->compunit_symtab = cust; 1744 xcoff_expand_psymtab (legacy_psymtab *pst, struct objfile *objfile 2046 legacy_psymtab *pst; local [all...] |
| stabsread.c | 570 /* Close off the current usage of PST. 571 Returns PST or NULL if the partial symtab was empty and thrown away. 577 legacy_psymtab *pst, 589 LDSYMLEN (pst) = capping_symbol_offset - LDSYMOFF (pst); 590 pst->set_text_high (capping_text); 596 or global function, and the textlow for the current pst 598 address for the textlow of the pst. */ 607 if (!pst->text_high_valid && key->ctx.last_function_name 623 pst->filename) 1223 legacy_psymtab *pst; local [all...] |
| ctfread.c | 118 partial_symtab *pst; member in struct:ctf_context 1247 ctf_start_compunit_symtab (ctf_psymtab *pst, 1252 ccp = &pst->context; 1254 (of, pst->filename, nullptr, 1263 ctf_end_compunit_symtab (ctf_psymtab *pst, 1268 ccp = &pst->context; 1287 ccp->pst->add_psymbol (ename, true, 1302 ctf_psymtab_add_stt_entries (ctf_dict_t *cfp, ctf_psymtab *pst, 1333 pst->add_psymbol (tname, true, 1337 language_c, pst->context.partial_symtabs, of) 1441 ctf_psymtab *pst; local 1551 ctf_psymtab *pst = create_partial_symtab (fname, tup->arc, cfp, local [all...] |
| gdb-stabs.h | 35 pst (pst_) 41 legacy_psymtab *pst; /* Partial symtab that has the member in struct:header_file_location
|
| mdebugread.c | 261 static void mdebug_expand_psymtab (legacy_psymtab *pst, 395 legacy_psymtab *pst = nullptr; /* the psymtab proper */ 1923 legacy_psymtab *pst) 2008 = lookup_function_type (builtin_type (pst->objfile)->builtin_int); 2324 legacy_psymtab *pst; 2380 /* Allocate the map FDR -> PST. 2389 fdr_to_pst[-1].pst = new_pst; 2613 fdr_to_pst[f_idx].pst = NULL; 2623 pst = new legacy_psymtab (fdr_name (fh), partial_symtabs, 2625 pst->read_symtab_private = XOBNEW (&objfile->objfile_obstack, md_symloc) 389 legacy_psymtab *pst = nullptr; \/* the psymtab proper *\/ member in struct:pst_map 2316 legacy_psymtab *pst; local [all...] |
| stabsread.h | 180 legacy_psymtab *pst, 247 the pst->section_offsets. All symbols that refer to memory
|
| /src/external/gpl3/gdb/dist/gdb/ |
| psymtab.c | 51 struct partial_symtab *pst); 67 psymtab_storage::install_psymtab (partial_symtab *pst) 69 pst->next = psymtabs; 70 psymtabs = pst; 84 /* Find which partial symtab contains PC and SECTION starting at psymtab PST. 85 We may find a different psymtab than PST. See FIND_PC_SECT_PSYMTAB. */ 90 struct partial_symtab *pst, 94 struct partial_symtab *best_pst = pst; 95 CORE_ADDR best_addr = pst->text_low (objfile); 102 return pst; 1187 delete pst; local [all...] |
| xcoffread.c | 922 read_xcoff_symtab (struct objfile *objfile, legacy_psymtab *pst) 950 const char *filestring = pst->filename; /* Name of the current file. */ 954 this_symtab_psymtab = pst; 969 symnum = ((struct xcoff_symloc *) pst->read_symtab_private)->first_symnum; 971 symnum + ((struct xcoff_symloc *) pst->read_symtab_private)->numsyms; 1054 pst->compunit_symtab = end_compunit_symtab (cur_src_end_addr); 1440 to make sure that we set pst->compunit_symtab to the symtab for the 1443 if (pst->compunit_symtab == NULL) 1444 pst->compunit_symtab = cust; 1744 xcoff_expand_psymtab (legacy_psymtab *pst, struct objfile *objfile 2046 legacy_psymtab *pst; local [all...] |
| stabsread.c | 570 /* Close off the current usage of PST. 571 Returns PST or NULL if the partial symtab was empty and thrown away. 577 legacy_psymtab *pst, 589 LDSYMLEN (pst) = capping_symbol_offset - LDSYMOFF (pst); 590 pst->set_text_high (capping_text); 596 or global function, and the textlow for the current pst 598 address for the textlow of the pst. */ 607 if (!pst->text_high_valid && key->ctx.last_function_name 623 pst->filename) 1223 legacy_psymtab *pst; local [all...] |
| ctfread.c | 118 partial_symtab *pst; member in struct:ctf_context 1247 ctf_start_compunit_symtab (ctf_psymtab *pst, 1252 ccp = &pst->context; 1254 (of, pst->filename, nullptr, 1263 ctf_end_compunit_symtab (ctf_psymtab *pst, 1268 ccp = &pst->context; 1287 ccp->pst->add_psymbol (ename, true, 1302 ctf_psymtab_add_stt_entries (ctf_dict_t *cfp, ctf_psymtab *pst, 1333 pst->add_psymbol (tname, true, 1337 language_c, pst->context.partial_symtabs, of) 1441 ctf_psymtab *pst; local 1551 ctf_psymtab *pst = create_partial_symtab (fname, tup->arc, cfp, local [all...] |
| gdb-stabs.h | 35 pst (pst_) 41 legacy_psymtab *pst; /* Partial symtab that has the member in struct:header_file_location
|
| mdebugread.c | 261 static void mdebug_expand_psymtab (legacy_psymtab *pst, 395 legacy_psymtab *pst = nullptr; /* the psymtab proper */ 1923 legacy_psymtab *pst) 2008 = lookup_function_type (builtin_type (pst->objfile)->builtin_int); 2324 legacy_psymtab *pst; 2380 /* Allocate the map FDR -> PST. 2389 fdr_to_pst[-1].pst = new_pst; 2613 fdr_to_pst[f_idx].pst = NULL; 2623 pst = new legacy_psymtab (fdr_name (fh), partial_symtabs, 2625 pst->read_symtab_private = XOBNEW (&objfile->objfile_obstack, md_symloc) 389 legacy_psymtab *pst = nullptr; \/* the psymtab proper *\/ member in struct:pst_map 2316 legacy_psymtab *pst; local [all...] |
| stabsread.h | 180 legacy_psymtab *pst, 247 the pst->section_offsets. All symbols that refer to memory
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_entry.c | 60 const struct stat *pst; local 811 assert((pst = archive_entry_stat(e)) != NULL); 812 if (pst == NULL) 815 assertEqualInt(pst->st_atime, 456789); 816 assertEqualInt(pst->st_ctime, 345678); 817 assertEqualInt(pst->st_dev, 123); 818 assertEqualInt(pst->st_gid, 34); 819 assertEqualInt(pst->st_ino, 234); 820 assertEqualInt(pst->st_mode, 012345); 821 assertEqualInt(pst->st_mtime, 234567) [all...] |
| /src/sys/dev/rcons/ |
| raster_op.c | 103 ** the source code 16 times smaller. The pre and pst args are code 105 ** can be the beginning and end of a loop. If the pst fragment includes a 113 #define ROP_DST(op,pre,d,pst) \ 119 pst \ 124 pst \ 132 pst \ 138 #define ROP_DSTCOLOR(op,pre,d,c,pst) \ 144 pst \ 149 pst \ 157 pst \ [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| statestr.c | 290 static const char * peer_st_flags(u_char pst); 409 u_char pst 412 return decode_bitflags(pst, ", ", peer_st_bits, 459 u_char pst; local 474 pst = (u_char)CTL_PEER_STATVAL(st); 476 peer_st_flags(pst), 477 getcode(pst & 0x7, select_codes),
|
| /src/bin/ls/ |
| util.c | 96 printwc(wchar_t wc, mbstate_t *pst) 101 size = wcrtomb(buf, wc, pst);
|
| /src/sys/arch/x86/x86/ |
| powernow.c | 92 * in the PST tables, but they have correct FID/VID values. 96 uint32_t pcpusig; /* PST cpu signature */ 450 struct powernow_pst_s *pst; local 460 * range for the pst tables; 16 byte blocks 484 pst = (struct powernow_pst_s*) p; 488 * signature in the PST table. Accept to 492 DPRINTF(("%s: cpusig=0x%x pst->sig:0x%x\n", 493 __func__, cpusig, pst->signature)); 496 pst->signature); 499 (fid == pst->fid && vid == pst->vid))) 724 struct powernow_pst_s *pst; local [all...] |
| /src/usr.bin/script/ |
| script.c | 443 struct stat pst; local 450 if (fstat(fileno(fp), &pst) == -1) 453 reg = S_ISREG(pst.st_mode); 455 for (nread = 0; !reg || nread < pst.st_size; nread += save_len) { 466 (uint64_t)(pst.st_size - save_len) - nread)
|