Home
last modified time | relevance | path

Searched refs:vmp (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/dev/videomode/
H A Dvesagtf.c216 struct vesagtf_params *params, int flags, struct videomode *vmp) in vesagtf_mode_params() argument
616 vmp->hsync_start = h_pixels + h_front_porch; in vesagtf_mode_params()
617 vmp->hsync_end = vmp->hsync_start + h_sync; in vesagtf_mode_params()
618 vmp->htotal = total_pixels; in vesagtf_mode_params()
619 vmp->hdisplay = h_pixels; in vesagtf_mode_params()
621 vmp->vsync_start = v_lines + v_odd_front_porch_lines; in vesagtf_mode_params()
622 vmp->vsync_end = vmp->vsync_start + params->vsync_rqd; in vesagtf_mode_params()
623 vmp->vtotal = total_v_lines; in vesagtf_mode_params()
624 vmp->vdisplay = v_lines; in vesagtf_mode_params()
626 vmp->dot_clock = pixel_freq; in vesagtf_mode_params()
[all …]
H A Dedid.c321 edid_std_timing(uint8_t *data, struct videomode *vmp) in edid_std_timing() argument
353 *vmp = *lookup; in edid_std_timing()
360 vesagtf_mode(x, y, f, vmp); in edid_std_timing()
366 edid_det_timing(uint8_t *data, struct videomode *vmp) in edid_det_timing() argument
379 vmp->dot_clock = EDID_DET_TIMING_DOT_CLOCK(data) / 1000; in edid_det_timing()
393 vmp->hdisplay = hactive; in edid_det_timing()
394 vmp->htotal = hactive + hblank; in edid_det_timing()
395 vmp->hsync_start = hactive + hsyncoff; in edid_det_timing()
396 vmp->hsync_end = vmp->hsync_start + hsyncwid; in edid_det_timing()
398 vmp->vdisplay = vactive; in edid_det_timing()
[all …]
/freebsd/sys/fs/p9fs/
H A Dp9fs_vfsops.c143 struct p9fs_mount *vmp; in p9fs_unmount() local
149 vmp = VFSTOP9(mp); in p9fs_unmount()
150 if (vmp == NULL) in p9fs_unmount()
153 vses = &vmp->p9fs_session; in p9fs_unmount()
176 free(vmp, M_P9MNT); in p9fs_unmount()
256 struct p9fs_mount *vmp; in p9fs_vget_common() local
266 vmp = VFSTOP9(mp); in p9fs_vget_common()
267 vses = &vmp->p9fs_session; in p9fs_vget_common()
407 struct p9fs_mount *vmp; in p9_mount() local
424 vmp = malloc(sizeof (struct p9fs_mount), M_P9MNT, M_WAITOK | M_ZERO); in p9_mount()
[all …]
H A Dp9fs_subr.c134 struct p9fs_mount *vmp; in p9fs_prepare_to_close() local
137 vmp = VFSTOP9(mp); in p9fs_prepare_to_close()
138 vses = &vmp->p9fs_session; in p9fs_prepare_to_close()
158 struct p9fs_mount *vmp; in p9fs_complete_close() local
160 vmp = VFSTOP9(mp); in p9fs_complete_close()
161 vses = &vmp->p9fs_session; in p9fs_complete_close()
173 struct p9fs_mount *vmp; in p9fs_close_session() local
175 vmp = VFSTOP9(mp); in p9fs_close_session()
176 vses = &vmp->p9fs_session; in p9fs_close_session()
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem_cache.h182 void *reclaim, void *priv, void *vmp, int flags);
205 #define kmem_cache_create(name, size, align, ctor, dtor, rclm, priv, vmp, fl) \ argument
206 spl_kmem_cache_create(name, size, align, ctor, dtor, rclm, priv, vmp, fl)
/freebsd/sys/contrib/openzfs/lib/libspl/include/
H A Dumem.h165 void *priv, void *vmp, int cflags) in umem_cache_create() argument
178 cp->cache_arena = vmp; in umem_cache_create()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kmem.c158 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags) in kmem_cache_create() argument
162 ASSERT3P(vmp, ==, NULL); in kmem_cache_create()
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h70 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags);
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkmem.h85 void (*reclaim)(void *) __unused, void *private, vmem_t *vmp, int cflags);
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c563 const void *vmp; in ctf_type_align() local
566 vmp = (uchar_t *)tp + increment; in ctf_type_align()
571 for (const char *mp = vmp; n != 0; n--, mp += increment) { in ctf_type_align()
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kmem-cache.c672 void *priv, void *vmp, int flags) in spl_kmem_cache_create() argument
681 ASSERT(vmp == NULL); in spl_kmem_cache_create()
702 skc->skc_vmp = vmp; in spl_kmem_cache_create()
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVERegisterInfo.td162 def VMP#I : VEMaskReg<!shl(I,1), "vmp"#I,
/freebsd/crypto/openssl/crypto/perlasm/
H A Ds390x.pm2503 sub vmp { subroutine
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrVector.td1991 def VMP : QuaternaryVRIf<"vmp", 0xE678>;