Home
last modified time | relevance | path

Searched refs:npvp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c1081 portfop_vp_t *npvp; in port_install_fopdata() local
1083 npvp = kmem_zalloc(sizeof (*npvp), KM_SLEEP); in port_install_fopdata()
1084 mutex_init(&npvp->pvp_mutex, NULL, MUTEX_DEFAULT, NULL); in port_install_fopdata()
1085 list_create(&npvp->pvp_pfoplist, sizeof (portfop_t), in port_install_fopdata()
1087 npvp->pvp_vp = vp; in port_install_fopdata()
1091 if (atomic_cas_ptr(&vp->v_fopdata, NULL, npvp) != NULL) { in port_install_fopdata()
1092 mutex_destroy(&npvp->pvp_mutex); in port_install_fopdata()
1093 list_destroy(&npvp->pvp_pfoplist); in port_install_fopdata()
1094 kmem_free(npvp, sizeof (*npvp)); in port_install_fopdata()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1331 for (avp = npvp; *rvp != NULL; rvp++)
1362 if (avp >= &npvp[maxatom])
1370 if (avp >= &npvp[maxatom])
1436 if (avp >= &npvp[maxatom])
1456 for (rvp = npvp; *rvp != NULL; rvp++)
1618 if (avp >= &npvp[maxatom])
1625 if (avp >= &npvp[maxatom])
1633 status = callsubr(npvp, reclevel, e);
1638 for (avp = npvp; *avp++ != NULL;)
1640 memmove((char *) pvp, (char *) npvp,
[all …]