HomeSort by: relevance | last modified time | path
    Searched refs:IPMI_MAX_RX (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/sys/
ipmi.h 38 #define IPMI_MAX_RX 1024
  /src/sys/dev/
ipmivar.h 113 char sc_buf[IPMI_MAX_RX + 3];
ipmi.c 2423 buf = malloc(IPMI_MAX_RX, M_DEVBUF, M_WAITOK);
2426 if (len < 0 || len > IPMI_MAX_RX) {
2433 (void)ipmi_recvcmd(sc, IPMI_MAX_RX, &len, buf);
2459 buf = malloc(IPMI_MAX_RX, M_DEVBUF, M_WAITOK);
2478 error = ipmi_recvcmd(sc, IPMI_MAX_RX, &len, buf);

Completed in 15 milliseconds