Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c244 nm_access_unlocked(void *vnp, int mode, cred_t *crp) in nm_access_unlocked() argument
246 struct namenode *nodep = vnp; in nm_access_unlocked()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Doptions.c990 char *vnp; in getkeyword() local
1001 vnp = varnest; in getkeyword()
1063 vnp < varnest + sizeof (varnest)) { in getkeyword()
1064 *vnp++ = kwstate; in getkeyword()
1073 if (vnp > varnest) in getkeyword()
1074 kwstate = *--vnp; in getkeyword()
/illumos-gate/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()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dpmem.c751 vnode_t *vnp, u_offset_t *offp, uint_t kflags) in lpp_create() argument
759 pp = page_create_va_large(vnp, *offp, pmem_lpgsize, in lpp_create()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c6572 vnode_t *vnp; in vd_setup_vd() local
6578 FOLLOW, NULLVPP, &vnp)) != 0) { in vd_setup_vd()
6583 switch (vnp->v_type) { in vd_setup_vd()
6589 VN_RELE(vnp); in vd_setup_vd()
6619 if ((dip = ddi_hold_devi_by_instance(getmajor(vnp->v_rdev), in vd_setup_vd()
6620 dev_to_instance(vnp->v_rdev), 0)) == NULL) { in vd_setup_vd()
6622 VN_RELE(vnp); in vd_setup_vd()
6628 VN_RELE(vnp); in vd_setup_vd()
6668 VN_RELE(vnp); in vd_setup_vd()