Searched refs:CMDFL_RESID (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dsiopvar_common.h87 int resid; /* valid when CMDFL_RESID is set */
98 #define CMDFL_RESID 0x0004 /* current offset in table is partial */ macro
H A Dsiop_common.c787 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;
/netbsd-current/sys/arch/prep/stand/boot/
H A Dsiop.c178 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) {
/netbsd-current/sys/arch/bebox/stand/boot/
H A Dsiop.c201 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 95 milliseconds