Searched refs:rdr_rsrc_info_reply_t (Results 1 – 2 of 2) sorted by relevance
325 } rdr_rsrc_info_reply_t; typedef346 rdr_rsrc_info_reply_t rsrc_info_reply;
4040 rdr_rsrc_info_reply_t rsrc_info_data; in pack_rsrc_info_reply()4063 *buf_size = sizeof (rdr_rsrc_info_reply_t); in pack_rsrc_info_reply()4082 (void) memcpy(bufptr, &rsrc_info_data, sizeof (rdr_rsrc_info_reply_t)); in pack_rsrc_info_reply()4083 bufptr += sizeof (rdr_rsrc_info_reply_t); in pack_rsrc_info_reply()4104 rdr_rsrc_info_reply_t rsrc_info_data; in unpack_rsrc_info_reply()4112 (void) memcpy(&rsrc_info_data, bufptr, sizeof (rdr_rsrc_info_reply_t)); in unpack_rsrc_info_reply()4113 bufptr += sizeof (rdr_rsrc_info_reply_t); in unpack_rsrc_info_reply()