HomeSort by: relevance | last modified time | path
    Searched defs:pst (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/public-domain/xz/dist/src/common/
tuklib_cpucores.c 94 struct pst_dynamic pst; local
95 if (pstat_getdynamic(&pst, sizeof(pst), 1, 0) != -1)
96 ret = pst.psd_proc_cnt;
tuklib_physmem.c 190 struct pst_static pst; local
191 if (pstat_getstatic(&pst, sizeof(pst), 1, 0) != -1)
192 ret = (uint64_t)pst.physical_memory * (uint64_t)pst.page_size;
  /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/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/external/gpl3/gdb/dist/gdb/
gdb-stabs.h 35 pst (pst_)
41 legacy_psymtab *pst; /* Partial symtab that has the member in struct:header_file_location
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...]
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...]
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...]
  /src/external/historical/nawk/dist/
awkgram.y 76 %type <i> pst opt_pst lbrace rbrace rparen comma nl opt_nl and bor
161 | pst
279 pst: label
280 NL | ';' | pst NL | 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)
  /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/bsd/unbound/dist/validator/
val_anchor.c 431 struct sldns_file_parse_state pst; local
441 memset(&pst, 0, sizeof(pst));
442 pst.default_ttl = 3600;
443 pst.lineno = 1;
447 status = sldns_fp2wire_rr_buf(in, rr, &len, &dname_len, &pst);
452 pst.lineno, LDNS_WIREPARSE_OFFSET(status),
463 log_err("mem error at %s line %d", fname, pst.lineno);
471 fname, pst.lineno);
  /src/external/gpl3/gdb.old/dist/gdb/
psymtab.c 54 struct partial_symtab *pst);
70 psymtab_storage::install_psymtab (partial_symtab *pst)
72 pst->next = psymtabs;
73 psymtabs = pst;
87 /* Find which partial symtab contains PC and SECTION starting at psymtab PST.
88 We may find a different psymtab than PST. See FIND_PC_SECT_PSYMTAB. */
93 struct partial_symtab *pst,
97 struct partial_symtab *best_pst = pst;
98 CORE_ADDR best_addr = pst->text_low (objfile);
105 return pst;
1189 delete pst; local
    [all...]
ctfread.c 118 partial_symtab *pst; member in struct:ctf_context
1248 ctf_start_compunit_symtab (ctf_psymtab *pst,
1253 ccp = &pst->context;
1255 (of, pst->filename, nullptr,
1264 ctf_end_compunit_symtab (ctf_psymtab *pst,
1269 ccp = &pst->context;
1288 ccp->pst->add_psymbol (ename, true,
1303 ctf_psymtab_add_stt_entries (ctf_dict_t *cfp, ctf_psymtab *pst,
1334 pst->add_psymbol (tname, true,
1338 language_c, pst->context.partial_symtabs, of)
1442 ctf_psymtab *pst; local
1552 ctf_psymtab *pst = create_partial_symtab (fname, tup->arc, cfp, local
    [all...]
dbxread.c 251 pst (pst_)
257 legacy_psymtab *pst; /* Partial symtab that has the
873 return bincl.pst;
980 legacy_psymtab *pst;
1001 pst = (legacy_psymtab *) 0;
1140 if (past_first_source_file && pst
1143 && unrel_val >= pst->unrelocated_text_low ())
1146 pst, psymtab_include_list,
1148 unrel_val > pst->unrelocated_text_high ()
1149 ? unrel_val : pst->unrelocated_text_high ()
253 legacy_psymtab *pst; \/* Partial symtab that has the member in struct:header_file_location
972 legacy_psymtab *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...]
  /src/external/apache2/llvm/dist/libcxx/src/filesystem/
operations.cpp 1173 StatT pst; local
1174 auto st = detail::posix_stat(p, pst, &m_ec);
1185 return static_cast<uintmax_t>(pst.st_size) == 0;
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_disk_windows.c 158 * If this is valid, pst points to st. Otherwise,
159 * pst is null.
162 BY_HANDLE_FILE_INFORMATION *pst; member in struct:archive_write_disk
790 if (a->pst != NULL) {
796 a->pst = &a->st;
805 a->pst = &a->st;
873 a->pst = NULL;
1482 a->pst = NULL;
1487 a->pst = NULL;
1549 a->pst = NULL
    [all...]
archive_write_disk_posix.c 253 * If this is valid, pst points to st. Otherwise,
254 * pst is null.
257 struct stat *pst; member in struct:archive_write_disk
547 if (a->pst != NULL) {
553 a->pst = &a->st;
567 a->pst = &a->st;
636 a->pst = NULL;
1024 block_size = a->pst->st_blksize;
1798 a->pst = NULL;
1819 a->pst = NULL
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 1073 register struct stab_tag **pst; local
1075 for (pst = &info->tags; *pst != NULL; pst = &(*pst)->next)
1077 if ((*pst)->name[0] == name[0]
1078 && strcmp ((*pst)->name, name) == 0)
1080 (*pst)->slot = dtype;
1081 *pst = (*pst)->next
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 1073 register struct stab_tag **pst; local
1075 for (pst = &info->tags; *pst != NULL; pst = &(*pst)->next)
1077 if ((*pst)->name[0] == name[0]
1078 && strcmp ((*pst)->name, name) == 0)
1080 (*pst)->slot = dtype;
1081 *pst = (*pst)->next
    [all...]
  /src/sys/dev/ic/
sl811hs.c 1592 bus_size_t paddr, pdata, pst, psz; local
1596 paddr = pst = 0;
1603 BSB(iot, ioh, pst, psz, WRITE_BEFORE_WRITE);
1605 BSB(iot, ioh, pst, psz, WRITE_BEFORE_WRITE);
1611 bus_size_t paddr, pdata, pst, psz; local
1616 paddr = pst = 0;
1623 BSB(iot, ioh, pst, psz, WRITE_BEFORE_READ);
1625 BSB(iot, ioh, pst, psz, READ_BEFORE_WRITE);
1633 bus_size_t paddr, pdata, pst, psz;
1637 paddr = pst = 0
    [all...]

Completed in 101 milliseconds

1 2