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 D | topo_gather.c | 419 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 D | diskmon_conf.h | 234 extern void conf_error_msg(conf_err_t err, char *buf, int buflen,
|
H A D | diskmon_conf.c | 66 conf_error_msg(conf_err_t err, char *buf, int buflen, void *arg) in conf_error_msg() function
|