Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
Q
 quot
R
 refcount, mos_buf_impl_t
 rem
 requestindex, mos_system_cb_t
S
 scheduler_cr0_ts
 scheduler_curfpu
 scheduler_curtask
 scheduler_fpusolv
 scheduler_offset
 scheduler_sleeptask
 scheduler_table
 scheduler_ticks
 semBlockedTask
 semPageTable
 semPortHi
 semPortLo
 semScheduler
 semTaskRoutes
 size, mos_buf_part_t
 start
 StartLocation
 szaHostName
T
 tag, mos_buf_tag_t
 tags, mos_buf_t
 ticTaskRoutes
 trnTaskRoutes
U
 unlock_op, mos_buf_impl_t
V
 vmstub
int quot
stores the quotient of the division
long int quot
stores the quotient of the division
long long int quot
stores the quotient of the division
udi_index_t refcount
Holds the amount of references to this data.
int rem
stores the remainder after the division
long int rem
stores the remainder after the division
long long int rem
stores the remainder after the division
udi_ubit32_t requestindex
contains the request number for pipelined requests
scheduler_cr0_ts: DD 0
local copy of CR0 with TS set
scheduler_curfpu: TIMES 8 DD 0
Contains the physical address for the TDT currently using the FPU state
scheduler_curtask: TIMES 8 * 2 DD 0
contains the current threads for each processor in TDT/CR3
scheduler_fpusolv: TIMES 8 DD 0
contains the address of a page that is to contain the TDT when mapped into memory
scheduler_offset: TIMES 8 DD 0
current offsets into the task table
scheduler_sleeptask:DD 0
Points to a page containing not-scheduled (blocked) tasks
scheduler_table: TIMES 8 DD 0
points to the schedule tables for each processor
scheduler_ticks: DD 0
contains the amount of ticks generated since system startup
semBlockedTask: DB 1
Taken for write access on the blocked task list
semPageTable: DB 1
Taken for write lock on page tables
semPortHi: DB 1
Taken for write lock on upper range port table
semPortLo: DB 1
Taken for write lock on lower range port table
semScheduler: DB 0xff
Taken for write access to a scheduler’s list
semTaskRoutes: DB 1
taken for read or write access to the task route map
udi_size_t size
amount of bytes referenced by this buffer part
udi_size_t start
the starting block
udi_size_t start
the starting block
StartLocation As Long
The location in the current map where this extent starts (inclusive)
szaHostName: TIMES 8 * 16 DB 0
contains the name of the host (processor or vm) for each processor
udi_buf_tag_t tag
contains the tag info
mos_buf_tag_t * tags
Contains a pointer to the first tag in the list of associated tags as mos_buf_tag_t
ticTaskRoutes: DW 0
ticket counter for the task route map
trnTaskRoutes: DW 0
turn counter for the task route map
void (*unlock_op)(struct mos_buf_impl * buf, const void * pointer)
a function pointer to the unlock function this function may be NULL, but only if copy_op is NULL as well
Dim Shared vmstub As Byte Ptr
contains the location where the real mode stub is located