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

/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_msg.c202 char *rinfostr = NULL; local
290 if ((ap_rcm_info(a, &rinfostr) == 0) && (rinfostr != NULL)) {
291 len += strlen(rinfostr);
395 * If the rinfostr has a string, then the librcm has returned
398 * If the rinfostr is not returning data, we will use
401 if (rinfostr != NULL)
402 (void) snprintf(p, len, "%s", rinfostr);

Completed in 15 milliseconds