Searched refs:pcs (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/sys/
H A D_stack.h36 vm_offset_t pcs[STACK_MAX]; member in struct:stack
/freebsd-10-stable/sys/kern/
H A Dsubr_stack.c73 st->pcs[st->depth++] = pc;
102 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf),
104 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i],
120 if (stack_symbol(st->pcs[i], namebuf, sizeof(namebuf),
124 printf("%p", (void *)st->pcs[i]);
138 stack_symbol_ddb(st->pcs[i], &name, &offset);
139 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i],
156 if (stack_symbol_ddb(st->pcs[i], &name, &offset) == 0)
159 printf("%p", (void *)st->pcs[i]);
178 (void)stack_symbol(st->pcs[
[all...]
/freebsd-10-stable/sys/dev/isp/
H A Disp_pci.c675 struct isp_pcisoftc *pcs = device_get_softc(dev); local
676 ispsoftc_t *isp = &pcs->pci_isp;
682 pcs->pci_dev = dev;
694 pcs->regs = pcs->regs2 = NULL;
695 pcs->rgd = pcs->rtp = 0;
697 pcs->pci_dev = dev;
698 pcs->pci_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF;
699 pcs
989 struct isp_pcisoftc *pcs = device_get_softc(dev); local
1929 struct isp_pcisoftc *pcs = device_get_softc(dev); local
1986 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp25 std::vector<lldb::addr_t> pcs,
31 m_pcs (pcs),
40 m_unwinder_ap.reset (new HistoryUnwind (*this, pcs, stop_id, stop_id_is_valid));
23 HistoryThread(lldb_private::Process &process, lldb::tid_t tid, std::vector<lldb::addr_t> pcs, uint32_t stop_id, bool stop_id_is_valid) argument
H A DHistoryUnwind.h24 HistoryUnwind (Thread &thread, std::vector<lldb::addr_t> pcs, uint32_t stop_id, bool stop_id_is_valid);
H A DHistoryUnwind.cpp24 std::vector<lldb::addr_t> pcs,
28 m_pcs (pcs),
23 HistoryUnwind(Thread &thread, std::vector<lldb::addr_t> pcs, uint32_t stop_id, bool stop_id_is_valid) argument
H A DHistoryThread.h38 HistoryThread (lldb_private::Process &process, lldb::tid_t tid, std::vector<lldb::addr_t> pcs, uint32_t stop_id, bool stop_id_is_valid);
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dint_lib.h31 /* The pcs attribute was introduced in GCC 4.5.0 */
34 # define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/locale/
H A Dt_wctomb.c105 const char *pcs; local
133 pcs = t->data;
134 sz = mbsrtowcs(wcs, &pcs, t->wclen + 2, NULL);
/freebsd-10-stable/sys/ia64/ia64/
H A Dmachdep.c269 struct pcpu_stats *pcs; local
320 pcs = &pc->pc_md.stats;
324 "nasts", CTLFLAG_RD, &pcs->pcs_nasts,
329 "nclks", CTLFLAG_RD, &pcs->pcs_nclks,
334 "nextints", CTLFLAG_RD, &pcs->pcs_nextints,
339 "nhardclocks", CTLFLAG_RD, &pcs->pcs_nhardclocks,
344 "nhighfps", CTLFLAG_RD, &pcs->pcs_nhighfps,
349 "nhwints", CTLFLAG_RD, &pcs->pcs_nhwints,
354 "npreempts", CTLFLAG_RD, &pcs->pcs_npreempts,
359 "nrdvs", CTLFLAG_RD, &pcs
[all...]
/freebsd-10-stable/sys/dev/sound/pci/
H A Dds1.c795 u_int32_t *ci, r, pcs, rcs, ecs, ws, memsz, cb; local
821 pcs = 0;
823 pcs = ds_rd(sc, YDSXGR_PLAYCTRLSIZE, 4) << 2;
824 if (pcs == sizeof(struct pbank))
828 if (pcs != sizeof(struct pbank)) {
829 device_printf(sc->dev, "preposterous playctrlsize (%d)\n", pcs);
836 memsz = 64 * 2 * pcs + 2 * 2 * rcs + 5 * 2 * ecs + ws;
849 device_printf(sc->dev, "pcs=%d, rcs=%d, ecs=%d, ws=%d, memsz=%d\n",
850 pcs, rcs, ecs, ws, memsz);
872 sc->pbanksize = pcs;
[all...]
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_control.c1349 struct refclockstat *pcs
1352 return CTL_PEER_STATUS(0, pcs->lastevent, pcs->currentstatus);
2904 struct refclockstat *pcs,
2917 if (mustput || pcs->clockdesc == NULL
2918 || *(pcs->clockdesc) == '\0') {
2919 ctl_putuint(clock_var[id].text, pcs->type);
2924 pcs->p_lastcode,
2925 (unsigned)pcs->lencode);
2929 ctl_putuint(clock_var[id].text, pcs
2902 ctl_putclock( int id, struct refclockstat *pcs, int mustput ) argument
[all...]
/freebsd-10-stable/sys/dev/ata/chipsets/
H A Data-intel.c412 uint16_t pcs; local
435 pcs = (pci_read_config(parent, 0x92, 2) >> pshift) & mask;
436 if ((pcs == mask) && (ATA_IDX_INB(ch, ATA_STATUS) != 0xff))
442 device_printf(dev, "SATA reset: ports status=0x%02x\n", pcs);
450 devs = (pcs & (1 << smap[0])) ? ATA_ATA_MASTER : 0;
452 devs |= (pcs & (1 << smap[1])) ?
/freebsd-10-stable/sys/dev/cas/
H A Dif_cas.c2671 #define CAS_PHY_TYPE_PCS "pcs"
2681 u_int j, k, lma, pcs[4], phy; local
2774 memset(pcs, 0, sizeof(pcs));
2864 pcs[phy] = 1;
2893 if (phy > 1 && pci_get_slot(dev) < nitems(pcs))
2895 if (pcs[i] != 0)
/freebsd-10-stable/sys/dev/e1000/
H A De1000_82575.c1191 * If sgmii is enabled, then use the pcs register to determine link, otherwise
1331 u32 pcs; local
1341 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT);
1346 if (pcs & E1000_PCS_LSTS_LINK_OK) {
1350 if (pcs & E1000_PCS_LSTS_SPEED_1000)
1352 else if (pcs & E1000_PCS_LSTS_SPEED_100)
1358 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL)
1697 * link so it is best to just force the MAC and let the pcs
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c6896 uint64_t *pcs = &buf[1], *fps;
6897 char *str = (char *)&pcs[nframes];
6953 mstate, state, pcs[i], fps[i]);

Completed in 163 milliseconds