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

/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h319 } rdr_rsrc_info_t; typedef in typeref:struct:__anon401
345 rdr_rsrc_info_t rsrc_info;
H A Drdr_messages.c3921 rdr_rsrc_info_t rsrc_info_data;
3944 *buf_size = sizeof (rdr_rsrc_info_t);
3965 (void) memcpy(bufptr, &rsrc_info_data, sizeof (rdr_rsrc_info_t));
3966 bufptr += sizeof (rdr_rsrc_info_t);
3996 rdr_rsrc_info_t rsrc_info_data;
4006 (void) memcpy(&rsrc_info_data, bufptr, sizeof (rdr_rsrc_info_t));
4007 bufptr += sizeof (rdr_rsrc_info_t);

Completed in 77 milliseconds