| /src/sys/arch/mvme68k/dev/ | 
| sbic.c | 136 int     sbicxfout           (sbic_regmap_p, int, void *); 1119 			sbicxfout(regs, 6, dev->sc_msg);
 1175 sbicxfout(sbic_regmap_p regs, int len, void *bp)  function in typeref:typename:int
 1180 	QPRINTF(("sbicxfout {%d} %02x %02x %02x %02x %02x "
 1218 	QPRINTF(("sbicxfout done: %d bytes remaining (wait:%d)\n", len, wait));
 1384 				if (sbicxfout(regs, clen, cbuf))
 2112 		if ( sbicxfout(regs, acb->clen, &acb->cmd) )
 2198 				i = sbicxfout(regs, acb->sc_kv.dc_count,
 
 | 
| /src/sys/arch/acorn32/podulebus/ | 
| sbic.c | 154 static int  sbicxfout		(sbic_regmap_p regs, int, void *, int); 1054 				sbicxfout(regs, 6, dev->sc_msg,
 1112 sbicxfout(sbic_regmap_p regs, int len, void *bp, int phase)  function in typeref:typename:int
 1124 	QPRINTF(("sbicxfout {%d} %02x %02x %02x %02x %02x "
 1146 				DBGPRINTF(("sbicxfout fail: l%d i%x w%d\n",
 1159 	QPRINTF(("sbicxfout done %d bytes\n", len));
 1347 				if (sbicxfout(regs, clen,
 1381 			      i = sbicxfout(regs, acb->datalen, acb->data,
 2046 			if (sbicxfout(regs, acb->clen,
 2102 					i = sbicxfout(regs, acb->datalen
 [all...]
 | 
| /src/sys/arch/amiga/dev/ | 
| sbic.c | 127 int  sbicxfout(sbic_regmap_t regs, int, void *, int); 1119 				sbicxfout(regs, 6, dev->sc_msg, MESG_OUT_PHASE);
 1179 sbicxfout(sbic_regmap_t regs, int len, void *bp, int phase)  function in typeref:typename:int
 1187 	QPRINTF(("sbicxfout {%d} %02x %02x %02x %02x %02x "
 1209 					printf("sbicxfout fail: l%d i%x w%d\n",
 1222 	QPRINTF(("sbicxfout done %d bytes\n", len));
 1412 				if (sbicxfout(regs, clen,
 1448 			      i=sbicxfout(regs,
 2220 			if (sbicxfout(regs, acb->clen,
 2302 					i=sbicxfout(regs
 [all...]
 |