home *** CD-ROM | disk | FTP | other *** search
- xcache_control
- Defined in: <cache=>cache.$>.h
- Declaration: extern <os_error=>os.os_error> *xcache_control (bits eor_mask,
- bits and_mask,
- bits *old_state);
- Summary: Turns the cache on or offcache_control
- Defined in: <cache=>cache.$>.h
- Declaration: extern bits cache_control (bits eor_mask,
- bits and_mask);
- Summary: Turns the cache on or offxcache_cacheable
- Defined in: <cache=>cache.$>.h
- Declaration: extern <os_error=>os.os_error> *xcache_cacheable (bits eor_mask,
- bits and_mask,
- bits *old_state);
- Summary: Controls which area of memory may be cachedcache_cacheable
- Defined in: <cache=>cache.$>.h
- Declaration: extern bits cache_cacheable (bits eor_mask,
- bits and_mask);
- Summary: Controls which area of memory may be cachedxcache_updateable
- Defined in: <cache=>cache.$>.h
- Declaration: extern <os_error=>os.os_error> *xcache_updateable (bits eor_mask,
- bits and_mask,
- bits *old_state);
- Summary: Controls which area of memory will be automatically updated in the cachecache_updateable
- Defined in: <cache=>cache.$>.h
- Declaration: extern bits cache_updateable (bits eor_mask,
- bits and_mask);
- Summary: Controls which area of memory will be automatically updated in the cachexcache_disruptive
- Defined in: <cache=>cache.$>.h
- Declaration: extern <os_error=>os.os_error> *xcache_disruptive (bits eor_mask,
- bits and_mask,
- bits *old_state);
- Summary: Controls which areas of memory cause automatic flushing of the cache on a writecache_disruptive
- Defined in: <cache=>cache.$>.h
- Declaration: extern bits cache_disruptive (bits eor_mask,
- bits and_mask);
- Summary: Controls which areas of memory cause automatic flushing of the cache on a writexcache_flush
- Defined in: <cache=>cache.$>.h
- Declaration: extern <os_error=>os.os_error> *xcache_flush (void);
- Summary: Flushes the cachecache_flush
- Defined in: <cache=>cache.$>.h
- Declaration: extern void cache_flush (void);
- Summary: Flushes the cacheCache
- <xcache_control>
- <cache_control>
- <xcache_cacheable>
- <cache_cacheable>
- <xcache_updateable>
- <cache_updateable>
- <xcache_disruptive>
- <cache_disruptive>
- <xcache_flush>
- <cache_flush>