Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_protocol.c150 fmd_msg_hdl_t *msghdl; in fmd_protocol_list() local
191 msghdl = fmd_msg_init(fmd.d_rootdir, FMD_MSG_VERSION); in fmd_protocol_list()
192 if (msghdl == NULL) in fmd_protocol_list()
195 if ((severity = fmd_msg_getitem_id(msghdl, NULL, code, in fmd_protocol_list()
200 fmd_msg_fini(msghdl); in fmd_protocol_list()