Searched refs:endpnt_type (Results 1 – 1 of 1) sorted by relevance
98 typedef struct endpnt_type { struct99 struct endpnt_type *e_next; /* pointer to next endpoint type */ argument160 static struct endpnt_type *endpnt_type_create(struct knetconfig *);161 static void endpnt_type_free(struct endpnt_type *);1233 static struct endpnt_type *1236 struct endpnt_type *etype; in endpnt_type_create()1242 etype = kmem_alloc(sizeof (struct endpnt_type), KM_SLEEP); in endpnt_type_create()1282 endpnt_type_free(struct endpnt_type *etype) in endpnt_type_free()1373 struct endpnt_type *n_etype = NULL; in endpnt_get()1374 struct endpnt_type *np = NULL; in endpnt_get()[all …]