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

/illumos-gate/usr/src/lib/fm/libfmd_adm/common/
H A Dfmd_adm.c300 struct fmd_rpc_modlist rml; local
305 bzero(&rml, sizeof (rml)); /* tell xdr to allocate memory for us */
308 cs = fmd_adm_modinfo_1(&rml, ap->adm_clnt);
314 if (rml.rml_err != 0 || rml.rml_len == 0) {
315 xdr_free(xdr_fmd_rpc_modlist, (char *)&rml);
316 return (fmd_adm_set_svcerr(ap, rml.rml_err));
319 if ((rms = rmp = malloc(sizeof (void *) * rml.rml_len)) == NULL) {
320 xdr_free(xdr_fmd_rpc_modlist, (char *)&rml);
[all...]

Completed in 242 milliseconds