KClientPort: Difference between revisions
No edit summary |
mNo edit summary |
||
| Line 23: | Line 23: | ||
|- | |- | ||
| 0xC | | 0xC | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to first KLinkedListNode in list of KThreads using this port | | Pointer to first KLinkedListNode in list of KThreads using this port | ||
|- | |- | ||
| 0x10 | | 0x10 | ||
| KLinkedListNode* | | [[KLinkedListNode]]* | ||
| Pointer to last KLinkedListNode in list of KThreads using this port | | Pointer to last KLinkedListNode in list of KThreads using this port | ||
|- | |- | ||
| Line 39: | Line 39: | ||
|- | |- | ||
| 0x18 | | 0x18 | ||
| KPort* | | [[KPort]]* | ||
| Pointer to the parent port object; | | Pointer to the parent port object; | ||
|- | |- | ||