Home
last modified time | relevance | path

Searched refs:pcs (Results 1 – 14 of 14) sorted by relevance

/freebsd-9-stable/sys/kern/
Dsubr_stack.c73 st->pcs[st->depth++] = pc; in stack_put()
102 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print()
104 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i], in stack_print()
120 if (stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_print_short()
124 printf("%p", (void *)st->pcs[i]); in stack_print_short()
138 stack_symbol_ddb(st->pcs[i], &name, &offset); in stack_print_ddb()
139 printf("#%d %p at %s+%#lx\n", i, (void *)st->pcs[i], in stack_print_ddb()
156 if (stack_symbol_ddb(st->pcs[i], &name, &offset) == 0) in stack_print_short_ddb()
159 printf("%p", (void *)st->pcs[i]); in stack_print_short_ddb()
178 (void)stack_symbol(st->pcs[i], namebuf, sizeof(namebuf), in stack_sbuf_print()
[all …]
/freebsd-9-stable/sys/dev/isp/
Disp_pci.c665 struct isp_pcisoftc *pcs; in isp_pci_attach() local
670 pcs = device_get_softc(dev); in isp_pci_attach()
671 if (pcs == NULL) { in isp_pci_attach()
675 memset(pcs, 0, sizeof (*pcs)); in isp_pci_attach()
677 pcs->pci_dev = dev; in isp_pci_attach()
678 isp = &pcs->pci_isp; in isp_pci_attach()
706 pcs->irq = pcs->regs = NULL; in isp_pci_attach()
707 pcs->rgd = pcs->rtp = pcs->iqd = 0; in isp_pci_attach()
709 pcs->rtp = (m1 == PCIM_CMD_MEMEN)? SYS_RES_MEMORY : SYS_RES_IOPORT; in isp_pci_attach()
710 pcs->rgd = (m1 == PCIM_CMD_MEMEN)? MEM_MAP_REG : IO_MAP_REG; in isp_pci_attach()
[all …]
/freebsd-9-stable/sys/ia64/ia64/
Dmachdep.c268 struct pcpu_stats *pcs; in cpu_startup() local
319 pcs = &pc->pc_md.stats; in cpu_startup()
323 "nasts", CTLFLAG_RD, &pcs->pcs_nasts, in cpu_startup()
328 "nclks", CTLFLAG_RD, &pcs->pcs_nclks, in cpu_startup()
333 "nextints", CTLFLAG_RD, &pcs->pcs_nextints, in cpu_startup()
338 "nhardclocks", CTLFLAG_RD, &pcs->pcs_nhardclocks, in cpu_startup()
343 "nhighfps", CTLFLAG_RD, &pcs->pcs_nhighfps, in cpu_startup()
348 "nhwints", CTLFLAG_RD, &pcs->pcs_nhwints, in cpu_startup()
353 "npreempts", CTLFLAG_RD, &pcs->pcs_npreempts, in cpu_startup()
358 "nrdvs", CTLFLAG_RD, &pcs->pcs_nrdvs, in cpu_startup()
[all …]
/freebsd-9-stable/sys/dev/sound/pci/
Dds1.c795 u_int32_t *ci, r, pcs, rcs, ecs, ws, memsz, cb; in ds_init() local
821 pcs = 0; in ds_init()
823 pcs = ds_rd(sc, YDSXGR_PLAYCTRLSIZE, 4) << 2; in ds_init()
824 if (pcs == sizeof(struct pbank)) in ds_init()
828 if (pcs != sizeof(struct pbank)) { in ds_init()
829 device_printf(sc->dev, "preposterous playctrlsize (%d)\n", pcs); in ds_init()
836 memsz = 64 * 2 * pcs + 2 * 2 * rcs + 5 * 2 * ecs + ws; in ds_init()
850 pcs, rcs, ecs, ws, memsz); in ds_init()
872 sc->pbanksize = pcs; in ds_init()
877 cb += pcs; in ds_init()
[all …]
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_control.c1347 struct refclockstat *pcs in ctlclkstatus() argument
1350 return CTL_PEER_STATUS(0, pcs->lastevent, pcs->currentstatus); in ctlclkstatus()
2928 struct refclockstat *pcs, in ctl_putclock() argument
2941 if (mustput || pcs->clockdesc == NULL in ctl_putclock()
2942 || *(pcs->clockdesc) == '\0') { in ctl_putclock()
2943 ctl_putuint(clock_var[id].text, pcs->type); in ctl_putclock()
2948 pcs->p_lastcode, in ctl_putclock()
2949 (unsigned)pcs->lencode); in ctl_putclock()
2953 ctl_putuint(clock_var[id].text, pcs->polls); in ctl_putclock()
2958 pcs->noresponse); in ctl_putclock()
[all …]
/freebsd-9-stable/sys/sys/
D_stack.h36 vm_offset_t pcs[STACK_MAX]; member
/freebsd-9-stable/contrib/compiler-rt/lib/
Dint_lib.h34 # define COMPILER_RT_ABI __attribute__((pcs("aapcs")))
/freebsd-9-stable/sys/dev/ata/chipsets/
Data-intel.c484 uint16_t pcs; in ata_intel_reset() local
507 pcs = (pci_read_config(parent, 0x92, 2) >> pshift) & mask; in ata_intel_reset()
508 if ((pcs == mask) && (ATA_IDX_INB(ch, ATA_STATUS) != 0xff)) in ata_intel_reset()
514 device_printf(dev, "SATA reset: ports status=0x%02x\n", pcs); in ata_intel_reset()
522 devs = (pcs & (1 << smap[0])) ? ATA_ATA_MASTER : 0; in ata_intel_reset()
524 devs |= (pcs & (1 << smap[1])) ? in ata_intel_reset()
/freebsd-9-stable/sys/dev/e1000/
De1000_82575.c1320 u32 pcs; in e1000_get_pcs_speed_and_duplex_82575() local
1330 pcs = E1000_READ_REG(hw, E1000_PCS_LSTAT); in e1000_get_pcs_speed_and_duplex_82575()
1335 if (pcs & E1000_PCS_LSTS_LINK_OK) { in e1000_get_pcs_speed_and_duplex_82575()
1339 if (pcs & E1000_PCS_LSTS_SPEED_1000) in e1000_get_pcs_speed_and_duplex_82575()
1341 else if (pcs & E1000_PCS_LSTS_SPEED_100) in e1000_get_pcs_speed_and_duplex_82575()
1347 if (pcs & E1000_PCS_LSTS_DUPLEX_FULL) in e1000_get_pcs_speed_and_duplex_82575()
/freebsd-9-stable/sys/dev/cas/
Dif_cas.c2680 u_int j, k, lma, pcs[4], phy; in cas_pci_attach() local
2773 memset(pcs, 0, sizeof(pcs)); in cas_pci_attach()
2863 pcs[phy] = 1; in cas_pci_attach()
2892 if (phy > 1 && pci_get_slot(dev) < nitems(pcs)) in cas_pci_attach()
2894 if (pcs[i] != 0) in cas_pci_attach()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DAttr.td647 let Spellings = [GNU<"pcs">, CXX11<"gnu", "pcs">];
/freebsd-9-stable/contrib/cvs/
DChangeLog.zoo414 -nce -pcs -cs -cli4 -di1 -nbc -psl -lp -i4 -ip4 -c41" and then
DNEWS1621 -nce -pcs -cs -cli4 -di1 -nbc -psl -lp -i4 -ip4 -c41" and then
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
Ddtrace.c5977 uint64_t *pcs = &buf[1], *fps; local
5978 char *str = (char *)&pcs[nframes];
6034 mstate, state, pcs[i], fps[i]);