Home
last modified time | relevance | path

Searched refs:endpnt_type (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_clts.c103 typedef struct endpnt_type { struct
104 struct endpnt_type *e_next; /* pointer to next endpoint type */ argument
165 static struct endpnt_type *endpnt_type_create(struct knetconfig *);
166 static void endpnt_type_free(struct endpnt_type *);
1258 static struct endpnt_type *
1261 struct endpnt_type *etype; in endpnt_type_create()
1267 etype = kmem_alloc(sizeof (struct endpnt_type), KM_SLEEP); in endpnt_type_create()
1307 endpnt_type_free(struct endpnt_type *etype) in endpnt_type_free()
1398 struct endpnt_type *n_etype = NULL; in endpnt_get()
1399 struct endpnt_type *np = NULL; in endpnt_get()
[all …]