Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/klm/
H A Dnlm_impl.c145 static int nlm_sysid_nidx; /* (g) */ variable
288 nlm_sysid_nidx = 1; in nlm_init()
2631 if (nlm_sysid_nidx > LM_SYSID_MAX) in nlm_sysid_alloc()
2632 nlm_sysid_nidx = LM_SYSID; in nlm_sysid_alloc()
2634 if (!BT_TEST(nlm_sysid_bmap, nlm_sysid_nidx)) { in nlm_sysid_alloc()
2635 BT_SET(nlm_sysid_bmap, nlm_sysid_nidx); in nlm_sysid_alloc()
2636 ret_sysid = nlm_sysid_nidx++; in nlm_sysid_alloc()
2642 nlm_sysid_nidx = id + 1; in nlm_sysid_alloc()