Searched defs:nslp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_client.c560 struct nlm_slock *nslp; local
582 TAILQ_FOREACH(nslp, &g->nlm_slocks, nsl_link) {
583 if (nslp->nsl_state == NLM_SL_BLOCKED &&
584 nslp->nsl_vp == vp &&
585 (nslp->nsl_lock.l_offset != 0 ||
586 nslp->nsl_lock.l_len != 0)) {
600 struct nlm_slock *nslp; local
605 TAILQ_FOREACH(nslp, &g->nlm_slocks, nsl_link) {
606 if (nslp->nsl_state == NLM_SL_BLOCKED &&
607 nslp
756 struct nlm_slock *nslp = NULL; local
[all...]
H A Dnlm_impl.c1413 struct nlm_slock *nslp; local
1416 TAILQ_FOREACH(nslp, &g->nlm_slocks, nsl_link) {
1417 if (nslp->nsl_host == hostp) {
1418 nslp->nsl_state = NLM_SL_CANCELLED;
1419 cv_broadcast(&nslp->nsl_cond);
1942 struct nlm_slock *nslp; local
1944 nslp = kmem_zalloc(sizeof (*nslp), KM_SLEEP);
1945 cv_init(&nslp->nsl_cond, NULL, CV_DEFAULT, NULL);
1946 nslp
1963 nlm_slock_unregister(struct nlm_globals *g, struct nlm_slock *nslp) argument
1988 nlm_slock_wait(struct nlm_globals *g, struct nlm_slock *nslp, uint_t timeo_secs) argument
2050 struct nlm_slock *nslp; local
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c3301 struct fcipstr *slp, *nslp; local
3341 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp);
3342 slp = nslp) {

Completed in 60 milliseconds