Searched refs:vmp (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/videomode/
H A Dvesagtf.c221 struct vesagtf_params *params, int flags, struct videomode *vmp)
622 vmp->hsync_start = h_pixels + h_front_porch;
623 vmp->hsync_end = vmp->hsync_start + h_sync;
624 vmp->htotal = total_pixels;
625 vmp->hdisplay = h_pixels;
627 vmp->vsync_start = v_lines + v_odd_front_porch_lines;
628 vmp->vsync_end = vmp->vsync_start + params->vsync_rqd;
629 vmp
220 vesagtf_mode_params(unsigned h_pixels, unsigned v_lines, unsigned freq, struct vesagtf_params *params, int flags, struct videomode *vmp) argument
637 vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp) argument
665 print_xf86_mode(struct videomode *vmp) argument
[all...]
H A Dedid.c322 edid_std_timing(uint8_t *data, struct videomode *vmp) argument
354 *vmp = *lookup;
361 vesagtf_mode(x, y, f, vmp);
367 edid_det_timing(uint8_t *data, struct videomode *vmp) argument
380 vmp->dot_clock = EDID_DET_TIMING_DOT_CLOCK(data) / 1000;
394 vmp->hdisplay = hactive;
395 vmp->htotal = hactive + hblank;
396 vmp->hsync_start = hactive + hsyncoff;
397 vmp->hsync_end = vmp
513 const struct videomode *vmp; local
[all...]
/netbsd-6-1-5-RELEASE/sys/coda/
H A Dcoda_psdev.c172 struct vmsg *vmp; local
205 while ((vmp = TAILQ_FIRST(&vcp->vc_requests)) != NULL) {
206 TAILQ_REMOVE(&vcp->vc_requests, vmp, vm_chain);
210 if (vmp->vm_opcode == CODA_SIGNAL) {
211 CODA_FREE(vmp->vm_data, VC_IN_NO_DATA);
212 CODA_FREE(vmp, sizeof(struct vmsg));
216 wakeup(&vmp->vm_sleep);
219 while ((vmp = TAILQ_FIRST(&vcp->vc_replies)) != NULL) {
220 TAILQ_REMOVE(&vcp->vc_replies, vmp, vm_chain);
223 wakeup(&vmp
250 struct vmsg *vmp; local
296 struct vmsg *vmp; local
473 struct vmsg *vmp; local
535 struct vmsg *vmp; local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/sys/sys/
H A Dkmem.h51 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags)
55 KASSERT(vmp == NULL);
49 kmem_cache_create(char *name, size_t bufsize, size_t align, int (*constructor)(void *, void *, int), void (*destructor)(void *, void *), void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags) argument
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dudl.c346 const struct videomode *vmp; local
420 vmp = sc->sc_ei.edid_preferred_mode;
424 vmp = udl_videomode_lookup(UDL_VIDEOMODE);
426 if (vmp == NULL)
429 sc->sc_width = vmp->hdisplay;
430 sc->sc_height = vmp->vdisplay;
434 if (udl_set_resolution(sc, vmp) != 0)
1672 udl_set_resolution(struct udl_softc *sc, const struct videomode *vmp) argument
1687 val = vmp->htotal - vmp
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dradeonfb.c771 const struct videomode *vmp; local
772 vmp = radeonfb_port_mode(sc, dp->rd_crtcs[j].rc_port,
779 if (dp->rd_virtx < vmp->hdisplay ||
780 dp->rd_virty < vmp->vdisplay) {
781 dp->rd_virtx = vmp->hdisplay;
782 dp->rd_virty = vmp->vdisplay;
785 dp->rd_crtcs[j].rc_videomode = *vmp;
787 XNAME(sc), j, vmp->hdisplay, vmp->vdisplay,
788 DIVIDE(DIVIDE(vmp
3352 struct videomode *vmp = NULL; local
3501 struct videomode *vmp = local
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c395 const void *vmp; local
398 vmp = (uchar_t *)tp + increment;
405 const ctf_member_t *mp = vmp;
411 const ctf_lmember_t *lmp = vmp;
/netbsd-6-1-5-RELEASE/sys/fs/puffs/
H A Dpuffs_vnops.c2653 struct vm_page *vmp; local
2657 vmp= uvm_pageratop((vaddr_t)bp->b_data
2661 vp, vmp, vmp->offset));
2663 vmp->flags |= PG_RDONLY;
2664 pmap_page_protect(vmp, VM_PROT_READ);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dconfig.c1044 slap_verbmask_register( slap_verbmasks *vm_, slap_verbmasks **vmp, struct berval *bv, int mask ) argument
1046 slap_verbmasks *vm = *vmp;
1078 *vmp = vm;

Completed in 281 milliseconds