Home
last modified time | relevance | path

Searched refs:conf_error_msg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dtopo_gather.c419 conf_error_msg(err, msgbuf, MAX_CONF_MSG_LEN, &strans); in topoprop_indrule_add()
447 conf_error_msg(err, msgbuf, MAX_CONF_MSG_LEN, NULL); in topoprop_indrule_add()
580 conf_error_msg(conferr, msgbuf, MAX_CONF_MSG_LEN, NULL); in topo_add_bay()
623 conf_error_msg(conferr, msgbuf, MAX_CONF_MSG_LEN, ptr); in topo_add_bay()
H A Ddiskmon_conf.h234 extern void conf_error_msg(conf_err_t err, char *buf, int buflen,
H A Ddiskmon_conf.c66 conf_error_msg(conf_err_t err, char *buf, int buflen, void *arg) in conf_error_msg() function