Searched refs:kobjopen_tctl (Results 1 – 1 of 1) sorted by relevance
130 static struct kobjopen_tctl *kobjopen_alloc(char *filename);131 static void kobjopen_free(struct kobjopen_tctl *ltp);132 static void kobjopen_thread(struct kobjopen_tctl *ltp);192 struct kobjopen_tctl { struct3657 struct kobjopen_tctl *ltp = kobjopen_alloc(filename); in kobj_open()3718 kobjopen_thread(struct kobjopen_tctl *ltp) in kobjopen_thread()3737 static struct kobjopen_tctl *3740 struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP); in kobjopen_alloc()3754 kobjopen_free(struct kobjopen_tctl *ltp) in kobjopen_free()