kobjopen_tctl
static struct kobjopen_tctl *kobjopen_alloc(char *filename);
static void kobjopen_free(struct kobjopen_tctl *ltp);
static void kobjopen_thread(struct kobjopen_tctl *ltp);
struct kobjopen_tctl *ltp = kobjopen_alloc(filename);
kobjopen_thread(struct kobjopen_tctl *ltp)
static struct kobjopen_tctl *
struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP);
kobjopen_free(struct kobjopen_tctl *ltp)