Home
last modified time | relevance | path

Searched defs:b (Results 1 – 8 of 8) sorted by relevance

/libmctp-latest/
Drange.h9 #define MIN(a, b) \ argument
18 #define MAX(a, b) \ argument
Dserial.c94 #define binding_to_serial(b) \ argument
138 static int mctp_binding_serial_tx(struct mctp_binding *b, in mctp_binding_serial_tx()
387 struct mctp_binding *mctp_binding_serial_core(struct mctp_binding_serial *b) in mctp_binding_serial_core()
Dastlpc.c141 #define binding_to_astlpc(b) \ argument
596 static int mctp_binding_astlpc_start_bmc(struct mctp_binding *b) in mctp_binding_astlpc_start_bmc()
773 static int mctp_binding_astlpc_start_host(struct mctp_binding *b) in mctp_binding_astlpc_start_host()
830 static int mctp_binding_astlpc_tx(struct mctp_binding *b, in mctp_binding_astlpc_tx()
1287 struct mctp_binding *mctp_binding_astlpc_core(struct mctp_binding_astlpc *b) in mctp_binding_astlpc_core()
/libmctp-latest/tests/
Dtest-utils.c19 static int mctp_binding_test_tx(struct mctp_binding *b __attribute__((unused)), in mctp_binding_test_tx()
Dtest_bridge.c29 static int mctp_binding_bridge_tx(struct mctp_binding *b, in mctp_binding_bridge_tx()
Dtest_cmds.c48 static void rcv_ctrl_msg(struct mctp_binding *b, const void *buf, size_t len) in rcv_ctrl_msg()
Dtest_serial.c78 struct mctp_binding_serial_pipe *b; in main() local
Dtest_astlpc.c63 #define binding_to_mmio(b) \ argument