OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMDFL_RESID
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
siopvar_common.h
87
int resid; /* valid when
CMDFL_RESID
is set */
98
#define
CMDFL_RESID
0x0004 /* current offset in table is partial */
siop_common.c
787
siop_cmd->flags |=
CMDFL_RESID
;
831
if (siop_cmd->flags &
CMDFL_RESID
) {
832
siop_cmd->flags &= ~
CMDFL_RESID
;
870
* if
CMDFL_RESID
is set, the last table (pointed by offset) is a
874
if (siop_cmd->flags &
CMDFL_RESID
) {
902
if ((siop_cmd->flags &
CMDFL_RESID
) == 0)
906
if ((siop_cmd->flags &
CMDFL_RESID
) == 0) {
918
siop_cmd->flags |=
CMDFL_RESID
;
/src/sys/arch/prep/stand/boot/
siop.c
178
if (siop_cmd->flags &
CMDFL_RESID
) {
181
siop_cmd->flags &= ~
CMDFL_RESID
;
217
* if
CMDFL_RESID
is set, the last table (pointed by offset) is a
221
if (siop_cmd->flags &
CMDFL_RESID
) {
/src/sys/arch/bebox/stand/boot/
siop.c
201
if (siop_cmd->flags &
CMDFL_RESID
) {
204
siop_cmd->flags &= ~
CMDFL_RESID
;
240
* if
CMDFL_RESID
is set, the last table (pointed by offset) is a
244
if (siop_cmd->flags &
CMDFL_RESID
) {
Completed in 184 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025