Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c116 #define NSOFTCALLS 200 macro
184 softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP); in softcall_init()
186 for (sc = softcalls; sc < &softcalls[NSOFTCALLS]; sc++) { in softcall_init()