Searched refs:entries (Results 1 – 17 of 17) sorted by relevance
| /sys/amd64/ |
| D | pmap.c | 38 systemAS.root->entries[i] = 0; in PMap_Init() 46 systemAS.root->entries[i] = pte; in PMap_Init() 49 pgtbl->entries[j] = 0; in PMap_Init() 99 as->root->entries[i] = 0; in PMap_NewAS() 102 as->root->entries[i] = systemAS.root->entries[i]; in PMap_NewAS() 121 PageEntry pte = space->root->entries[i]; in PMap_DestroyAS() 126 PageEntry pte2 = tbl2->entries[j]; in PMap_DestroyAS() 130 PageEntry pte3 = tbl3->entries[k]; in PMap_DestroyAS() 135 PageEntry pte4 = tbl4->entries[l]; in PMap_DestroyAS() 205 pgtbl->entries[i] = 0; in PMapAllocPageTable() [all …]
|
| D | mbentry.c | 28 PAGE_ALIGN DATA_SECTION PageTable bootpgtbl3 = { .entries = { 48 PAGE_ALIGN DATA_SECTION PageTable bootpgtbl2 = { .entries = { 53 PAGE_ALIGN DATA_SECTION PageTable bootpgtbl1 = { .entries = {
|
| /sys/kern/ |
| D | sga.c | 22 sga->entries[sga->len].offset = off; in SGArray_Append() 23 sga->entries[sga->len].length = len; in SGArray_Append() 37 kprintf("%d: %016llx %016llx\n", i, sga->entries[i].offset, in SGArray_Dump() 38 sga->entries[i].length); in SGArray_Dump()
|
| D | disk.c | 21 LIST_INSERT_HEAD(&diskList, disk, entries); in Disk_AddDisk() 27 LIST_REMOVE(disk, entries); in Disk_RemoveDisk() 35 LIST_FOREACH(d, &diskList, entries) { in Disk_GetByID() 66 LIST_FOREACH(d, &diskList, entries) { in Debug_Disks() 94 sga.entries[0].offset = sector; in Debug_DumpDisk() 95 sga.entries[0].length = 512; in Debug_DumpDisk()
|
| D | nic.c | 23 LIST_INSERT_HEAD(&nicList, nic, entries); in NIC_AddNIC() 29 LIST_REMOVE(nic, entries); in NIC_RemoveNIC() 37 LIST_FOREACH(n, &nicList, entries) { in NIC_GetByID() 50 LIST_FOREACH(n, &nicList, entries) { in Debug_NICs()
|
| D | palloc.c | 34 LIST_ENTRY(FreePage) entries; 161 LIST_INSERT_HEAD(&freeList, pg, entries); in PAlloc_AddRegion() 196 LIST_REMOVE(pg, entries); in PAlloc_AllocPage() 227 LIST_INSERT_HEAD(&freeList, pg, entries); in PAllocFreePage() 292 LIST_FOREACH(it, &freeList, entries) { in Debug_PAllocDump()
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 174 BDirEntry *entries = malloc(128 * sizeof(BDirEntry)); in AddDirectory() local 181 memset(&entries[entry], 0, sizeof(BDirEntry)); in AddDirectory() 186 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory() 190 memcpy(&entries[entry].objId, fobj, sizeof(ObjID)); in AddDirectory() 195 strncpy((char *)entries[entry].name, tokenString, MAXNAMELEN); in AddDirectory() 197 memcpy(&entries[entry].objId, dobj, sizeof(ObjID)); in AddDirectory() 210 memcpy(entries[entry].magic, BDIR_MAGIC, 8); in AddDirectory() 212 entries[entry].flags = 0; in AddDirectory() 213 entries[entry].ctime = (uint64_t)time(NULL); in AddDirectory() 214 entries[entry].mtime = (uint64_t)time(NULL); in AddDirectory() [all …]
|
| /sys/dev/x86/ |
| D | ide.c | 282 sga->entries[i].offset / 512, in IDE_Read() 283 sga->entries[i].length / 512); in IDE_Read() 284 buf += sga->entries[i].length; in IDE_Read() 304 sga->entries[i].offset / 512, in IDE_Write() 305 sga->entries[i].length / 512); in IDE_Write() 306 buf += sga->entries[i].length; in IDE_Write()
|
| /sys/include/ |
| D | sga.h | 16 SGEntry entries[SGARRAY_MAX_ENTRIES]; member
|
| D | nic.h | 18 LIST_ENTRY(NIC) entries;
|
| D | disk.h | 21 LIST_ENTRY(Disk) entries;
|
| /sys/dev/ |
| D | ahci.c | 268 ct->prdt[i].dba = sga->entries[i].offset; in AHCI_IssueCommand() 269 ct->prdt[i].descInfo = sga->entries[i].length - 1; in AHCI_IssueCommand() 271 ASSERT(sga->entries[i].length % 2 == 0); in AHCI_IssueCommand() 315 sga.entries[0].offset = (uintptr_t)&ident; in AHCI_IdentifyPort() 316 sga.entries[0].length = 512; in AHCI_IdentifyPort()
|
| /sys/amd64/include/ |
| D | amd64.h | 55 PageEntry entries[PAGETABLE_ENTRIES]; member
|
| /lib/liblwip/ |
| D | UPGRADING | 140 * Added support for static ARP table entries
|
| D | CHANGELOG | 291 * etharp.c: fixed bug #33551 (ARP entries may time out although in use) by 391 * opt.h, etharp.c/.h: Added support for static ARP table entries 809 only update existing entries; internalized some functions 2920 * etharp.c: update_arp_entry() only adds new ARP entries when adviced to by
|
| /lib/liblwip/doc/ |
| D | snmp_agent.txt | 179 when new entries are made or removed form the ARP cache.
|
| /docs/ |
| D | Doxyfile | 1416 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries 1418 # and collapse entries dynamically later on. Doxygen will expand the tree to 1419 # such a level that at most the specified number of entries are visible (unless 1421 # entries 1 will produce a full collapsed tree by default. 0 is a special value 1422 # representing an infinite number of entries and will result in a full expanded
|