/freebsd/sys/ufs/ufs/ |
H A D | ufs_lookup.c | 76 ufs_delete_denied(struct vnode *vdp, struct vnode *tdp, struct ucred *cred, in ufs_delete_denied() argument 91 error = VOP_ACCESS(vdp, VEXEC, cred, td); in ufs_delete_denied() 99 error = VOP_ACCESSX(vdp, VDELETE_CHILD, cred, td); in ufs_delete_denied() 103 error = VOP_ACCESSX(vdp, VEXPLICIT_DENY | VDELETE_CHILD, cred, td); in ufs_delete_denied() 112 error = VOP_ACCESS(vdp, VWRITE, cred, td); in ufs_delete_denied() 122 if ((VTOI(vdp)->i_mode & ISVTX) && in ufs_delete_denied() 123 VOP_ACCESS(vdp, VADMIN, cred, td) && in ufs_delete_denied() 188 ufs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, in ufs_lookup_ino() argument 219 dp = VTOI(vdp); in ufs_lookup_ino() 229 vnode_create_vobject(vdp, DIP(dp, i_size), curthread); in ufs_lookup_ino() [all …]
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_lookup.c | 101 struct vnode *vdp; /* vnode for directory being searched */ in cd9660_lookup() local 134 vdp = ap->a_dvp; in cd9660_lookup() 135 dp = VTOI(vdp); in cd9660_lookup() 174 (error = cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp))) in cd9660_lookup() 192 cd9660_blkatoff(vdp, (off_t)i_offset, NULL, &bp)) != 0) in cd9660_lookup() 293 if ((error = cd9660_blkatoff(vdp, in cd9660_lookup() 323 cache_enter(vdp, *vpp, cnp); in cd9660_lookup() 359 pdp = vdp; in cd9660_lookup() 389 VREF(vdp); /* we want ourself, ie "." */ in cd9660_lookup() 395 if (ltype != VOP_ISLOCKED(vdp)) { in cd9660_lookup() [all …]
|
H A D | cd9660_vfsops.c | 218 struct iso_volume_descriptor *vdp = NULL; in iso_mountfs() local 267 vdp = (struct iso_volume_descriptor *)bp->b_data; in iso_mountfs() 268 if (bcmp (vdp->id, ISO_STANDARD_ID, sizeof vdp->id) != 0) { in iso_mountfs() 269 if (bcmp (vdp->id_sierra, ISO_SIERRA_ID, in iso_mountfs() 270 sizeof vdp->id_sierra) != 0) { in iso_mountfs() 276 switch (isonum_711 (high_sierra? vdp->type_sierra: vdp->type)){ in iso_mountfs() 281 pri = (struct iso_primary_descriptor *)vdp; in iso_mountfs() 283 (struct iso_sierra_primary_descriptor *)vdp; in iso_mountfs() 291 sup = (struct iso_supplementary_descriptor *)vdp; in iso_mountfs()
|
H A D | cd9660_vnops.c | 433 struct vnode *vdp = ap->a_vp; in cd9660_readdir() local 448 dp = VTOI(vdp); in cd9660_readdir() 477 (error = cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp))) { in cd9660_readdir() 493 cd9660_blkatoff(vdp, (off_t)idp->curroff, NULL, &bp)) != 0) in cd9660_readdir()
|
/freebsd/sys/fs/ext2fs/ |
H A D | ext2_lookup.c | 125 static int ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, 315 ext2_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname *cnp, in ext2_lookup_ino() argument 340 int DIRBLKSIZ = VTOI(vdp)->i_e2fs->e2fs_bsize; in ext2_lookup_ino() 345 dp = VTOI(vdp); in ext2_lookup_ino() 346 bmask = VFSTOEXT2(vdp->v_mount)->um_mountp->mnt_stat.f_iosize - 1; in ext2_lookup_ino() 418 (error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, in ext2_lookup_ino() 435 error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, &bp); in ext2_lookup_ino() 485 if ((error = VOP_ACCESS(vdp, VWRITE, cred, curthread)) != 0) in ext2_lookup_ino() 524 cache_enter(vdp, NULL, cnp); in ext2_lookup_ino() 557 ASSERT_VOP_ELOCKED(vdp, __FUNCTION__); in ext2_lookup_ino() [all …]
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_lookup.c | 135 msdosfs_lookup_ino(struct vnode *vdp, struct vnode **vpp, struct componentname in msdosfs_lookup_ino() argument 170 dp = VTODE(vdp); in msdosfs_lookup_ino() 174 vdp, dp, dp->de_Attributes); in msdosfs_lookup_ino() 185 if ((vdp->v_vflag & VV_ROOT) && cnp->cn_nameptr[0] == '.' && in msdosfs_lookup_ino() 408 error = VOP_ACCESS(vdp, VWRITE, cnp->cn_cred, curthread); in msdosfs_lookup_ino() 441 cache_enter(vdp, *vpp, cnp); in msdosfs_lookup_ino() 509 error = VOP_ACCESS(vdp, VWRITE, cnp->cn_cred, curthread); in msdosfs_lookup_ino() 518 VREF(vdp); in msdosfs_lookup_ino() 519 *vpp = vdp; in msdosfs_lookup_ino() 525 return (msdosfs_lookup_checker(pmp, vdp, tdp, vpp)); in msdosfs_lookup_ino() [all …]
|
H A D | denode.h | 274 int msdosfs_lookup_ino(struct vnode *vdp, struct vnode **vpp,
|
/freebsd/sys/dev/usb/net/ |
H A D | if_umbreg.h | 60 umb_val2descr(const struct umb_valdescr *vdp, int val) in umb_val2descr() argument 64 while (vdp->descr != NULL) { in umb_val2descr() 65 if (vdp->val == val) in umb_val2descr() 66 return vdp->descr; in umb_val2descr() 67 vdp++; in umb_val2descr()
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 628 BN_ULONG *udp, *bdp, *vdp, *cdp; in BN_GF2m_mod_inv_vartime() local 649 vdp = v->d; /* It pays off to "cache" *->d pointers, in BN_GF2m_mod_inv_vartime() 691 udp = vdp; in BN_GF2m_mod_inv_vartime() 692 vdp = v->d; in BN_GF2m_mod_inv_vartime() 697 udp[i] ^= vdp[i]; in BN_GF2m_mod_inv_vartime()
|
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
H A D | adv7604.txt | 46 "rep", "edid", "hdmi", "test", "cp", "vdp"
|
/freebsd/sys/fs/udf/ |
H A D | ecma167-udf.h | 372 struct vol_desc_ptr vdp; member
|
/freebsd/contrib/ntp/libparse/ |
H A D | parsestreams.c | 213 struct vddrv *vdp, in xxxinit() argument 229 vdp->vdd_vdtab = (struct vdlinkage *)&parsesync_vd; in xxxinit()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | vdev_impl.h | 576 extern int vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *config,
|
H A D | spa.h | 862 extern int spa_config_parse(spa_t *spa, vdev_t **vdp, nvlist_t *nv,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa.c | 1917 spa_config_parse(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, in spa_config_parse() argument 1924 if ((error = vdev_alloc(spa, vdp, nv, parent, id, atype)) != 0) in spa_config_parse() 1927 if ((*vdp)->vdev_ops->vdev_op_leaf) in spa_config_parse() 1937 vdev_free(*vdp); in spa_config_parse() 1938 *vdp = NULL; in spa_config_parse() 1944 if ((error = spa_config_parse(spa, &vd, child[c], *vdp, c, in spa_config_parse() 1946 vdev_free(*vdp); in spa_config_parse() 1947 *vdp = NULL; in spa_config_parse() 1952 ASSERT(*vdp != NULL); in spa_config_parse()
|
H A D | vdev.c | 755 vdev_alloc(spa_t *spa, vdev_t **vdp, nvlist_t *nv, vdev_t *parent, uint_t id, in vdev_alloc() argument 1055 *vdp = vd; in vdev_alloc()
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | s390x.pm | 2493 sub vdp { subroutine
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrVector.td | 1994 def VDP : QuaternaryVRIf<"vdp", 0xE67A>;
|