Searched refs:kobjopen_tctl (Results 1 – 1 of 1) sorted by relevance
129 static struct kobjopen_tctl *kobjopen_alloc(char *filename);130 static void kobjopen_free(struct kobjopen_tctl *ltp);131 static void kobjopen_thread(struct kobjopen_tctl *ltp);191 struct kobjopen_tctl { struct3540 struct kobjopen_tctl *ltp = kobjopen_alloc(filename); in kobj_open()3601 kobjopen_thread(struct kobjopen_tctl *ltp) in kobjopen_thread()3620 static struct kobjopen_tctl *3623 struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP); in kobjopen_alloc()3637 kobjopen_free(struct kobjopen_tctl *ltp) in kobjopen_free()