OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scr_table_t
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
sdvar.h
49
} __packed
scr_table_t
;
typedef in typeref:struct:scr_table __packed
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 */
siop.c
202
scr_table_t
*table;
220
(SIOP_NSG - offset) * sizeof(
scr_table_t
));
245
scr_table_t
*table = &xfer->siop_tables.data[offset];
/src/sys/arch/prep/stand/boot/
sdvar.h
49
} __packed
scr_table_t
;
typedef in typeref:struct:scr_table __packed
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 */
siop.c
179
scr_table_t
*table;
197
(SIOP_NSG - offset) * sizeof(
scr_table_t
));
222
scr_table_t
*table = &xfer->siop_tables.data[offset];
/src/sys/dev/ic/
siopvar_common.h
40
} __packed
scr_table_t
;
typedef in typeref:struct:scr_table __packed
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 */
siop_common.c
729
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 15 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025