Home
last modified time | relevance | path

Searched refs:vnp (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/uts/common/fs/namefs/
H A Dnamevno.c243 nm_access_unlocked(void *vnp, int mode, cred_t *crp) in nm_access_unlocked() argument
245 struct namenode *nodep = vnp; in nm_access_unlocked()
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_printf.c1059 dt_node_t *vnp; in dt_printf_validate() local
1112 vnp = &aggnode; in dt_printf_validate()
1121 vnp = dnp; in dt_printf_validate()
1135 if (dt_node_type_size(vnp) == sizeof (uint64_t)) in dt_printf_validate()
1138 if (dt_node_type_size(vnp) == sizeof (long double)) in dt_printf_validate()
1150 if (pfc->pfc_check(pfv, pfd, vnp) == 0) { in dt_printf_validate()
1156 dt_node_type_name(vnp, n, sizeof (n))); in dt_printf_validate()
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c989 char *vnp; in getkeyword() local
1000 vnp = varnest; in getkeyword()
1062 vnp < varnest + sizeof (varnest)) { in getkeyword()
1063 *vnp++ = kwstate; in getkeyword()
1072 if (vnp > varnest) in getkeyword()
1073 kwstate = *--vnp; in getkeyword()
/titanic_41/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_fwlog.c1186 struct vnode *vnp; in pmcs_write_fwlog() local
1201 &vnp, CRCREAT, 0)) != 0) { in pmcs_write_fwlog()
1212 error = vn_rdwr(UIO_WRITE, vnp, bufp, data_len, offset, in pmcs_write_fwlog()
1233 if (error = VOP_CLOSE(vnp, FWRITE, 1, (offset_t)0, kcred, NULL)) { in pmcs_write_fwlog()
1241 VN_RELE(vnp); in pmcs_write_fwlog()
/titanic_41/usr/src/uts/i86pc/os/
H A Dpmem.c753 vnode_t *vnp, u_offset_t *offp, uint_t kflags) in lpp_create() argument
761 pp = page_create_va_large(vnp, *offp, pmem_lpgsize, in lpp_create()
/titanic_41/usr/src/uts/sun4v/io/
H A Dvds.c6567 vnode_t *vnp; in vd_setup_vd() local
6573 FOLLOW, NULLVPP, &vnp)) != 0) { in vd_setup_vd()
6578 switch (vnp->v_type) { in vd_setup_vd()
6584 VN_RELE(vnp); in vd_setup_vd()
6614 if ((dip = ddi_hold_devi_by_instance(getmajor(vnp->v_rdev), in vd_setup_vd()
6615 dev_to_instance(vnp->v_rdev), 0)) == NULL) { in vd_setup_vd()
6617 VN_RELE(vnp); in vd_setup_vd()
6623 VN_RELE(vnp); in vd_setup_vd()
6663 VN_RELE(vnp); in vd_setup_vd()