Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c50 static inetd_prop_t method_props[] = { variable
403 if ((ret = calloc(1, sizeof (method_props))) == NULL) { in read_method_props()
408 (void) memcpy(ret, method_props, sizeof (method_props)); in read_method_props()