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

  /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 in function:powernow_k7_states
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 in function:powernow_k8_states
    [all...]
  /src/usr.bin/script/
script.c 443 struct stat pst; local in function:playback
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/sys/dev/ic/
sl811hs.c 1592 bus_size_t paddr, pdata, pst, psz; local in function:slhci_write
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 in function:slhci_read
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 14 milliseconds