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

/freebsd-10-stable/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-10-stable/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-10-stable/sys/powerpc/wii/
H A Dwii_fb.c362 unsigned int psb = vblanking - vmargin; local
402 vto.vto_postb = (Q - interlacebias + psb) << shift;
404 vte.vte_postb = (Q - psb) << shift;
408 psb = 0;
410 vte.vte_postb = (Q - interlacebias + psb) << shift;
412 vto.vto_postb = (Q - psb) << shift;
/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwmm.c167 int up, psb, dir, tid; local
171 psb = (tspec->ts_info[1] >> 2) & 0x01;
175 up, psb, dir, tid);
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c4087 struct pmc_samplebuffer *psb; local
4094 psb = pmc_pcpu[cpu]->pc_sb[ring];
4096 ps = psb->ps_write;
4102 (int) (psb->ps_write - psb->ps_samples),
4103 (int) (psb->ps_read - psb->ps_samples));
4113 (int) (psb->ps_write - psb->ps_samples),
4114 (int) (psb
4180 struct pmc_samplebuffer *psb; local
4267 struct pmc_samplebuffer *psb; local
[all...]
/freebsd-10-stable/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-10-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pko-defs.h897 * Internal per-port state intended for debug use only - pko.prt.psb.save[63:0]
2439 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
2441 uint64_t psb : 7;

Completed in 136 milliseconds