Home
last modified time | relevance | path

Searched refs:MSCP_DONE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/mscp/
H A Dmscp_tape.c215 return MSCP_DONE; in mt_putonline()
355 return (MSCP_DONE); in mtonline()
364 return (MSCP_DONE); in mtgotstatus()
410 return (MSCP_DONE); in mtioerror()
H A Dmscp_disk.c781 return MSCP_DONE; in rx_putonline()
995 return (MSCP_DONE); in rronline()
1079 return (MSCP_DONE); in rrgotstatus()
1113 return MSCP_DONE; in rrioerror()
1117 return MSCP_DONE; in rrioerror()
1165 if (rx_putonline(ra) != MSCP_DONE) in ra_putonline()
1191 return MSCP_DONE; in ra_putonline()
H A Dmscpvar.h184 #define MSCP_DONE 0 /* all ok */ macro
H A Dmscp.c402 case MSCP_DONE: /* fixed */ in mscp_dorsp()