ChorusOS man pages section 2SEG: Virtual Memory Segment Services
    
D
 
 dcAlloc -- Allocate a data cache for a segment; Free a previously allocated data cache ( Index Term Link )
 
 dcCluster -- Set the input and output cluster sizes of a data cache ( Index Term Link )
 
 dcFillZero -- Fill a data segment with zero ( Index Term Link )
 
 dcFlush -- Sync a data cache object; Flush a data cache object ( Index Term Link )
 
 dcFree -- Allocate a data cache for a segment; Free a previously allocated data cache ( Index Term Link )
 
 dcGetPages -- Get a list of pages for read-ahead purpose ( Index Term Link )
 
 dcIsDirty -- Test and reset data cache dirty bit ( Index Term Link )
 
 dcPgNumber -- Get the number of pages for a data cache object ( Index Term Link )
 
 dcPxmDeclare -- Initialize an external proxy-mapper descriptor ( Index Term Link )
 
 dcRead -- Read data from a data cache; Write data to a data cache ( Index Term Link )
 
 dcSync -- Sync a data cache object; Flush a data cache object ( Index Term Link )
 
 dcTrunc -- Truncate a data segment ( Index Term Link )
 
 dcWrite -- Read data from a data cache; Write data to a data cache ( Index Term Link )
    
L
 
 lcCap -- Find or create a local cache object for a segment; Release a local cache object; Return the cabability of a local cache ( Index Term Link )
 
 lcClose -- Find or create a local cache object for a segment; Release a local cache object; Return the cabability of a local cache ( Index Term Link )
 
 lcFillZero -- zero a range of a local cache ( Index Term Link )
 
 lcFlush -- flush local cache(s) ( Index Term Link )
 
 lcOpen -- Find or create a local cache object for a segment; Release a local cache object; Return the cabability of a local cache ( Index Term Link )
 
 lcPushData -- push data from a source local cache to a target local cache ( Index Term Link )
 
 lcRead -- Read data through a local cache into an actor address space; Write data from an actor address space through a local cache ( Index Term Link )
 
 lcSetRights -- flush local cache(s) ( Index Term Link )
 
 lcStat -- get the statistics of a local cache ( Index Term Link )
 
 lcTrunc -- shape the end of a local cache ( Index Term Link )
 
 lcWrite -- Read data through a local cache into an actor address space; Write data from an actor address space through a local cache ( Index Term Link )
    
M
 
 MpCreate -- create a temporary segment at the default mapper ( Index Term Link )
 
 MpGetAccess -- get access to data through a local cache ( Index Term Link )
 
 MpPullIn -- read data into a local cache ( Index Term Link )
 
 MpPushOut -- write data back to mapper ( Index Term Link )
 
 MpRelease -- release a temporary segment or notify a local cache destruction ( Index Term Link )
    
P
 
 pageIoDone -- Inform nucleus I/O is complete on a page list ( Index Term Link )
 
 pageMap -- Map a list of pages in the current actor address space; Unmap a list of pages ( Index Term Link )
 
 pagePhysAddr -- Get the physical address of a page ( Index Term Link )
 
 pageSetDirty -- Mark a page as dirty ( Index Term Link )
 
 pageSgId -- Get the segment identifier associated with a page ( Index Term Link )
 
 pageUnmap -- Map a list of pages in the current actor address space; Unmap a list of pages ( Index Term Link )
 
 PxmClose -- Open a Data Segment; Close a Data Segment ( Index Term Link )
 
 PxmGetAcc -- Get access rights and data on a part of a data segment ( Index Term Link )
 
 PxmOpen -- Open a Data Segment; Close a Data Segment ( Index Term Link )
 
 PxmPullIn -- Read data from a data segment ( Index Term Link )
 
 PxmPushOutAsyn -- Write asynchronously to a data segment ( Index Term Link )
 
 PxmRelAccLock -- Release an access lock ( Index Term Link )
 
 PxmStat -- Get information about a data segment ( Index Term Link )
 
 PxmSwapOut -- Customize next swap out ( Index Term Link )
    
R
 
 rgnFlush -- Flush a region ( Index Term Link )
 
 rgnInit -- allocate a region in an actor address space and initialize it from a segment ( Index Term Link )
 
 rgnInitFromDtCache -- Create a region in an actor address space and initialize it from a segment ( Index Term Link )
 
 rgnMap -- create a region in an actor address space and map a segment ( Index Term Link )
 
 rgnMapFromDtCache -- Create a region in an actor address space and map a segment ( Index Term Link )
    
S
 
 sgFlush -- flush local cache(s) ( Index Term Link )
 
 sgRead -- Read data from a segment into an actor address space; Write data from an actor address space into a segment ( Index Term Link )
 
 sgStat -- get the statistics of a local cache ( Index Term Link )
 
 sgSyncAll -- flush local cache(s) ( Index Term Link )
 
 sgWrite -- Read data from a segment into an actor address space; Write data from an actor address space into a segment ( Index Term Link )
    
V
 
 vmFlush -- flush local cache(s) ( Index Term Link )