Home
last modified time | relevance | path

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

/illumos-gate/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()
2664 if (nlm_sysid_nidx > LM_SYSID_MAX) in nlm_sysid_alloc()
2665 nlm_sysid_nidx = LM_SYSID; in nlm_sysid_alloc()
2667 if (!BT_TEST(nlm_sysid_bmap, nlm_sysid_nidx)) { in nlm_sysid_alloc()
2668 BT_SET(nlm_sysid_bmap, nlm_sysid_nidx); in nlm_sysid_alloc()
2669 ret_sysid = nlm_sysid_nidx++; in nlm_sysid_alloc()
2675 nlm_sysid_nidx = id + 1; in nlm_sysid_alloc()