OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 00:09:40 GMT 2025