summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-02-05Rename microkernel struct field 'MovedReq' to 'moved_req'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Extra' to 'extra'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Setup' to 'setup'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iTotalSize' to 'total_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Action' to 'action'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Sema' to 'sema'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ContRcv' to 'continuation_receive'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ContSnd' to 'continuation_send'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iSize' to 'size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ID' to 'id'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pReader' to 'reader_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pWriter' to 'writer_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'XferType' to 'xfer_type'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pPipe' to 'pipe_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iNbrPendXfers' to 'num_pending_xfers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iSizeXferred' to 'xferred_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Dummy' to 'dummy'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ReqType' to 'req_type'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Async' to 'async'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Sync' to 'sync'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ReqInfo' to 'req_info'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iSizeTotal' to 'total_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pData' to 'data_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Params' to 'params'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Tail' to 'tail'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Head' to 'head'.Yonattan Louise
2016-02-05Rename struct field 'taskId' to 'task_id'.Yonattan Louise
2016-02-05Rename microkernel struct field 'cmdPkt' to 'command_packet'.Yonattan Louise
2016-02-05Rename microkernel struct field 'nPkts' to 'num_packets'.Yonattan Louise
2016-02-05Rename microkernel struct field 'Free' to 'free'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iBufferSize' to 'buffer_size'.Yonattan Louise
2016-02-05Rename microkernel struct field 'ReadMarkers' to 'read_markers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'WriteMarkers' to 'write_markers'.Yonattan Louise
2016-02-05Rename microkernel struct field 'BuffState' to 'buffer_state'.Yonattan Louise
2016-02-05Rename microkernel struct field 'bReadWA' to 'wrap_around_read'.Yonattan Louise
2016-02-05Rename microkernel struct field 'bWriteWA' to 'wrap_around_write'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iNbrPendingWrites' to 'num_pending_writes'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iAvailDataAWA' to 'available_data_post_wrap_...Yonattan Louise
2016-02-05Rename microkernel struct field 'iAvailDataCont' to 'available_data_count'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iNbrPendingReads' to 'num_pending_reads'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iFreeSpaceAWA' to 'free_space_post_wrap_arou...Yonattan Louise
2016-02-05Rename microkernel struct field 'iFreeSpaceCont' to 'free_space_count'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pReadGuard' to 'read_guard'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pWriteGuard' to 'write_guard'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pRead' to 'read_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pWrite' to 'write_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pEndOrig' to 'original_end_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pEnd' to 'end_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'pBegin' to 'begin_ptr'.Yonattan Louise
2016-02-05Rename microkernel struct field 'iBuffSize' to 'buffer_size'.Yonattan Louise