Home
last modified time | relevance | path

Searched full:vp2 (Results 1 – 25 of 51) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/display/ti/
H A Dti,am65x-dss.yaml37 - description: OVR2 overlay manager for vp2
39 - description: VP2 video port 2
50 - const: vp2
57 - description: vp2 Video Port 2 pixel clock
63 - const: vp2
152 <0x04a0b000 0x1000>, /* vp2 */
155 "ovr1", "ovr2", "vp1", "vp2", "common1";
161 clock-names = "fck", "vp1", "vp2";
H A Dti,j721e-dss.yaml35 - description: OVR2 overlay manager for vp2
39 - description: VP2 video port 2
59 - const: vp2
68 - description: vp2 Video Port 2 pixel clock
76 - const: vp2
172 <0x04aa0000 0x10000>, /* vp2 */
180 "vp1", "vp2", "vp3", "vp4",
187 clock-names = "fck", "vp1", "vp2", "vp3", "vp4";
/freebsd/sys/kern/
H A Dvfs_hash.c155 struct vnode *vp2; in vfs_hash_insert() local
162 LIST_FOREACH(vp2, in vfs_hash_insert()
164 if (vp2->v_hash != hash) in vfs_hash_insert()
166 if (vp2->v_mount != vp->v_mount) in vfs_hash_insert()
168 if (fn != NULL && fn(vp2, arg)) in vfs_hash_insert()
170 vs = vget_prep(vp2); in vfs_hash_insert()
172 error = vget_finish(vp2, flags, vs); in vfs_hash_insert()
181 *vpp = vp2; in vfs_hash_insert()
184 if (vp2 == NULL) in vfs_hash_insert()
H A Dvfs_vnops.c1216 * buffer buf1 backed by the pages of vnode vp2. If a page in buf1 is
1219 * vm_fault(buf1) -> vnode_pager_getpages(vp2) -> VOP_GETPAGES(vp2)
1220 * which establishes lock order vp1->vn_lock, then vp2->vn_lock.
1221 * If, at the same time, thread B reads from vnode vp2 into buffer buf2
1223 * resident, we get a reversed order vp2->vn_lock, then vp1->vn_lock.
4110 * Lock pair of (possibly same) vnodes vp1, vp2, avoiding lock order
4112 * must be unlocked. Same for vp2 and vp2_locked. One of the vnodes
4125 * If vp1 == vp2, only one, most exclusive, lock is obtained on it.
4129 struct vnode *vp2, bool vp2_locked, int lkflags2) in vn_lock_pair() argument
4137 (vp2 == NULL && lkflags2 == 0)); in vn_lock_pair()
[all …]
/freebsd/usr.bin/mail/
H A Dcmd3.c403 struct var *vp, *vp2; in unset() local
409 if ((vp2 = lookup(*ap)) == NULL) { in unset()
419 if (vp2 == variables[h]) { in unset()
421 vfree(vp2->v_name); in unset()
422 vfree(vp2->v_value); in unset()
423 (void)free(vp2); in unset()
426 for (vp = variables[h]; vp->v_link != vp2; vp = vp->v_link) in unset()
428 vp->v_link = vp2->v_link; in unset()
429 vfree(vp2->v_name); in unset()
430 vfree(vp2->v_value); in unset()
[all …]
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_mmap.c103 testloan(void *vp, void *vp2, char pat, int docheck) in testloan() argument
139 (void)memset(vp2, pat, BUFSIZE); in testloan()
248 char *vp, *vp2; in ATF_TC_BODY() local
262 vp2 = vp; in ATF_TC_BODY()
264 testloan(vp, vp2, 'A', 0); in ATF_TC_BODY()
265 testloan(vp, vp2, 'B', 1); in ATF_TC_BODY()
272 vp2 = mmap(NULL, BUFSIZE, PROT_READ | PROT_WRITE, in ATF_TC_BODY()
276 ATF_REQUIRE(vp2 != MAP_FAILED); in ATF_TC_BODY()
278 testloan(vp, vp2, 'E', 1); in ATF_TC_BODY()
281 ATF_REQUIRE(munmap(vp2, BUFSIZE) == 0); in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dact8865-regulator.txt17 - vp2-supply: The input supply for DCDC_REG2
23 - vp2-supply: The input supply for REG2
31 - vp2-supply: The input supply for DCDC_REG2
H A Dactive-semi,act8600.yaml51 vp2-supply:
52 description: Handle to the VP2 input supply
H A Dactive-semi,act8865.yaml51 vp2-supply:
52 description: Handle to the VP2 input supply
H A Dactive-semi,act8846.yaml43 vp2-supply:
44 description: Handle to the VP2 input supply (REG2)
H A Dactive-semi,act8945a.yaml51 vp2-supply:
52 description: Handle to the VP2 input supply
H A Dact8945a-regulator.txt12 - vp2-supply: The input supply for REG_DCDC2
/freebsd/contrib/mandoc/
H A Ddba.c313 compare_names(const void *vp1, const void *vp2) in compare_names() argument
319 cp2 = *(const char * const *)vp2; in compare_names()
325 compare_strings(const void *vp1, const void *vp2) in compare_strings() argument
330 cp2 = *(const char * const *)vp2; in compare_strings()
501 compare_entries(const void *vp1, const void *vp2) in compare_entries() argument
506 ep2 = *(const struct macro_entry * const *)vp2; in compare_entries()
/freebsd/sys/fs/fdescfs/
H A Dfdesc_vnops.c145 struct vnode *vp, *vp2; in fdesc_allocvp() local
221 vp2 = fd2->fd_vnode; in fdesc_allocvp()
222 vgs = vget_prep(vp2); in fdesc_allocvp()
224 error = vget_finish(vp2, LK_EXCLUSIVE, vgs); in fdesc_allocvp()
230 vp2 = NULLVP; in fdesc_allocvp()
231 *vpp = vp2; in fdesc_allocvp()
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/
H A Drockchip-vop2.yaml201 vp2: port@2 {
/freebsd/sys/fs/smbfs/
H A Dsmbfs_node.c109 struct vnode *vp, *vp2; in smbfs_node_alloc() local
220 td, &vp2, smbfs_vnode_cmp, &sc); in smbfs_node_alloc()
223 if (vp2 != NULL) in smbfs_node_alloc()
224 *vpp = vp2; in smbfs_node_alloc()
/freebsd/sys/fs/devfs/
H A Ddevfs_vnops.c1629 struct vnode *vp = ap->a_vp, *vp2; in devfs_revoke() local
1654 vp2 = NULL; in devfs_revoke()
1660 vp2 = de->de_vnode; in devfs_revoke()
1661 if (vp2 != NULL) { in devfs_revoke()
1663 vs = vget_prep(vp2); in devfs_revoke()
1665 if (vget_finish(vp2, LK_EXCLUSIVE, vs) != 0) in devfs_revoke()
1667 vhold(vp2); in devfs_revoke()
1668 vgone(vp2); in devfs_revoke()
1669 vdrop(vp2); in devfs_revoke()
1670 vput(vp2); in devfs_revoke()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3568-wolfvision-pf5-display.dtsi113 &vp2 {
H A Drk3368-evb-act8846.dts46 vp2-supply = <&vcc_sys>;
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drk3288-evb-act8846.dts77 vp2-supply = <&vcc_sys>;
H A Drk3288-rock2-som.dtsi93 vp2-supply = <&vcc_sys>;
H A Drk3288-firefly-reload-core.dtsi104 vp2-supply = <&vcc_sys>;
H A Drk3188-radxarock.dts192 vp2-supply = <&vsys>;
/freebsd/sys/vm/
H A Dswap_pager.c3375 struct vnode *vp2; in swapdev_strategy() local
3379 vp2 = sp->sw_id; in swapdev_strategy()
3380 vhold(vp2); in swapdev_strategy()
3382 vn_lock(vp2, LK_EXCLUSIVE | LK_RETRY); in swapdev_strategy()
3385 bufobj_wref(&vp2->v_bufobj); in swapdev_strategy()
3387 vn_lock(vp2, LK_SHARED | LK_RETRY); in swapdev_strategy()
3389 if (bp->b_bufobj != &vp2->v_bufobj) in swapdev_strategy()
3390 bp->b_bufobj = &vp2->v_bufobj; in swapdev_strategy()
3391 bp->b_vp = vp2; in swapdev_strategy()
3394 VOP_UNLOCK(vp2); in swapdev_strategy()
/freebsd/crypto/openssl/test/
H A Dparams_api_test.c477 void *vp, *vpn = NULL, *vp2; in test_param_construct() local
611 if (!TEST_true(OSSL_PARAM_get_octet_ptr(cp, (const void **)&vp2, &k)) in test_param_construct()
613 || (tstid <= 1 && !TEST_ptr_eq(vp2, vp))) in test_param_construct()

123