Searched refs:xnp (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 87 smbnode_t *pnp, *xnp; in smbfs_get_xattrdir() local 99 xnp = smbfs_node_findcreate(pnp->n_mount, in smbfs_get_xattrdir() 102 ASSERT(xnp != NULL); in smbfs_get_xattrdir() 103 xvp = SMBTOV(xnp); in smbfs_get_xattrdir() 114 mutex_enter(&xnp->r_statelock); in smbfs_get_xattrdir() 115 xnp->n_flag |= N_XATTR; in smbfs_get_xattrdir() 116 mutex_exit(&xnp->r_statelock); in smbfs_get_xattrdir() 199 smbnode_t *xnp; in smbfs_xa_exists() local 210 xnp = VTOSMB(xvp); in smbfs_xa_exists() 216 ctx.f_dnp = xnp; in smbfs_xa_exists() [all …]
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xenbus_xs.c | 747 struct xenbus_notify *xbn, *xnp; in xs_register_xenbus_callback() local 755 xnp = list_head(¬ify_list); in xs_register_xenbus_callback() 756 for (; xnp != NULL; xnp = list_next(¬ify_list, xnp)) { in xs_register_xenbus_callback() 757 if (xnp->notify_func == callback) { in xs_register_xenbus_callback() 763 xnp = xbn; in xs_register_xenbus_callback() 767 xnp->notify_func(XENSTORE_UP); in xs_register_xenbus_callback() 778 struct xenbus_notify *xnp; in do_notify_callbacks() local 781 xnp = list_head(¬ify_list); in do_notify_callbacks() 782 for (; xnp != NULL; xnp = list_next(¬ify_list, xnp)) { in do_notify_callbacks() 783 xnp->notify_func((int)((uintptr_t)arg)); in do_notify_callbacks()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_ident.c | 319 dt_node_t tag, *nnp, *xnp; in dt_idcook_args() local 364 xnp = prp->pr_xargv[ap->dn_value]; in dt_idcook_args() 367 if (xnp->dn_type == CTF_ERR) { in dt_idcook_args() 378 nnp == xnp || dt_node_is_argcompat(nnp, xnp))) { in dt_idcook_args() 393 nnp, xnp, DT_XLATE_FUZZY)) != NULL || ( in dt_idcook_args() 395 xnp, DT_XLATE_EXACT | DT_XLATE_EXTERN)) != NULL) { in dt_idcook_args() 397 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args() 425 dt_node_type_name(xnp, n2, sizeof (n2))); in dt_idcook_args()
|
H A D | dt_provider.c | 176 dt_probe_argmap(dt_node_t *xnp, dt_node_t *nnp) in dt_probe_argmap() argument 182 strcmp(nnp->dn_string, xnp->dn_string) == 0) in dt_probe_argmap()
|
H A D | dt_parser.c | 4424 dt_node_t *xnp = prp->pr_xargv[i]; in dt_cook_probe() local 4428 nnp, xnp, DT_XLATE_FUZZY)) != NULL) { in dt_cook_probe() 4434 if (dt_node_is_argcompat(nnp, xnp)) in dt_cook_probe() 4441 dt_node_type_name(xnp, n2, sizeof (n2))); in dt_cook_probe()
|