Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/portfs/
H A Dport_fop.c1080 portfop_vp_t *npvp; in port_install_fopdata() local
1082 npvp = kmem_zalloc(sizeof (*npvp), KM_SLEEP); in port_install_fopdata()
1083 mutex_init(&npvp->pvp_mutex, NULL, MUTEX_DEFAULT, NULL); in port_install_fopdata()
1084 list_create(&npvp->pvp_pfoplist, sizeof (portfop_t), in port_install_fopdata()
1086 npvp->pvp_vp = vp; in port_install_fopdata()
1090 if (atomic_cas_ptr(&vp->v_fopdata, NULL, npvp) != NULL) { in port_install_fopdata()
1091 mutex_destroy(&npvp->pvp_mutex); in port_install_fopdata()
1092 list_destroy(&npvp->pvp_pfoplist); in port_install_fopdata()
1093 kmem_free(npvp, sizeof (*npvp)); in port_install_fopdata()
/titanic_44/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1031 char *npvp[MAXATOM + 1]; /* temporary space for rebuild */ local
1333 for (avp = npvp; *rvp != NULL; rvp++)
1364 if (avp >= &npvp[maxatom])
1372 if (avp >= &npvp[maxatom])
1438 if (avp >= &npvp[maxatom])
1458 for (rvp = npvp; *rvp != NULL; rvp++)
1620 if (avp >= &npvp[maxatom])
1627 if (avp >= &npvp[maxatom])
1635 status = callsubr(npvp, reclevel, e);
1640 for (avp = npvp; *avp++ != NULL;)
[all …]