Home
last modified time | relevance | path

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

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