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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h263 } rdr_list_ext_reply_t; typedef in typeref:struct:__anon394
338 rdr_list_ext_reply_t list_ext_reply;
H A Drdr_messages.c3046 rdr_list_ext_reply_t list_ext_data;
3074 *buf_size = sizeof (rdr_list_ext_reply_t);
3096 (void) memcpy(bufptr, &list_ext_data, sizeof (rdr_list_ext_reply_t));
3097 bufptr += sizeof (rdr_list_ext_reply_t);
3137 rdr_list_ext_reply_t list_ext_data;
3145 (void) memcpy(&list_ext_data, bufptr, sizeof (rdr_list_ext_reply_t));
3146 bufptr += sizeof (rdr_list_ext_reply_t);

Completed in 66 milliseconds