KClientPort: Difference between revisions

Bond697 (talk | contribs)
No edit summary
Neobrain (talk | contribs)
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;
|-
|-