Searched refs:scr_table_t (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsdvar.h49 } __packed scr_table_t; typedef in typeref:struct:scr_table
65 scr_table_t t_msgin; /* 48 */
66 scr_table_t t_extmsgin; /* 56 */
67 scr_table_t t_extmsgdata; /* 64 */
68 scr_table_t t_msgout; /* 72 */
69 scr_table_t cmd; /* 80 */
70 scr_table_t t_status; /* 88 */
71 scr_table_t data[SIOP_NSG]; /* 96 */
H A Dsiop.c202 scr_table_t *table;
220 (SIOP_NSG - offset) * sizeof(scr_table_t));
245 scr_table_t *table = &xfer->siop_tables.data[offset];
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsdvar.h49 } __packed scr_table_t; typedef in typeref:struct:scr_table
65 scr_table_t t_msgin; /* 48 */
66 scr_table_t t_extmsgin; /* 56 */
67 scr_table_t t_extmsgdata; /* 64 */
68 scr_table_t t_msgout; /* 72 */
69 scr_table_t cmd; /* 80 */
70 scr_table_t t_status; /* 88 */
71 scr_table_t data[SIOP_NSG]; /* 96 */
H A Dsiop.c179 scr_table_t *table;
197 (SIOP_NSG - offset) * sizeof(scr_table_t));
222 scr_table_t *table = &xfer->siop_tables.data[offset];
/netbsd-current/sys/dev/ic/
H A Dsiopvar_common.h40 } __packed scr_table_t; typedef in typeref:struct:scr_table
57 scr_table_t t_msgin; /* 48 */
58 scr_table_t t_extmsgin; /* 56 */
59 scr_table_t t_extmsgdata; /* 64 */
60 scr_table_t t_msgout; /* 72 */
61 scr_table_t cmd; /* 80 */
62 scr_table_t t_status; /* 88 */
63 scr_table_t data[SIOP_NSG]; /* 96 */
H A Dsiop_common.c729 scr_table_t *table; /* table with partial xfer */
795 scr_table_t *table;
848 (SIOP_NSG - offset) * sizeof(scr_table_t));
855 scr_table_t *table;
885 scr_table_t *table; /* table with IWR */

Completed in 89 milliseconds