Searched refs:method_el_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dwait.c57 } method_el_t; typedef in typeref:struct:__anon179
60 static void unregister_method(method_el_t *);
96 sizeof (method_el_t), offsetof(method_el_t, link), NULL,
121 method_el_t *me;
151 * 'arg' points at the method_el_t representing the method.
157 method_el_t *mp = arg;
188 method_el_t *me;
210 if ((me = calloc(1, sizeof (method_el_t))) == NULL) {
274 unregister_method(method_el_t *m
[all...]

Completed in 90 milliseconds