Home
last modified time | relevance | path

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

/openbmc/ipmitool/src/plugins/imb/
H A Dimb.c51 #define IPMI_IMB_DEV "/dev/imb" macro
60 if (stat(IPMI_IMB_DEV, &stbuf) < 0) { in ipmi_imb_open()
61 printf("Error: no IMB driver found at %s!\n", IPMI_IMB_DEV); in ipmi_imb_open()