|
SSBM Decomp
|
Functions | |
| static struct DVDCommandBlock * | PopWaitingQueuePrio (long prio) |
| void | __DVDClearWaitingQueue (void) |
| int | __DVDPushWaitingQueue (long prio, struct DVDCommandBlock *block) |
| struct DVDCommandBlock * | __DVDPopWaitingQueue (void) |
| int | __DVDCheckWaitingQueue (void) |
| int | __DVDDequeueWaitingQueue (struct DVDCommandBlock *block) |
| int | __DVDIsBlockInWaitingQueue (struct DVDCommandBlock *block) |
| void | DVDDumpWaitingQueue (void) |
Variables | |
| struct { | |
| struct DVDCommandBlock * next | |
| struct DVDCommandBlock * prev | |
| } | WaitingQueue [4] |
| static char * | CommandNames [16] |
|
static |
| void __DVDClearWaitingQueue | ( | void | ) |
| int __DVDPushWaitingQueue | ( | long | prio, |
| struct DVDCommandBlock * | block ) |
| struct DVDCommandBlock * __DVDPopWaitingQueue | ( | void | ) |
| int __DVDCheckWaitingQueue | ( | void | ) |
| int __DVDDequeueWaitingQueue | ( | struct DVDCommandBlock * | block | ) |
| int __DVDIsBlockInWaitingQueue | ( | struct DVDCommandBlock * | block | ) |
| void DVDDumpWaitingQueue | ( | void | ) |
| struct DVDCommandBlock* next |
| struct DVDCommandBlock* prev |
| struct { ... } WaitingQueue[4] |
|
static |