/src/tests/usr.bin/xlint/lint1/ |
gcc_attribute.c | 42 * There is an attribute called 'pcs', but that attribute must not prevent an 52 int pcs = 3; local in function:local_variable_pcs 53 return pcs;
|
/src/tests/lib/libc/locale/ |
t_wctomb.c | 108 const char *pcs; local in function:h_wctomb 134 pcs = t->data; 135 sz = mbsrtowcs(wcs, &pcs, t->wclen + 2, NULL);
|
/src/sys/dev/isa/ |
pcdisplay.c | 57 struct pcdisplayscreen pcs; member in struct:pcdisplay_config 202 dc->pcs.hdl = ph; 203 dc->pcs.type = &pcdisplay_scr; 204 dc->pcs.active = 1; 205 dc->pcs.mem = NULL; 214 dc->pcs.dispoffset = 0; 216 dc->pcs.cursorrow = cpos / pcdisplay_scr.ncols; 217 dc->pcs.cursorcol = cpos % pcdisplay_scr.ncols; 218 pcdisplay_cursor_init(&dc->pcs, 1); 351 pcdisplay_console_dc.pcs.cursorcol [all...] |
ega.c | 66 struct pcdisplayscreen pcs; member in struct:egascreen 289 const struct wsscreen_descr *type = scr->pcs.type; 342 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl; 343 scr->pcs.type = type; 344 scr->pcs.active = 0; 356 scr->pcs.dispoffset = vga_6845_read(&vc->hdl, startadrh) << 9; 357 scr->pcs.dispoffset |= vga_6845_read(&vc->hdl, startadrl) << 1; 360 if (scr->pcs.dispoffset < scr->mindispoffset || 361 scr->pcs.dispoffset > scr->maxdispoffset) 362 scr->pcs.dispoffset = scr->mindispoffset [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_coverage_libcdep_new.cc | 49 const uptr* pcs, uptr len) { 53 WriteToFile(fd, pcs, len * sizeof(*pcs)); 55 Printf("SanitizerCoverage: %s: %zd PCs written\n", file_path, len); 63 uptr* pcs = static_cast<uptr*>(InternalAlloc(len * sizeof(uptr))); local in function:__sancov::__anon1f75a2d00110::SanitizerDumpCoverage 65 internal_memcpy(pcs, unsorted_pcs, len * sizeof(uptr)); 66 Sort(pcs, len); 73 const uptr pc = pcs[i]; 76 if (!__sanitizer_get_module_and_offset_for_pc(pc, nullptr, 0, &pcs[i])) { 80 uptr module_base = pc - pcs[i] [all...] |
/src/sys/arch/vax/boot/boot/ |
boot.c | 253 #define PCS_PCSADDR (PCS_PATCHADDR+0x8000) /* start addr of pcs */ 255 #define PCS_ENABLE 0xfff00000 /* enable bits for pcs */ 271 char pcs[100]; local in function:loadpcs 281 memcpy(pcs, line, 99); 282 pcs[99] = 0; 286 strcpy(pcs + i, "pcs750.bin"); 287 i = open(pcs, 0); 299 printf("Error reading %s\n", pcs); 317 * Load PCS microcode 20 bits at a time. 334 * Enable PCS [all...] |
/src/sys/dev/ic/ |
vga.c | 96 struct pcdisplayscreen pcs; member in struct:vgascreen 332 8, scr->pcs.type->fontheight, 0, WSFONT_FIND_BITMAP) && 343 cookie = wsfont_find(name, 8, scr->pcs.type->fontheight, 0, 405 const struct wsscreen_descr *type = scr->pcs.type; 448 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl; 449 scr->pcs.type = type; 450 scr->pcs.active = existing; 467 scr->pcs.dispoffset = vga_6845_read(&vc->hdl, startadrh) << 9; 468 scr->pcs.dispoffset |= vga_6845_read(&vc->hdl, startadrl) << 1; 471 if (scr->pcs.dispoffset < scr->mindispoffset | [all...] |
/src/sys/dev/pci/ |
isp_pci.c | 485 struct isp_pcisoftc *pcs = device_private(self); local in function:isp_pci_attach 486 struct ispsoftc *isp = &pcs->pci_isp; 527 pcs->pci_st = st; 528 pcs->pci_sh = sh; 529 pcs->pci_pc = pa->pa_pc; 530 pcs->pci_tag = pa->pa_tag; 531 pcs->pci_poff[BIU_BLOCK >> _BLK_REG_SHFT] = BIU_REGS_OFF; 532 pcs->pci_poff[MBOX_BLOCK >> _BLK_REG_SHFT] = PCI_MBOX_REGS_OFF; 533 pcs->pci_poff[SXP_BLOCK >> _BLK_REG_SHFT] = PCI_SXP_REGS_OFF; 534 pcs->pci_poff[RISC_BLOCK >> _BLK_REG_SHFT] = PCI_RISC_REGS_OFF 809 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_debounced 833 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_isr 872 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_isr_2300 927 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_isr_2400 963 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_reg_2400 1025 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_wr_reg_2400 1083 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_reg 1104 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_wr_reg 1126 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_rd_reg_1080 1155 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *) isp; local in function:isp_pci_wr_reg_1080 1185 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local in function:isp_pci_mbxdma 1325 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local in function:isp_pci_dmasetup 1413 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local in function:isp_pci_dmateardown 1449 struct isp_pcisoftc *pcs = (struct isp_pcisoftc *)isp; local in function:isp_pci_dumpregs [all...] |
yds.c | 403 size_t pcs, rcs, ecs, ws, memsize; local in function:yds_allocate_slots 412 pcs = YREAD4(sc, YDS_PLAY_CTRLSIZE) * sizeof(uint32_t); 418 DPRINTF(("play control size : %d\n", (unsigned int)pcs)); 426 if (pcs != sizeof(struct play_slot_ctrl_bank)) { 428 (unsigned int)pcs, 437 memsize = N_PLAY_SLOTS*N_PLAY_SLOT_CTRL_BANK*pcs + 486 cb += pcs; 489 cb += pcs;
|
if_cas.c | 180 #define CAS_PHY_TYPE_PCS "pcs" 225 bool pcs[4] = {false, false, false, false}; local in function:cas_pci_readvpd 337 /* ...named "pcs". */ 357 pcs[phy] = true; 383 if (pcs[pa->pa_device]) 656 * Try the external PCS SERDES if we didn't find any 1769 bus_space_handle_t pcs = sc->sc_memh; local in function:cas_pcs_readreg 1799 *val = bus_space_read_4(t, pcs, reg) & 0xffff; 1808 bus_space_handle_t pcs = sc->sc_memh; local in function:cas_pcs_writereg 1821 bus_space_write_4(t, pcs, CAS_MII_CONFIG, 0) [all...] |
/src/sys/arch/alpha/include/ |
rpb.h | 214 uint64_t rpb_pcs_size; /* 98; pcs size in bytes */ 215 u_long rpb_pcs_off; /* A0: offset to pcs info */ 238 #define LOCATE_PCS(h,cpunumber) ((struct pcs *) \ 242 * PCS: Per-CPU information. 244 struct pcs { struct
|