Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c113 char width_msg[256]; in print_port() local
154 width_msg[0] = '\0'; in print_port()
211 get_max_msg(width_msg, speed_msg, 256, port); in print_port()
224 width_msg, speed_msg); in print_port()
H A Dibdiag_common.h149 void get_max_msg(char *width_msg, char *speed_msg, int msg_size,
H A Dibqueryerrors.c188 char width_msg[256]; in print_port_config() local
219 width_msg[0] = '\0'; in print_port_config()
256 get_max_msg(width_msg, speed_msg, 256, port); in print_port_config()
269 width_msg, speed_msg); in print_port_config()
H A Dibdiag_common.c777 void get_max_msg(char *width_msg, char *speed_msg, int msg_size, ibnd_port_t * port) in get_max_msg() argument
792 snprintf(width_msg, msg_size, "Could be %s", in get_max_msg()