Searched refs:psb (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dblockframe.c354 struct partial_symbol *psb;
412 psb = find_pc_sect_psymbol (pst, mapped_pc, section);
414 if (psb
416 (SYMBOL_VALUE_ADDRESS (psb)
421 *address = SYMBOL_VALUE_ADDRESS (psb);
423 *name = DEPRECATED_SYMBOL_NAME (psb);
353 struct partial_symbol *psb; local
/freebsd-9.3-release/sys/x86/cpufreq/
H A Dpowernow.c644 struct psb_header *psb; local
688 psb = (struct psb_header*)(uintptr_t)BIOS_PADDRTOVADDR(sig);
690 switch (psb->version) {
702 sc->vst = psb->settlingtime;
703 sc->rvo = PN8_PSB_TO_RVO(psb->res1),
704 sc->irt = PN8_PSB_TO_IRT(psb->res1),
705 sc->mvs = PN8_PSB_TO_MVS(psb->res1),
706 sc->low = PN8_PSB_TO_BATT(psb->res1);
709 psb->settlingtime);
721 sc->sgtc = psb
[all...]
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwmm.c161 int up, psb, dir, tid; local
165 psb = (tspec->ts_info[1] >> 2) & 0x01;
169 up, psb, dir, tid);
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_mod.c4051 struct pmc_samplebuffer *psb; local
4058 psb = pmc_pcpu[cpu]->pc_sb[ring];
4060 ps = psb->ps_write;
4066 (int) (psb->ps_write - psb->ps_samples),
4067 (int) (psb->ps_read - psb->ps_samples));
4076 (int) (psb->ps_write - psb->ps_samples),
4077 (int) (psb
4143 struct pmc_samplebuffer *psb; local
4220 struct pmc_samplebuffer *psb; local
[all...]
/freebsd-9.3-release/bin/pax/
H A Dtables.c1113 * name is name of the directory, psb the stat buffer with the data in it,
1124 add_dir(char *name, int nlen, struct stat *psb, int frc_mode) argument
1144 dblk.mode = psb->st_mode & 0xffff;
1145 dblk.mtime = psb->st_mtime;
1146 dblk.atime = psb->st_atime;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h680 * Internal per-port state intended for debug use only - pko.prt.psb.save[63:0]
1798 uint64_t psb : 7; /**< BiST result of the PSB memories (0=pass, !0=fail) */ member in struct:cvmx_pko_reg_bist_result::cvmx_pko_reg_bist_result_cn30xx
1800 uint64_t psb : 7;
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dmlme.c1844 int up, psb, dir, tid; local
1848 psb = (tspec->ts_info[1] >> 2) & 0x01;
1852 up, psb, dir, tid);

Completed in 124 milliseconds