/src/sys/arch/macppc/dev/ |
adb_direct.c | 253 int adb_op (Ptr, adbComp *, volatile void *, short); 889 adb_op(Ptr buffer, adbComp *compRout, volatile void *data, short command) function in typeref:typename:int 1312 * This routine does exactly what the adb_op routine does, except that after 1313 * the adb_op is called, it waits until the return value is present before 1317 * its own to adb_op, which is why you really called this in the first place 1327 result = adb_op(buffer, adb_op_comprout, 1610 return (adb_op(buffer, compRout, data, commandNum));
|
adb_direct.c | 253 int adb_op (Ptr, adbComp *, volatile void *, short); 889 adb_op(Ptr buffer, adbComp *compRout, volatile void *data, short command) function in typeref:typename:int 1312 * This routine does exactly what the adb_op routine does, except that after 1313 * the adb_op is called, it waits until the return value is present before 1317 * its own to adb_op, which is why you really called this in the first place 1327 result = adb_op(buffer, adb_op_comprout, 1610 return (adb_op(buffer, compRout, data, commandNum));
|
adb_direct.c | 253 int adb_op (Ptr, adbComp *, volatile void *, short); 889 adb_op(Ptr buffer, adbComp *compRout, volatile void *data, short command) function in typeref:typename:int 1312 * This routine does exactly what the adb_op routine does, except that after 1313 * the adb_op is called, it waits until the return value is present before 1317 * its own to adb_op, which is why you really called this in the first place 1327 result = adb_op(buffer, adb_op_comprout, 1610 return (adb_op(buffer, compRout, data, commandNum));
|
/src/sys/arch/mac68k/dev/ |
adb_direct.c | 312 int adb_op(Ptr, Ptr, Ptr, short); 1859 adb_op(Ptr buffer, Ptr compRout, Ptr data, short command) function in typeref:typename:int 3003 return (adb_op(buffer, compRout, data, commandNum));
|
adb_direct.c | 312 int adb_op(Ptr, Ptr, Ptr, short); 1859 adb_op(Ptr buffer, Ptr compRout, Ptr data, short command) function in typeref:typename:int 3003 return (adb_op(buffer, compRout, data, commandNum));
|
adb_direct.c | 312 int adb_op(Ptr, Ptr, Ptr, short); 1859 adb_op(Ptr buffer, Ptr compRout, Ptr data, short command) function in typeref:typename:int 3003 return (adb_op(buffer, compRout, data, commandNum));
|