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

/freebsd-11-stable/sys/dev/videomode/
H A Dvesagtf.c222 struct vesagtf_params *params, int flags, struct videomode *vmp)
623 vmp->hsync_start = h_pixels + h_front_porch;
624 vmp->hsync_end = vmp->hsync_start + h_sync;
625 vmp->htotal = total_pixels;
626 vmp->hdisplay = h_pixels;
628 vmp->vsync_start = v_lines + v_odd_front_porch_lines;
629 vmp->vsync_end = vmp->vsync_start + params->vsync_rqd;
630 vmp
221 vesagtf_mode_params(unsigned h_pixels, unsigned v_lines, unsigned freq, struct vesagtf_params *params, int flags, struct videomode *vmp) argument
638 vesagtf_mode(unsigned x, unsigned y, unsigned refresh, struct videomode *vmp) argument
666 print_xf86_mode(struct videomode *vmp) argument
[all...]
H A Dedid.c325 edid_std_timing(uint8_t *data, struct videomode *vmp) argument
357 *vmp = *lookup;
364 vesagtf_mode(x, y, f, vmp);
370 edid_det_timing(uint8_t *data, struct videomode *vmp) argument
383 vmp->dot_clock = EDID_DET_TIMING_DOT_CLOCK(data) / 1000;
397 vmp->hdisplay = hactive;
398 vmp->htotal = hactive + hblank;
399 vmp->hsync_start = hactive + hsyncoff;
400 vmp->hsync_end = vmp
516 const struct videomode *vmp; local
[all...]
/freebsd-11-stable/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h72 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags);
/freebsd-11-stable/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_kmem.c156 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags)
160 ASSERT(vmp == NULL);
154 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
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c420 const void *vmp; local
423 vmp = (uchar_t *)tp + increment;
430 const ctf_member_t *mp = vmp;
436 const ctf_lmember_t *lmp = vmp;

Completed in 89 milliseconds