Searched defs:xnp (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_xattr.c83 smbnode_t *pnp, *xnp; local
95 xnp = smbfs_node_findcreate(pnp->n_mount,
98 ASSERT(xnp != NULL);
99 xvp = SMBTOV(xnp);
110 mutex_enter(&xnp->r_statelock);
111 xnp->n_flag |= N_XATTR;
112 mutex_exit(&xnp->r_statelock);
195 smbnode_t *xnp; local
206 xnp = VTOSMB(xvp);
212 ctx.f_dnp = xnp;
242 smbfs_xa_getfattr(struct smbnode *xnp, struct smbfattr *fap, struct smb_cred *scrp) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c317 dt_node_t tag, *nnp, *xnp; local
362 xnp = prp->pr_xargv[ap->dn_value];
365 if (xnp->dn_type == CTF_ERR) {
376 nnp == xnp || dt_node_is_argcompat(nnp, xnp))) {
391 nnp, xnp, DT_XLATE_FUZZY)) != NULL || (
393 xnp, DT_XLATE_EXACT | DT_XLATE_EXTERN)) != NULL) {
395 xidp = dt_xlator_ident(dxp, xnp->dn_ctfp, xnp->dn_type);
423 dt_node_type_name(xnp, n
[all...]
H A Ddt_provider.c176 dt_probe_argmap(dt_node_t *xnp, dt_node_t *nnp) argument
182 strcmp(nnp->dn_string, xnp->dn_string) == 0)
H A Ddt_parser.c4411 dt_node_t *xnp = prp->pr_xargv[i]; local
4415 nnp, xnp, DT_XLATE_FUZZY)) != NULL) {
4421 if (dt_node_is_argcompat(nnp, xnp))
4428 dt_node_type_name(xnp, n2, sizeof (n2)));
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c747 struct xenbus_notify *xbn, *xnp; local
755 xnp = list_head(&notify_list);
756 for (; xnp != NULL; xnp = list_next(&notify_list, xnp)) {
757 if (xnp->notify_func == callback) {
763 xnp = xbn;
767 xnp->notify_func(XENSTORE_UP);
778 struct xenbus_notify *xnp; local
781 xnp
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c2292 _ii_lstinfo_t *np, **xnp, *oldp; local
2348 xnp = &(*head)->lst_start;
2349 while (*xnp) {
2350 op = (*xnp)->lst_ip->bi_overflow;
2358 (*xnp)->lst_ip->bi_group = NULL;
2360 rc = _ii_perform_disable((*xnp)->lst_ip->bi_keyname,
2364 (*xnp)->lst_ip->bi_group = (*head)->lst_name;
2376 xnp = &(*xnp)->lst_next;
2378 oldp = (*xnp);
3284 _ii_lstinfo_t **np, *xnp; local
[all...]

Completed in 147 milliseconds