Searched refs:mprops (Results 1 – 1 of 1) sorted by relevance
145 create_method_info(const inetd_prop_t *mprops, boolean_t *exec_invalid) in create_method_info() argument154 if ((i = wordexp(get_prop_value_string(mprops, PR_EXEC_NAME), in create_method_info()167 if (mprops[MP_ARG0].ip_error == IVE_VALID) { /* arg0 is set */ in create_method_info()175 strdup(get_prop_value_string(mprops, PR_ARG0_NAME))) in create_method_info()180 if (mprops[MP_TIMEOUT].ip_error == IVE_VALID) { in create_method_info()181 ret->timeout = get_prop_value_count(mprops, in create_method_info()359 create_method_infos(const char *fmri, inetd_prop_t **mprops, in create_method_infos() argument370 if (mprops[i][MP_EXEC].ip_error == IVE_VALID) { in create_method_infos()373 if ((mis[i] = create_method_info(mprops[i], in create_method_infos()442 destroy_inst_props(inetd_prop_t *bprops, inetd_prop_t **mprops) in destroy_inst_props() argument[all …]