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
57 /* enumeration of method properties; used to index into method_props[] */
403 if ((ret = calloc(1, sizeof (method_props))) == NULL) {
408 (void) memcpy(ret, method_props, sizeof (method_props));

Completed in 58 milliseconds