Searched refs:rdr_test_reply_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h234 } rdr_test_reply_t; typedef in typeref:struct:__anon392
336 rdr_test_reply_t test_reply;
H A Drdr_messages.c2735 rdr_test_reply_t test_data;
2756 *buf_size = sizeof (rdr_test_reply_t);
2776 (void) memcpy(bufptr, &test_data, sizeof (rdr_test_reply_t));
2777 bufptr += sizeof (rdr_test_reply_t);
2801 rdr_test_reply_t test_data;
2809 (void) memcpy(&test_data, bufptr, sizeof (rdr_test_reply_t));
2810 bufptr += sizeof (rdr_test_reply_t);

Completed in 60 milliseconds