Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c154 if ((i = wordexp(get_prop_value_string(mprops, PR_EXEC_NAME), in create_method_info()
175 strdup(get_prop_value_string(mprops, PR_ARG0_NAME))) in create_method_info()
335 strdup(get_prop_value_string(bprops, PR_BIND_ADDR_NAME))) == NULL) { in populate_defaults()
/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dmapfile-vers56 get_prop_value_string;
H A Dinetsvc.h332 const char *get_prop_value_string(const inetd_prop_t *, const char *);
H A Dinetsvc.c215 get_prop_value_string(const inetd_prop_t *prop, const char *name) in get_prop_value_string() function