HomeSort by: relevance | last modified time | path
    Searched refs:adb_op_sync (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/macppc/dev/
ams.c 255 adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd);
269 adb_op_sync((Ptr)buffer, NULL, (Ptr)0, ADBFLUSH(adbaddr));
271 adb_op_sync((Ptr)data1, NULL, (Ptr)0, ADBLISTEN(adbaddr, 2));
274 adb_op_sync((Ptr)buffer, NULL, (Ptr)0, ADBFLUSH(adbaddr));
276 adb_op_sync((Ptr)data2, NULL, (Ptr)0, ADBLISTEN(adbaddr, 2));
283 if (adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd)) {
294 if (adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd)) {
307 if (adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd) == 0 &&
311 if (adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd)) {
338 adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd)
    [all...]
adbvar.h 106 int adb_op_sync(Ptr, adbComp *, Ptr, short);
akbd.c 158 (adb_op_sync((Ptr)buffer, NULL, (Ptr)0, cmd) == 0);
347 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) == 0 &&
374 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) || buffer[0] == 0)
382 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
385 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) || buffer[0] == 0)
adb_direct.c 254 int adb_op_sync(Ptr, adbComp *, Ptr, short);
1024 result = adb_op_sync((Ptr)0, NULL, (Ptr)0, (short)0x00);
1054 result = adb_op_sync((Ptr)send_string, NULL,
1113 adb_op_sync((Ptr)send_string, NULL,
1121 adb_op_sync((Ptr)send_string, NULL,
1127 adb_op_sync((Ptr)send_string, NULL,
1141 result = adb_op_sync((Ptr)send_string, NULL,
1206 adb_op_sync((Ptr)send_string, NULL,
1310 * adb_op_sync
1321 adb_op_sync(Ptr buffer, adbComp *compRout, Ptr data, short command function in typeref:typename:int
    [all...]
  /src/sys/arch/mac68k/dev/
ams.c 257 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
267 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd)) {
278 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd)) {
291 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) == 0 &&
295 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd)) {
317 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
323 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
329 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
335 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
349 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd))
    [all...]
adbvar.h 63 int adb_op_sync(Ptr, Ptr, Ptr, short);
akbd.c 165 (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) == 0);
369 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) == 0 &&
396 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) || buffer[0] == 0)
404 adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd);
408 if (adb_op_sync((Ptr)buffer, (Ptr)0, (Ptr)0, cmd) || buffer[0] == 0)
adb.c 277 * adb_op_sync
288 adb_op_sync(Ptr buffer, Ptr compRout, Ptr data, short command) function in typeref:typename:int
339 * This function is used by the adb_op_sync routine so it knows when the
adb_direct.c 2163 (void)adb_op_sync((Ptr)0, (Ptr)0, (Ptr)0, (short)0x00);
2186 result = adb_op_sync((Ptr)send_string, (Ptr)0,
2229 (void)adb_op_sync((Ptr)send_string, (Ptr)0,
2237 (void)adb_op_sync((Ptr)send_string, (Ptr)0,
2244 result = adb_op_sync((Ptr)send_string, (Ptr)0,
2258 (void)adb_op_sync((Ptr)send_string, (Ptr)0,
2271 result = adb_op_sync((Ptr)send_string, (Ptr)0,
2327 (void)adb_op_sync((Ptr)send_string, (Ptr)0,

Completed in 18 milliseconds