Searched refs:kobjopen_tctl (Results 1 – 1 of 1) sorted by relevance
124 static struct kobjopen_tctl *kobjopen_alloc(char *filename);125 static void kobjopen_free(struct kobjopen_tctl *ltp);126 static void kobjopen_thread(struct kobjopen_tctl *ltp);190 struct kobjopen_tctl { struct3509 struct kobjopen_tctl *ltp = kobjopen_alloc(filename); in kobj_open()3570 kobjopen_thread(struct kobjopen_tctl *ltp) in kobjopen_thread()3589 static struct kobjopen_tctl *3592 struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP); in kobjopen_alloc()3606 kobjopen_free(struct kobjopen_tctl *ltp) in kobjopen_free()