HomeSort by: relevance | last modified time | path
    Searched defs:vs (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/lib/libc/stdio/
fputs.c 60 const void *vs = s; local in function:fputs
64 if (vs == NULL)
puts.c 61 const void *vs = s; local in function:puts
65 if (vs == NULL)
  /src/sys/ddb/
db_print.c 52 struct db_variable vs; local in function:db_show_regs
57 vs = *regp;
58 vs.modif = modif;
59 db_read_variable(&vs, &value);
60 db_printf("%-12s%s", vs.name, db_num_to_str(value));
  /src/sys/arch/amiga/dev/
grf_cc.c 195 struct view_size vs; local in function:grf_cc_on
212 if ((*view_cdevsw.d_ioctl)(0, VIOCGSIZE, (void *)&vs, -1, NULL)) {
213 /* XXX type of vs ? */
215 vs.width = 640;
216 vs.height = 400;
217 vs.depth = 2;
219 gi->gd_colors = 1 << vs.depth;
220 gi->gd_planes = vs.depth;
222 gi->gd_fbwidth = vs.width;
223 gi->gd_fbheight = vs.height
    [all...]
ite_cc.c 203 struct view_size vs; local in function:ite_newsize
208 vs.x = winsz->x;
209 vs.y = winsz->y;
210 vs.width = winsz->width;
211 vs.height = winsz->height;
212 vs.depth = winsz->depth;
213 /* XXX type of vs ? */
214 error = (*view_cdevsw.d_ioctl)(0, VIOCSSIZE, (void *)&vs, -1, NULL);
  /src/sys/arch/atari/dev/
grf.c 366 struct view_size vs; local in function:grf_viewsync
387 if ((*view_cdevsw.d_ioctl)(gp->g_viewdev, VIOCGSIZE, (void *)&vs, 0,
393 vs.width = 640;
394 vs.height = 400;
395 vs.depth = 1;
397 gi->gd_colors = 1 << vs.depth;
398 gi->gd_planes = vs.depth;
400 gi->gd_fbwidth = vs.width;
401 gi->gd_fbheight = vs.height;
404 gi->gd_dyn.gdi_dwidth = vs.width
    [all...]
ite_et.c 354 struct view_size vs; local in function:ite_newsize
360 vs.x = winsz->x;
361 vs.y = winsz->y;
362 vs.width = winsz->width;
363 vs.height = winsz->height;
364 vs.depth = winsz->depth;
367 (void *)&vs, 0, NOLWP);
ite_cc.c 377 struct view_size vs; local in function:ite_newsize
384 vs.x = winsz->x;
385 vs.y = winsz->y;
386 vs.width = winsz->width;
387 vs.height = winsz->height;
388 vs.depth = winsz->depth;
391 (void *)&vs, 0, NOLWP);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/
nouveau_nvkm_subdev_instmem_nv40.c 197 int ret, vs; local in function:nv40_instmem_oneinit
203 vs = hweight8((nvkm_rd32(device, 0x001540) & 0x0000ff00) >> 8);
204 if (device->chipset == 0x40) imem->base.reserved = 0x6aa0 * vs;
205 else if (device->chipset < 0x43) imem->base.reserved = 0x4f00 * vs;
206 else if (nv44_gr_class(device)) imem->base.reserved = 0x4980 * vs;
207 else imem->base.reserved = 0x4a40 * vs;
  /src/lib/libc/rpc/
xdr_float.c 116 struct vax_single vs, *vsp; local in function:xdr_float
126 vs = *((struct vax_single *)(void *)fp);
130 if ((vs.mantissa2 == lim->s.mantissa2) &&
131 (vs.exp == lim->s.exp) &&
132 (vs.mantissa1 == lim->s.mantissa1)) {
137 is.exp = vs.exp - VAX_SNG_BIAS + IEEE_SNG_BIAS;
138 is.mantissa = (vs.mantissa1 << 16) | vs.mantissa2;
140 is.sign = vs.sign;
  /src/lib/libkvm/
kvm_sparc.c 180 int vr, vs, pte; local in function:_kvm_kvatop44c
204 vs = VA_VSEG(va);
206 sp = &segmaps[(vr-nureg)*NSEGRG + vs];
228 int vr, vs; local in function:_kvm_kvatop4m
250 vs = VA_VSEG(va);
252 sp = &segmaps[(vr-nureg)*NSEGRG + vs];
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_ctxnv40.c 45 * - In the section of code that loads the per-vs state, NVIDIA check
47 * of state + the state for a single vs as opposed to the state for
48 * all vs units. It doesn't seem likely that it'll occur in normal
114 #define CP_LOAD_MAGIC_NV44TCL 0x00800029 /* per-vs state (0x4497) */
115 #define CP_LOAD_MAGIC_NV40TCL 0x00800041 /* per-vs state (0x4097) */
121 * - get vs count from 0x1540
558 int vs, vs_nr, vs_len, vs_nr_b0, vs_nr_b1, b0_offset, b1_offset; local in function:nv40_gr_construct_shader
592 for (vs = 0; vs < vs_nr; vs++, offset += vs_len)
    [all...]
  /src/sys/dev/isa/
ega.c 568 ega_ioctl(void *v, void *vs, u_long cmd, void *data, int flag, struct proc *p)
577 ega_mmap(void *v, void *vs, off_t offset, int prot)
620 struct egascreen *vs = cookie; local in function:ega_free_screen
621 struct ega_config *vc = vs->cfg;
623 LIST_REMOVE(vs, next);
624 if (vs != &ega_console_screen)
625 free(vs, M_DEVBUF);
629 if (vc->active == vs)
  /src/sys/arch/arc/dev/
pccons.c 159 } vs; variable in typeref:struct:video_state
597 printf(": %s\n", vs.color ? "color" : "mono");
932 char *cp0 = (char *)crtat; *cp0++ = (c); *cp0 = (at); crtat++; vs.col++; \
991 vs.color = 0;
996 vs.color = 1;
1005 bios_display_info(&vs.col, &vs.row, &vs.ncol, &vs.nrow);
1006 vs.nchr = vs.ncol * vs.nrow
    [all...]
  /src/sys/dev/ic/
vga.c 780 vga_ioctl(void *v, void *vs, u_long cmd, void *data, int flag, struct lwp *l)
783 struct vgascreen *scr = vs;
848 vga_mmap(void *v, void *vs, off_t offset, int prot)
900 struct vgascreen *vs = cookie; local in function:vga_free_screen
901 struct vga_config *vc = vs->cfg;
903 LIST_REMOVE(vs, next);
905 if (vs->fontset1)
906 egavga_unreffont(vc, vs->fontset1);
907 if (vs->fontset2)
908 egavga_unreffont(vc, vs->fontset2)
    [all...]
vga_raster.c 623 vga_raster_ioctl(void *v, void *vs, u_long cmd, void *data, int flag,
686 vga_raster_mmap(void *v, void *vs, off_t offset, int prot)
734 struct vgascreen *vs = cookie; local in function:vga_raster_free_screen
735 struct vga_config *vc = vs->cfg;
737 LIST_REMOVE(vs, next);
739 if (vs != &vga_console_screen)
740 free(vs, M_DEVBUF);
744 if (vc->active == vs)
anx_dp.c 501 uint8_t vs, pe; local in function:anxdp_process_clock_recovery
502 vs = drm_dp_get_adjust_request_voltage(link_status, i);
504 training[i] = vs | pe;
546 uint8_t vs, pe; local in function:anxdp_process_eq
547 vs = drm_dp_get_adjust_request_voltage(link_status, i);
549 training[i] = vs | pe;
nvmereg.h 557 uint8_t vs[1024]; /* Vendor Specific */ member in struct:nvm_identify_controller
621 uint8_t vs[3712]; member in struct:nvm_identify_namespace
  /src/sys/external/bsd/drm/dist/shared-core/
r600_blit.c 1287 u32 *vs, *ps; local in function:set_shaders
1293 vs = (u32 *) ((char *)dev->agp_buffer_map->handle + dev_priv->blit_vb->offset);
1298 vs[i] = r6xx_vs[i];
1311 /* VS */
  /src/sys/miscfs/genfs/
genfs_io.c 179 panic("%s: past eof: %" PRId64 " vs. %" PRId64,
1740 struct vmspace *vs; local in function:genfs_directio
1784 vs = uio->uio_vmspace;
1815 error = genfs_do_directio(vs, va, len, vp, uio->uio_offset,
1853 genfs_do_directio(struct vmspace *vs, vaddr_t uva, size_t len, struct vnode *vp,
1911 error = uvm_vslock(vs, (void *)uva, len, prot);
1916 map = &vs->vm_map;
1949 uvm_vsunlock(vs, (void *)uva, len);
  /src/sys/dev/usb/
uvideo.c 356 #define uvideo_stream_probe(vs, act, data) \
357 (uvideo_stream_probe_and_commit((vs), (act), \
359 #define uvideo_stream_commit(vs, act, data) \
360 (uvideo_stream_probe_and_commit((vs), (act), \
498 struct uvideo_stream *vs; local in function:uvideo_attach
561 vs = uvideo_find_stream(sc, ifdesc->bInterfaceNumber);
562 if (vs == NULL) {
563 vs = uvideo_stream_alloc();
564 err = uvideo_stream_init(vs, sc, ifdesc);
573 err = uvideo_stream_init_desc(vs, ifdesc, &iter)
659 struct uvideo_stream *vs; local in function:uvideo_childdet
676 struct uvideo_stream *vs; local in function:uvideo_detach
725 struct uvideo_stream *vs; local in function:uvideo_find_stream
1913 struct uvideo_stream *vs; local in function:uvideo_stream_recv_isoc_complete
1959 struct uvideo_stream *vs = addr; local in function:uvideo_stream_recv_bulk_transfer
2000 struct uvideo_stream *vs = addr; local in function:uvideo_open
2020 struct uvideo_stream *vs = addr; local in function:uvideo_close
2032 struct uvideo_stream *vs = addr; local in function:uvideo_get_devname
2040 struct uvideo_stream *vs = addr; local in function:uvideo_get_businfo
2048 struct uvideo_stream *vs = addr; local in function:uvideo_enum_format
2075 struct uvideo_stream *vs = addr; local in function:uvideo_get_format
2092 struct uvideo_stream *vs = addr; local in function:uvideo_set_format
2207 struct uvideo_stream *vs = addr; local in function:uvideo_try_format
2222 struct uvideo_stream *vs = addr; local in function:uvideo_get_framerate
2264 struct uvideo_stream *vs = addr; local in function:uvideo_start_transfer
2277 struct uvideo_stream *vs = addr; local in function:uvideo_stop_transfer
2291 struct uvideo_stream *vs = addr; local in function:uvideo_get_control_group
2352 struct uvideo_stream *vs = addr; local in function:uvideo_set_control_group
    [all...]
  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 1762 fhandle_t *fhp, struct vfs_state *vs, accmode_t accmode)
1767 memset(vs, 0, sizeof(*vs));
1769 vs->vs_mp = vfs_getvfs(&fhp->fh_fsid);
1770 if (!vs->vs_mp) {
1776 error = VFS_CHECKEXP(vs->vs_mp,
1783 (vs->vs_mp->mnt_flag & MNT_RDONLY)) {
1789 error = VFS_FHTOVP(vs->vs_mp, &fhp->fh_fid, LK_EXCLUSIVE, &vs->vs_vp);
1792 vs->vs_vnlocked = TRUE
1867 struct vfs_state vs; local in function:nlm_do_test
1965 struct vfs_state vs; local in function:nlm_do_lock
2154 struct vfs_state vs; local in function:nlm_do_cancel
2244 struct vfs_state vs; local in function:nlm_do_unlock
    [all...]
  /src/sys/dev/
video.c 314 #define video_stream_free_bufs(vs) \
315 video_stream_realloc_bufs((vs), 0)
1498 struct video_stream *vs = &sc->sc_stream_in; local in function:video_request_bufs
1505 vs->vs_type = req->type;
1514 err = video_stream_setup_bufs(vs,
1521 buf = vs->vs_buf[i]->vb_buf;
1538 struct video_stream *vs = &sc->sc_stream_in; local in function:video_query_buf
1540 if (buf->type != vs->vs_type)
1542 if (buf->index >= vs->vs_nbufs)
1545 memcpy(buf, vs->vs_buf[buf->index]->vb_buf, sizeof(*buf))
1555 struct video_stream *vs = &sc->sc_stream_in; local in function:video_queue_buf
1605 struct video_stream *vs = &sc->sc_stream_in; local in function:video_dequeue_buf
1666 struct video_stream *vs = &sc->sc_stream_in; local in function:video_stream_on
1691 struct video_stream *vs = &sc->sc_stream_in; local in function:video_stream_off
1719 struct video_stream *vs; local in function:videoopen
1805 struct video_stream *vs; local in function:videoread
2365 struct video_stream *vs; local in function:videopoll
2402 struct video_stream *vs; local in function:videommap
    [all...]
ipmi.c 1431 int64_t val, v1, v2, vs; local in function:ipmi_convert
1434 vs = (sign == 0x1 || sign == 0x2) ? (int8_t)v : v;
1435 if ((vs < 0) && (sign == 0x1))
1436 vs++;
1451 val = M * vs * v1 + B * v2;
  /src/sys/arch/sparc/sparc/
pmap.c 501 * Translation table for kernel vs. PTE protection bits.
2030 int vr, int vs, struct mmuentry *mh)
2038 sp->sg_pmeg = pmeg = me_alloc(mh, pm, vr, vs);
2072 int vr, vs, bits; local in function:mmu_pagein
2084 vs = VA_VSEG(va);
2102 sp = &rp->rg_segmap[vs];
2116 mmu_pagein_seg(pm, sp, va, vr, vs, &segm_lru);
2371 int va, vr, vs; local in function:pv_changepte4_4c
2389 vs = VA_VSEG(va);
2391 sp = &rp->rg_segmap[vs];
2441 int pte, va, vr, vs, pmeg, flags; local in function:pv_syncflags4_4c
3085 int npte, zseg, vr, vs; local in function:pmap_bootstrap4_4c
4031 int vr, vs, vpg; local in function:pmap_alloc_cpu
4212 int vs, vr; local in function:pmap_quiet_check
4639 int vr, vs, s, ctx; local in function:pmap_remove
5045 int vr, vs, pteva, pte, *ptep; local in function:pmap_page_protect4_4c
5168 int va, nva, vr, vs; local in function:pmap_protect4_4c
5265 int vr, vs, newprot, ctx, pte, *ptep; local in function:pmap_changeprot4_4c
5354 int vr, vs, tpte; local in function:pmap_page_protect4m
5454 int s, vr, vs; local in function:pmap_protect4m
5650 int vr, vs, pte, s, inmmu; local in function:pmap_enk4_4c
5760 int vr, vs, *ptep, pte, pmeg, s; local in function:pmap_enu4_4c
5949 int vr, vs, s; local in function:pmap_kenter_pa4_4c
6020 int vr, vs; local in function:pmap_lockmmu
6053 int vr, vs, s, ctx; local in function:pmap_kremove4_4c
6253 int vr, vs, tpte, s; local in function:pmap_enk4m
6338 int vr, vs, *pte, tpte, s; local in function:pmap_enu4m
6537 int pteproto, vr, vs; local in function:pmap_kenter_pa4m
6563 int vr, vs; local in function:pmap_kremove4m
6672 int vr, vs, *ptep; local in function:pmap_unwire
6724 int vr, vs; local in function:pmap_extract4_4c
6767 int vr, vs, s, v = false; local in function:pmap_extract4m
7515 int cpu, n, vs, vr, j, m, *pte; local in function:pm_check_u
7604 int cpu, vr, vs, n; local in function:pm_check_k
8035 int startvr, endvr, vr, vs, i, n; local in function:pmap_dump
    [all...]

Completed in 37 milliseconds

1 2