softcall_t
static softcall_t *softcalls;
static softcall_t *softhead, *softtail, *softfree;
softcall_t *sc;
softcalls = kmem_zalloc(sizeof (softcall_t) * NSOFTCALLS, KM_SLEEP);
softcall_t *sc;
softcall_t *sc = NULL;