/src/sys/arch/macppc/dev/ |
adb_direct.c | 242 int send_adb_cuda(u_char *, u_char *, adbComp *, volatile void *, int); 562 send_adb_cuda(u_char * in, u_char * buffer, adbComp *compRout, function in typeref:typename:int 648 } /* send_adb_cuda */ 905 result = send_adb_cuda((u_char *)0, (u_char *)buffer, 1485 result = send_adb_cuda((u_char *)output, (u_char *)output, 1521 result = send_adb_cuda((u_char *)output, (u_char *)0, 1562 result = send_adb_cuda((u_char *)output, (u_char *)0, 1633 result = send_adb_cuda(output, output, adb_op_comprout, 1654 result = send_adb_cuda(output, NULL, NULL, NULL, 0);
|
/src/sys/arch/mac68k/dev/ |
adb_direct.c | 301 int send_adb_cuda(u_char *, u_char *, void *, void *, int); 629 send_adb_cuda(u_char *in, u_char *buffer, void *compRout, void *data, int function in typeref:typename:int 716 } /* send_adb_cuda */ 1911 result = send_adb_cuda((u_char *)0, (u_char *)buffer, 2767 result = send_adb_cuda((u_char *)output, (u_char *)output, 2831 result = send_adb_cuda((u_char *)output, (u_char *)0, 2881 result = send_adb_cuda((u_char *)output, (u_char *)0,
|