Searched defs:iprop (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c1038 read_prop(scf_handle_t *h, inetd_prop_t *iprop, int index, const char *inst, argument
1047 if ((sprop = scf_simple_prop_get(h, inst, pg_name, iprop->ip_name)) ==
1051 switch (iprop->ip_type) {
1055 if ((iprop->ip_value.iv_string = strdup(tmp_char)) == NULL) {
1069 iprop->ip_value.iv_string_list,
1074 iprop->ip_value.iv_string_list = cpp;
1088 iprop->ip_value.iv_boolean =
1094 iprop->ip_value.iv_cnt = *tmp_cnt;
1099 iprop->ip_value.iv_int = *tmp_int;
1105 iprop
[all...]

Completed in 18 milliseconds