Searched refs:ts_ret_code (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_ts_anafa.c77 int ts_ret_code; local
98 ts_ret_code =
107 if (ts_ret_code != sizeof(mad)) {
110 "error with read, bytes = %d\n", ts_ret_code);
H A Dosm_vendor_mlx_ts.c81 int ts_ret_code; local
102 ts_ret_code =
110 if (ts_ret_code != sizeof(mad)) {
114 ts_ret_code, errno);
H A Dosm_vendor_ts.c447 int ts_ret_code; local
458 ts_ret_code = read(p_bind->ul_dev_fd, &mad, sizeof(mad));
459 if (ts_ret_code != sizeof(mad)) {
463 ts_ret_code, errno);

Completed in 60 milliseconds