Searched defs:merr (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/librestart/common/ |
H A D | librestart.c | 2541 * reallocate the merr, this function must return the merr pointer 2547 struct method_context *ci, mc_error_t *merr) 2555 mc_error_t *err = merr; 2561 return (mc_error_create(merr, scf_error(), 2581 return (mc_error_create(merr, ENOENT, 2591 err = mc_error_create(merr, r, 2602 err = mc_error_create(merr, r, 2614 err = mc_error_create(merr, EINVAL, 2624 err = mc_error_create(merr, EINVA 2545 get_profile(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, scf_property_t *prop, scf_value_t *val, const char *cmdline, struct method_context *ci, mc_error_t *merr) argument 2698 get_ids(scf_propertygroup_t *methpg, scf_propertygroup_t *instpg, scf_property_t *prop, scf_value_t *val, struct method_context *ci, mc_error_t *merr) argument [all...] |
Completed in 21 milliseconds