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

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

Completed in 21 milliseconds