Searched refs:kobjopen_tctl (Results 1 – 1 of 1) sorted by relevance
128 static struct kobjopen_tctl *kobjopen_alloc(char *filename);129 static void kobjopen_free(struct kobjopen_tctl *ltp);130 static void kobjopen_thread(struct kobjopen_tctl *ltp);194 struct kobjopen_tctl { struct3527 struct kobjopen_tctl *ltp = kobjopen_alloc(filename); in kobj_open()3588 kobjopen_thread(struct kobjopen_tctl *ltp) in kobjopen_thread()3607 static struct kobjopen_tctl *3610 struct kobjopen_tctl *ltp = kmem_zalloc(sizeof (*ltp), KM_SLEEP); in kobjopen_alloc()3624 kobjopen_free(struct kobjopen_tctl *ltp) in kobjopen_free()