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

/freebsd-9.3-release/contrib/ofed/management/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.c450 int ts_ret_code; local
461 ts_ret_code = read(p_bind->ul_dev_fd, &mad, sizeof(mad));
462 if (ts_ret_code != sizeof(mad)) {
466 ts_ret_code, errno);

Completed in 95 milliseconds