Home
last modified time | relevance | path

Searched refs:table (Results 1 – 7 of 7) sorted by relevance

/sys/amd64/
Dpmap.c223 PageTable *table = space->root; in PMap_Translate() local
232 pte = table->entries[i]; in PMap_Translate()
237 table = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_Translate()
239 pte = table->entries[j]; in PMap_Translate()
245 table = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_Translate()
247 pte = table->entries[k]; in PMap_Translate()
250 entry = &table->entries[k]; in PMap_Translate()
257 table = (PageTable *)DMPA2VA(pte & PGNUMMASK); in PMap_Translate()
260 entry = &table->entries[l]; in PMap_Translate()
281 PageTable *table = space->root; in PMapLookupEntry() local
[all …]
/sys/kern/
Dbufcache.c99 struct CacheHashTable *table; in BufCacheLookup() local
103 table = &hashTable[diskOffset % HASHTABLEENTRIES]; in BufCacheLookup()
104 TAILQ_FOREACH(e, table, htEntry) { in BufCacheLookup()
135 struct CacheHashTable *table; in BufCacheAlloc() local
148 table = &hashTable[e->diskOffset % HASHTABLEENTRIES]; in BufCacheAlloc()
149 TAILQ_REMOVE(table, e, htEntry); in BufCacheAlloc()
158 table = &hashTable[diskOffset % HASHTABLEENTRIES]; in BufCacheAlloc()
159 TAILQ_INSERT_HEAD(table, e, htEntry); in BufCacheAlloc()
/lib/liblwip/doc/
Dsnmp_agent.txt34 doen't have a route table and doesn't have a notion of the U,G,H flags.
38 The agent returns a "virtual table" with the default route 0.0.0.0
Drawapi.txt399 Initializes the ARP table and queue.
/lib/liblwip/
DUPGRADING140 * Added support for static ARP table entries
DCHANGELOG160 * netif.c, etharp.h/.c: fixed bug #34684: Clear the arp table cache when
391 * opt.h, etharp.c/.h: Added support for static ARP table entries
1152 hosts table. New configuration options DNS_LOCAL_HOSTLIST and
1951 Include a function pointer instead of a table index in the message to reduce
2320 to cache ARP table indices with each pcb instead of single-entry cache for
2343 in api_lib/api_msg (use pointers and not type with table, etc...)
2587 * memp.h, stats.c: Fix stats_display function where memp_names table wasn't
2717 (stable) ethernet/IP address pair from ARP table
/docs/
DDoxyfile358 # to that level are automatically included in the table of contents, even if
1495 # HTML files also contain an index, a table of contents, and you can search for
1531 # The BINARY_TOC flag controls whether a binary table of contents is generated
1532 # (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
1540 # the table of contents of the HTML help documentation and to the tree view.