/src/sys/arch/evbppc/virtex/dev/ |
tft_plb.c | 174 struct vcons_data *vc = arg; local in function:plb_tft_mmap 175 struct plb_tft_softc *psc = vc->cookie;
|
/src/sys/ufs/chfs/ |
chfs_build.c | 65 * Travels vc's directory entries and sets the pvno and nlink 70 struct chfs_vnode_cache *vc) 74 TAILQ_FOREACH_SAFE(fd, &vc->scan_dirents, fds, tmpfd) { 85 TAILQ_REMOVE(&vc->scan_dirents, fd, fds); 96 (unsigned long long)vc->vno); 98 child_vc->pvno = vc->vno; 102 vc->nlink++; 111 struct chfs_vnode_cache *vc, 118 dbg("vno: %llu\n", (unsigned long long)vc->vno); 121 nref = vc->dnode 211 struct chfs_vnode_cache *vc; local in function:chfs_build_filesystem [all...] |
chfs_malloc.c | 154 struct chfs_vnode_cache* vc; local in function:chfs_vnode_cache_alloc 155 vc = pool_cache_get(chfs_vnode_cache, PR_WAITOK); 157 memset(vc, 0, sizeof(*vc)); 158 vc->vno = vno; 160 vc->v = (void *)vc; 161 vc->dirents = (void *)vc; 162 vc->dnode = (void *)vc [all...] |
chfs_scan.c | 43 struct chfs_vnode_cache *vc; local in function:chfs_scan_make_vnode_cache 48 vc = chfs_vnode_cache_get(chmp, vno); 49 if (vc) { 50 return vc; 59 vc = chfs_vnode_cache_alloc(vno); 61 chfs_vnode_cache_add(chmp, vc); 64 vc->nlink = 2; 65 vc->pvno = CHFS_ROOTINO; 66 vc->state = VNO_STATE_CHECKEDABSENT; 69 return vc; 106 struct chfs_vnode_cache *vc; local in function:chfs_scan_check_vnode 358 struct chfs_vnode_cache *vc; local in function:chfs_scan_check_data_node [all...] |
chfs_gc.c | 221 struct chfs_vnode_cache *vc; local in function:chfs_gc_fetch_inode 230 vc = chfs_vnode_cache_get(chmp, vno); 231 if (!vc) { 236 if (vc->state != VNO_STATE_CHECKEDABSENT) { 423 struct chfs_vnode_cache *vc; local in function:chfs_gcollect_pass 460 vc = chfs_vnode_cache_get(chmp, chmp->chm_checked_vno++); 462 if (!vc) { 463 dbg_gc("!vc\n"); 468 if ((vc->pvno | vc->nlink) == 0) [all...] |
chfs_readinode.c | 285 struct chfs_vnode_cache *vc; local in function:chfs_kill_td 289 vc = chfs_nref_to_vc(td->node->nref); 290 chfs_remove_and_obsolete(chmp, vc, td->node->nref, &vc->dnode); 710 struct chfs_vnode_cache *vc; local in function:chfs_obsolete_node_frag 720 vc = chfs_nref_to_vc(this->node->nref); 724 chfs_remove_and_obsolete(chmp, vc, this->node->nref, &vc->dnode); 990 struct chfs_vnode_cache *vc = ip->chvc; local in function:chfs_read_inode 996 switch (vc->state) [all...] |
chfs.h | 523 struct chfs_vnode_cache *vc = (struct chfs_vnode_cache *) nref; local in function:chfs_nref_to_vc 524 dbg("vno: %ju, pvno: %ju, hv: %ju, nlink: %u\n", (intmax_t )vc->vno, 525 (intmax_t )vc->pvno, (intmax_t )vc->highest_version, vc->nlink); 526 return vc;
|
/src/lib/libm/noieee_src/ |
mathimpl.h | 70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro 74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro 78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro 87 # define vc(name, value, x1,x2,x3,x4, bexp, xval) macro
|
/src/sys/arch/hpcarm/dev/ |
epsonlcd.c | 177 struct video_chip *vc = &sc->sc_vc; local in function:epsonlcd_setup_hpcfbif 188 fb->hf_height = vc->vc_fbheight; 189 fb->hf_width = vc->vc_fbwidth; 190 fb->hf_baseaddr = vc->vc_fbvaddr; 192 fb->hf_offset = vc->vc_fbvaddr - arm_ptob(arm_btop(vc->vc_fbvaddr)); 194 fb->hf_bytes_per_line = (vc->vc_fbwidth * vc->vc_fbdepth) / NBBY; 196 fb->hf_bytes_per_plane = vc->vc_fbheight * fb->hf_bytes_per_line; 201 if (vc->vc_reverse [all...] |
/src/usr.sbin/mrouted/ |
kern.c | 123 struct vifctl vc; local in function:k_add_vif 125 vc.vifc_vifi = vifi; 126 vc.vifc_flags = v->uv_flags & VIFF_KERNEL_FLAGS; 127 vc.vifc_threshold = v->uv_threshold; 128 vc.vifc_rate_limit = v->uv_rate_limit; 129 vc.vifc_lcl_addr.s_addr = v->uv_lcl_addr; 130 vc.vifc_rmt_addr.s_addr = v->uv_rmt_addr; 133 (char *)&vc, sizeof(vc)) < 0)
|
/src/sys/arch/vax/uba/ |
uba_sbi.c | 223 struct uba_vsoftc * const vc = (void *)sc; local in function:dw780_beforescan 224 volatile int *hej = &vc->uv_uba->uba_sr; 227 vc->uv_uba->uba_cr = UBACR_IFS|UBACR_BRIE; 233 struct uba_vsoftc * const vc = (void *)sc; local in function:dw780_afterscan 235 vc->uv_uba->uba_cr = UBACR_IFS | UBACR_BRIE | 237 (vc->uv_uba->uba_cr & 0x7c000000); 244 struct uba_vsoftc * const vc = (void *)sc; local in function:dw780_errchk 245 volatile int *hej = &vc->uv_uba->uba_sr; 258 struct uba_vsoftc *vc = arg; local in function:uba_dw780int_common 259 struct uba_regs *ur = vc->uv_uba 301 struct uba_vsoftc *vc = (void *)sc; local in function:dw780_init 313 struct uba_vsoftc *vc = (void *)sc; local in function:dw780_purge 334 struct uba_vsoftc *vc = (void *)uh; local in function:ubaerror [all...] |
/src/sys/dev/pci/ |
vga_pci.c | 316 struct vga_config *vc = v; local in function:vga_pci_ioctl 317 struct vga_pci_softc *psc = (void *) vc->softc; 327 return wsdisplayio_busid_pci(vc->softc->sc_dev, 338 struct vga_config *vc = v; local in function:vga_pci_mmap 339 struct vga_pci_softc *psc = (void *) vc->softc; 350 return (bus_space_mmap(vc->hdl.vh_memt, vb->vb_base, 365 return (bus_space_mmap(vc->hdl.vh_memt, IOM_BEGIN, 372 return bus_space_mmap(vc->hdl.vh_iot,
|
esa.c | 219 struct esa_voice *vc; local in function:esa_set_format 221 vc = hdl; 223 vc->play.mode = *play; 225 vc->rec.mode = *rec; 233 struct esa_voice *vc; local in function:esa_commit_settings 241 vc = hdl; 242 sc = device_private(vc->parent); 243 p = &vc->play.mode; 244 r = &vc->rec.mode; 250 vc->play.data_offset = ESA_DAC_DATA + (data_bytes * vc->index) 308 struct esa_voice *vc; local in function:esa_halt_output 351 struct esa_voice *vc; local in function:esa_halt_input 393 struct esa_voice *vc; local in function:esa_malloc 417 struct esa_voice *vc; local in function:esa_free 444 struct esa_voice *vc; local in function:esa_set_port 455 struct esa_voice *vc; local in function:esa_get_port 466 struct esa_voice *vc; local in function:esa_query_devinfo 486 struct esa_voice *vc; local in function:esa_trigger_output 620 struct esa_voice *vc; local in function:esa_trigger_input 753 struct esa_voice *vc; local in function:esa_intr 1261 struct esa_voice *vc; local in function:esa_init 1707 struct esa_voice *vc; local in function:esa_get_locks [all...] |
if_iavf.c | 680 struct iavf_aq_vc *vc; local in function:iavf_aq_vc_set_opcode 682 vc = (struct iavf_aq_vc *)&iaq->iaq_cookie; 683 vc->iaq_vc_opcode = htole32(opcode); 689 const struct iavf_aq_vc *vc; local in function:iavf_aq_vc_get_opcode 691 vc = (const struct iavf_aq_vc *)&iaq->iaq_cookie; 692 return le32toh(vc->iaq_vc_opcode); 698 const struct iavf_aq_vc *vc; local in function:iavf_aq_vc_get_retval 700 vc = (const struct iavf_aq_vc *)&iaq->iaq_cookie; 701 return le32toh(vc->iaq_vc_retval); 3821 device_printf(sc->sc_dev, "vc-opcode %u (%s)\n" [all...] |
/src/usr.bin/pr/ |
pr.c | 339 struct vcol *vc = NULL; local in function:vertcol 374 if ((vc = malloc((unsigned)mvc*sizeof(struct vcol))) == NULL) 455 vc[cvc].pt = ptbf; 470 vc[cvc++].cnt = cnt; 548 cnt = vc[tvc].cnt; 555 cnt = vc[tvc].cnt + 1; 560 if (otln(vc[tvc].pt, cnt, &ips, 639 free(vc);
|
/src/sys/dev/isa/ |
ega.c | 286 ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2) 296 struct egafont *f = vc->vc_fonts[i]; 336 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp) 341 scr->cfg = vc; 342 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl; 349 cpos = vga_6845_read(&vc->hdl, cursorh) << 8; 350 cpos |= vga_6845_read(&vc->hdl, cursorl); 356 scr->pcs.dispoffset = vga_6845_read(&vc->hdl, startadrh) << 9; 357 scr->pcs.dispoffset |= vga_6845_read(&vc->hdl, startadrl) << 1; 381 if (ega_selectfont(vc, scr, 0, 0)) 585 struct ega_config *vc = v; local in function:ega_alloc_screen 621 struct ega_config *vc = vs->cfg; local in function:ega_free_screen 652 struct ega_config *vc = scr->cfg; local in function:ega_show_screen 744 struct ega_config *vc = v; local in function:ega_load_font 800 struct ega_config *vc = scr->cfg; local in function:ega_allocattr [all...] |
/src/sys/dev/ic/ |
vga.c | 323 egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name, 330 TAILQ_FOREACH(f, &vc->vc_fontlist, next) { 368 TAILQ_INSERT_TAIL(&vc->vc_fontlist, f, next); 380 egavga_unreffont(struct vga_config *vc, struct egavga_font *f) 388 TAILQ_REMOVE(&vc->vc_fontlist, f, next); 390 KASSERT(vc->vc_fonts[f->slot] == f); 391 vc->vc_fonts[f->slot] = 0; 402 vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1, 408 f1 = egavga_getfont(vc, scr, name1, 1); 413 f2 = egavga_getfont(vc, scr, name2, 0) 596 struct vga_config *vc; local in function:vga_common_attach 715 struct vga_config *vc; local in function:vga_cndetach 782 struct vga_config *vc = v; local in function:vga_ioctl 850 struct vga_config *vc = v; local in function:vga_mmap 866 struct vga_config *vc = v; local in function:vga_alloc_screen 901 struct vga_config *vc = vs->cfg; local in function:vga_free_screen 982 struct vga_config *vc = scr->cfg; local in function:vga_show_screen 1073 struct vga_config *vc = v; local in function:vga_load_font 1098 struct vga_config *vc = scr->cfg; local in function:vga_allocattr 1459 struct vga_config *vc = v; local in function:vga_scroll [all...] |
vga_raster.c | 377 vga_raster_init(struct vga_config *vc, bus_space_tag_t iot, 380 struct vga_handle *vh = &vc->hdl; 406 vc->nscreens = 0; 407 LIST_INIT(&vc->screens); 408 vc->active = NULL; 409 vc->currenttype = vh->vh_mono ? &vga_25lscreen_mono : &vga_25lscreen; 410 callout_init(&vc->vc_switch_callout, 0); 413 vc->nfonts = 1; 414 LIST_INIT(&vc->vc_fontlist); 434 LIST_INSERT_HEAD(&vc->vc_fontlist, vf, next) 527 struct vga_config *vc; local in function:vga_common_attach 558 struct vga_config *vc; local in function:vga_cndetach 626 struct vga_config *vc = v; local in function:vga_raster_ioctl 688 struct vga_config *vc = v; local in function:vga_raster_mmap 704 struct vga_config *vc = v; local in function:vga_raster_alloc_screen 735 struct vga_config *vc = vs->cfg; local in function:vga_raster_free_screen 753 struct vga_config *vc = scr->cfg; local in function:vga_raster_show_screen 1405 struct vga_config *vc = scr->cfg; local in function:vga_raster_allocattr [all...] |
/src/sys/arch/hpcsh/dev/hd64461/ |
hd64461video.c | 106 struct video_chip vc; member in struct:hd64461video_chip 205 struct video_chip *vc = &hd64461video_chip.vc; local in function:hd64461video_attach 245 on_screen_size = (vc->vc_fbwidth * vc->vc_fbheight * vc->vc_fbdepth) / 247 hd64461video_chip.off_screen_addr = (uint8_t *)vc->vc_fbvaddr + 295 hd64461video_chip.vc.vc_reverse = video_reverse_color(); 329 struct video_chip *vc = &hvc->vc; local in function:hd64461video_setup_hpcfbif 963 struct video_chip *vc = &hvc->vc; local in function:hd64461video_update_videochip_status [all...] |
/src/sys/dev/hpc/ |
hpcfb.c | 987 struct hpcfb_vchar *vc = &vscn[row].col[col]; local in function:hpcfb_tv_putchar 1009 vc->c = uc; 1010 vc->attr = attr;
|
/src/bin/sh/ |
parser.c | 1675 int c, vc, i, n; local in function:readcstyleesc 1830 vc = (char)v; 1831 VTRACE(DBG_LEXER, ("->%u(%#x)['%c']", v, v, vc&0xFF)); 1839 if (vc == '\n') { 1849 if (vc == '\0') { 1850 CTRACE(DBG_LEXER, ("\\0: skip to '", v, v, vc&0xFF)); 1867 CVTRACE(DBG_LEXER, NEEDESC(vc), ("CTLESC-")); 1868 VTRACE(DBG_LEXER, ("'%c'(%#.2x)", vc&0xFF, vc&0x1FF)); 1869 if (NEEDESC(vc)) [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_ramgk104.c | 261 int vc = !next->bios.ramcfg_11_02_08; local in function:gk104_ram_calc_gddr5 277 if (vc == 1 && ram_have(fuc, gpio2E)) { 606 if (vc == 0 && ram_have(fuc, gpio2E)) { 712 int vc = !next->bios.ramcfg_11_02_08; local in function:gk104_ram_calc_sddr3 722 if (vc == 1 && ram_have(fuc, gpio2E)) { 931 if (vc == 0 && ram_have(fuc, gpio2E)) {
|