Searched refs:xnp (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_xattr.c | 83 smbnode_t *pnp, *xnp; in smbfs_get_xattrdir() local 95 xnp = smbfs_node_findcreate(pnp->n_mount, in smbfs_get_xattrdir() 98 ASSERT(xnp != NULL); in smbfs_get_xattrdir() 99 xvp = SMBTOV(xnp); in smbfs_get_xattrdir() 110 mutex_enter(&xnp->r_statelock); in smbfs_get_xattrdir() 111 xnp->n_flag |= N_XATTR; in smbfs_get_xattrdir() 112 mutex_exit(&xnp->r_statelock); in smbfs_get_xattrdir() 195 smbnode_t *xnp; in smbfs_xa_exists() local 206 xnp = VTOSMB(xvp); in smbfs_xa_exists() 212 ctx.f_dnp = xnp; in smbfs_xa_exists() [all …]
|
/titanic_44/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()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_ident.c | 317 dt_node_t tag, *nnp, *xnp; in dt_idcook_args() local 362 xnp = prp->pr_xargv[ap->dn_value]; in dt_idcook_args() 365 if (xnp->dn_type == CTF_ERR) { in dt_idcook_args() 376 nnp == xnp || dt_node_is_argcompat(nnp, xnp))) { in dt_idcook_args() 391 nnp, xnp, DT_XLATE_FUZZY)) != NULL || ( in dt_idcook_args() 393 xnp, DT_XLATE_EXACT | DT_XLATE_EXTERN)) != NULL) { in dt_idcook_args() 395 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type); in dt_idcook_args() 423 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 | 4411 dt_node_t *xnp = prp->pr_xargv[i]; in dt_cook_probe() local 4415 nnp, xnp, DT_XLATE_FUZZY)) != NULL) { in dt_cook_probe() 4421 if (dt_node_is_argcompat(nnp, xnp)) in dt_cook_probe() 4428 dt_node_type_name(xnp, n2, sizeof (n2))); in dt_cook_probe()
|
/titanic_44/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 2292 _ii_lstinfo_t *np, **xnp, *oldp; in _ii_disable() local 2348 xnp = &(*head)->lst_start; in _ii_disable() 2349 while (*xnp) { in _ii_disable() 2350 op = (*xnp)->lst_ip->bi_overflow; in _ii_disable() 2358 (*xnp)->lst_ip->bi_group = NULL; in _ii_disable() 2360 rc = _ii_perform_disable((*xnp)->lst_ip->bi_keyname, in _ii_disable() 2364 (*xnp)->lst_ip->bi_group = (*head)->lst_name; in _ii_disable() 2376 xnp = &(*xnp)->lst_next; in _ii_disable() 2378 oldp = (*xnp); in _ii_disable() 2379 *xnp = (*xnp)->lst_next; in _ii_disable() [all …]
|