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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h325 } rdr_rsrc_info_reply_t; typedef in typeref:struct:__anon402
346 rdr_rsrc_info_reply_t rsrc_info_reply;
H A Drdr_messages.c4040 rdr_rsrc_info_reply_t rsrc_info_data;
4063 *buf_size = sizeof (rdr_rsrc_info_reply_t);
4082 (void) memcpy(bufptr, &rsrc_info_data, sizeof (rdr_rsrc_info_reply_t));
4083 bufptr += sizeof (rdr_rsrc_info_reply_t);
4104 rdr_rsrc_info_reply_t rsrc_info_data;
4112 (void) memcpy(&rsrc_info_data, bufptr, sizeof (rdr_rsrc_info_reply_t));
4113 bufptr += sizeof (rdr_rsrc_info_reply_t);

Completed in 80 milliseconds