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

  /src/sys/arch/macppc/dev/
pm_direct.c 186 int pm_adb_op(u_char *, adbComp *, volatile int *, int);
647 pm_adb_op(u_char *buffer, adbComp *compRout, volatile int *data, int command) function in typeref:typename:int
740 printf("pm_adb_op: timeout. command = 0x%x\n",command);
746 printf("pm_adb_op: missed interrupt. cmd=0x%x\n",command);
adb_direct.c 232 int pm_adb_op(u_char *, void *, volatile void *, int);
895 result = pm_adb_op((u_char *)buffer, compRout,
  /src/sys/arch/mac68k/dev/
pm_direct.c 203 int pm_adb_op(u_char *, void *, void *, int);
1033 pm_adb_op(u_char *buffer, void *compRout, void *data, int command) function in typeref:typename:int
adb_direct.c 285 int pm_adb_op(u_char *, void *, void *, int);
1901 result = pm_adb_op((u_char *)buffer, (void *)compRout,

Completed in 20 milliseconds