| /src/sys/arch/hpcmips/vr/ |
| vr4181ipvar.h | 32 void vr4181ip_comintr_establish(vrip_chipset_tag_t vc, int, int,
|
| vripif.h | 98 #define vrip_power(vc, unit, onoff) \ 99 ((*(vc)->vc_power)((vc), (unit), (onoff))) 100 #define vrip_intr_establish(vc, u, l, lv, fn, arg) \ 101 ((*(vc)->vc_intr_establish)((vc), (u), (l), (lv), (fn), (arg))) 102 #define vrip_intr_disestablish(vc, handle) \ 103 ((*(vc)->vc_intr_disestablish)((vc), (handle))) 104 #define vrip_intr_setmask1(vc, handle, enable) [all...] |
| vrip.c | 311 __vrip_power(vrip_chipset_tag_t vc, int unit, int onoff) 313 struct vrip_softc *sc = vc->vc_sc; 327 __vrip_intr_establish(vrip_chipset_tag_t vc, int unit, int line, int level, 330 struct vrip_softc *sc = vc->vc_sc; 345 vrip_intr_setmask2(vc, ih, ~0, 0); 347 vrip_intr_setmask1(vc, ih, 1); 353 __vrip_intr_disestablish(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) 360 vrip_intr_setmask2(vc, ih, ~0, 0); 362 vrip_intr_setmask1(vc, ih, 0); 390 __vrip_intr_setmask1(vrip_chipset_tag_t vc, vrip_intr_handle_t handle [all...] |
| vrc4173bcu.c | 517 vrc4173bcu_dump_level2mask(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) 519 struct vrc4173bcu_softc *sc = vc->vc_sc; 538 __vrc4173bcu_power(vrip_chipset_tag_t vc, int unit, int onoff) 540 struct vrc4173bcu_softc *sc = vc->vc_sc; 554 __vrc4173bcu_intr_establish(vrip_chipset_tag_t vc, int unit, int line, 557 struct vrc4173bcu_softc *sc = vc->vc_sc; 572 vrip_intr_setmask2(vc, ih, ~0, 0); 574 vrip_intr_setmask1(vc, ih, 1); 580 __vrc4173bcu_intr_disestablish(vrip_chipset_tag_t vc, vrip_intr_handle_t handle) 585 vrip_intr_setmask1(vc, ih, 0) [all...] |
| /src/sys/dev/vme/ |
| vmevar.h | 108 #define vme_space_map(vc, vmeaddr, len, am, datasize, swap, tag, handle, resc) \ 109 (*((vc)->vct_map))((vc)->cookie, (vmeaddr), (len), (am), (datasize), \ 111 #define vme_space_unmap(vc, resc) \ 112 (*((vc)->vct_unmap))((vc)->cookie, (resc)) 117 #define vme_probe(vc, vmeaddr, len, am, datasize, callback, cbarg) \ 118 (*((vc)->vct_probe))((vc)->cookie, (vmeaddr), (len), (am), \ 124 #define vme_intr_map(vc, level, vector, handlep) [all...] |
| /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...] |
| /src/sys/dev/hpc/ |
| video_subr.c | 62 u_int32_t fbaddr = vc->vc_fbvaddr; \ 63 u_int32_t fbwidth = vc->vc_fbwidth; \ 64 u_int32_t fbdepth = vc->vc_fbdepth; \ 116 linebpp##b(struct video_chip *vc, int x0, int y0, int x1, int y1) \ 133 dotbpp##b(struct video_chip *vc, int x, int y) \ 136 addr = vc->vc_fbvaddr + (((y * vc->vc_fbwidth + x) * \ 137 vc->vc_fbdepth) >> 3); \ 219 video_calibration_pattern(struct video_chip *vc) 223 x = vc->vc_fbwidth - 40 [all...] |
| /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/lib/libm/noieee_src/ |
| n_log__L.c | 74 vc(L1, 6.6666666666666703212E-1 ,aaaa,402a,aac5,aaaa, 0, .AAAAAAAAAAAAC5) 75 vc(L2, 3.9999999999970461961E-1 ,cccc,3fcc,2684,cccc, -1, .CCCCCCCCCC2684) 76 vc(L3, 2.8571428579395698188E-1 ,4924,3f92,5782,92f8, -1, .92492492F85782) 77 vc(L4, 2.2222221233634724402E-1 ,8e38,3f63,af2c,39b7, -2, .E38E3839B7AF2C) 78 vc(L5, 1.8181879517064680057E-1 ,2eb4,3f3a,655e,cc39, -2, .BA2EB4CC39655E) 79 vc(L6, 1.5382888777946145467E-1 ,8551,3f1d,781d,e8c5, -2, .9D8551E8C5781D) 80 vc(L7, 1.3338356561139403517E-1 ,95b3,3f08,cd92,907f, -2, .8895B3907FCD92) 81 vc(L8, 1.2500000000000000000E-1 ,0000,3f00,0000,0000, -2, .80000000000000)
|
| trig.h | 33 vc(thresh, 2.6117239648121182150E-1 ,b863,3f85,6ea0,6b02, -1, .85B8636B026EA0) 34 vc(PIo4, 7.8539816339744830676E-1 ,0fda,4049,68c2,a221, 0, .C90FDAA22168C2) 35 vc(PIo2, 1.5707963267948966135E0 ,0fda,40c9,68c2,a221, 1, .C90FDAA22168C2) 36 vc(PI3o4, 2.3561944901923449203E0 ,cbe3,4116,0e92,f999, 2, .96CBE3F9990E92) 37 vc(PI, 3.1415926535897932270E0 ,0fda,4149,68c2,a221, 2, .C90FDAA22168C2) 38 vc(PI2, 6.2831853071795864540E0 ,0fda,41c9,68c2,a221, 3, .C90FDAA22168C2) 127 vc(S0, -1.6666666666666646660E-1 ,aaaa,bf2a,aa71,aaaa, -2, -.AAAAAAAAAAAA71) 128 vc(S1, 8.3333333333297230413E-3 ,8888,3d08,477f,8888, -6, .8888888888477F) 129 vc(S2, -1.9841269838362403710E-4 ,0d00,ba50,1057,cf8a, -12, -.D00D00CF8A1057) 130 vc(S3, 2.7557318019967078930E-6 ,ef1c,3738,bedc,a326, -18, .B8EF1CA326BEDC [all...] |
| n_exp.c | 89 vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000) 90 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 91 vc(lnhuge, 9.4961163736712506989E1 ,ec1d,43bd,9010,a73e, 7, .BDEC1DA73E9010) 92 vc(lntiny,-9.5654310917272452386E1 ,4f01,c3bf,33af,d72e, 7,-.BF4F01D72E33AF) 93 vc(invln2, 1.4426950408889634148E0 ,aa3b,40b8,17f1,295c, 1, .B8AA3B295C17F1) 94 vc(p1, 1.6666666666666602251E-1 ,aaaa,3f2a,a9f1,aaaa, -2, .AAAAAAAAAAA9F1) 95 vc(p2, -2.7777777777015591216E-3 ,0b60,bc36,ec94,b5f5, -8,-.B60B60B5F5EC94) 96 vc(p3, 6.6137563214379341918E-5 ,b355,398a,f15f,792e, -13, .8AB355792EF15F) 97 vc(p4, -1.6533902205465250480E-6 ,ea0e,b6dd,5f84,2e93, -19,-.DDEA0E2E935F84) 98 vc(p5, 4.1381367970572387085E-8 ,bb4b,3431,2683,95f5, -24, .B1BB4B95F52683 [all...] |
| n_exp__E.c | 91 vc(p1, 1.5150724356786683059E-2 ,3abe,3d78,066a,67e1, -6, .F83ABE67E1066A) 92 vc(p2, 6.3112487873718332688E-5 ,5b42,3984,0173,48cd, -13, .845B4248CD0173) 93 vc(q1, 1.1363478204690669916E-1 ,b95a,3ee8,ec45,44a2, -3, .E8B95A44A2EC45) 94 vc(q2, 1.2624568129896839182E-3 ,7905,3ba5,f5e7,72e4, -9, .A5790572E4F5E7) 95 vc(q3, 1.5021856115869022674E-6 ,9eb4,36c9,c395,604a, -19, .C99EB4604AC395)
|
| n_atan2.c | 112 vc(athfhi, 4.6364760900080611433E-1 ,6338,3fed,da7b,2b0d, -1, .ED63382B0DDA7B) 113 vc(athflo, 1.9338828231967579916E-19 ,5005,2164,92c0,9cfe, -62, .E450059CFE92C0) 114 vc(PIo4, 7.8539816339744830676E-1 ,0fda,4049,68c2,a221, 0, .C90FDAA22168C2) 115 vc(at1fhi, 9.8279372324732906796E-1 ,985e,407b,b4d9,940f, 0, .FB985E940FB4D9) 116 vc(at1flo,-3.5540295636764633916E-18 ,1edc,a383,eaea,34d6, -57,-.831EDC34D6EAEA) 117 vc(PIo2, 1.5707963267948966135E0 ,0fda,40c9,68c2,a221, 1, .C90FDAA22168C2) 118 vc(PI, 3.1415926535897932270E0 ,0fda,4149,68c2,a221, 2, .C90FDAA22168C2) 119 vc(a1, 3.3333333333333473730E-1 ,aaaa,3faa,ab75,aaaa, -1, .AAAAAAAAAAAB75) 120 vc(a2, -2.0000000000017730678E-1 ,cccc,bf4c,946e,cccd, -2,-.CCCCCCCCCD946E) 121 vc(a3, 1.4285714286694640301E-1 ,4924,3f12,4262,9274, -2, .92492492744262 [all...] |
| n_acosh.c | 77 vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000) 78 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
|
| n_asinh.c | 72 vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000) 73 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC)
|
| n_cosh.c | 94 vc(mln2hi, 8.8029691931113054792E1 ,0f33,43b0,2bdb,c7e2, 7, .B00F33C7E22BDB) 95 vc(mln2lo,-4.9650192275318476525E-16 ,1b60,a70f,582a,279e, -50,-.8F1B60279E582A) 96 vc(lnovfl, 8.8029691931113053016E1 ,0f33,43b0,2bda,c7e2, 7, .B00F33C7E22BDA)
|
| n_sinh.c | 87 vc(mln2hi, 8.8029691931113054792E1 ,0f33,43b0,2bdb,c7e2, 7, .B00F33C7E22BDB) 88 vc(mln2lo,-4.9650192275318476525E-16 ,1b60,a70f,582a,279e, -50,-.8F1B60279E582A) 89 vc(lnovfl, 8.8029691931113053016E1 ,0f33,43b0,2bda,c7e2, 7, .B00F33C7E22BDA)
|
| n_log1p.c | 108 vc(ln2hi, 6.9314718055829871446E-1 ,7217,4031,0000,f7d0, 0, .B17217F7D00000) 109 vc(ln2lo, 1.6465949582897081279E-12 ,bcd5,2ce7,d9cc,e4f1, -39, .E7BCD5E4F1D9CC) 110 vc(sqrt2, 1.4142135623730950622E0 ,04f3,40b5,de65,33f9, 1, .B504F333F9DE65)
|
| /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/dev/pci/ |
| 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...] |
| /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/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...] |