Searched refs:root (Results 1 – 14 of 14) sorted by relevance
| /sys/amd64/ |
| D | pmap.c | 31 systemAS.root = PAlloc_AllocPage(); in PMap_Init() 34 if (!systemAS.root) in PMap_Init() 38 systemAS.root->entries[i] = 0; in PMap_Init() 46 systemAS.root->entries[i] = pte; in PMap_Init() 88 as->root = PAlloc_AllocPage(); in PMap_NewAS() 92 if (!as->root) { in PMap_NewAS() 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() 184 write_cr3(DMVA2PA((uint64_t)space->root)); in PMap_LoadAS() [all …]
|
| D | machine.c | 222 Disk *root = Disk_GetByID(0, 0); in Machine_Init() local 223 if (!root) in Machine_Init() 225 VFS_MountRoot(root); in Machine_Init()
|
| D | mp.c | 65 args[0] = DMVA2PA((uint64_t)systemAS.root); in MPBootAP()
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_out.c | 69 static u16_t snmp_varbind_list_sum(struct snmp_varbind_root *root); 73 static u16_t snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs); 414 snmp_varbind_list_sum(struct snmp_varbind_root *root) in snmp_varbind_list_sum() argument 422 vb = root->tail; in snmp_varbind_list_sum() 469 root->seqlen = tot_len; in snmp_varbind_list_sum() 470 snmp_asn1_enc_length_cnt(root->seqlen, &root->seqlenlen); in snmp_varbind_list_sum() 471 tot_len += 1 + root->seqlenlen; in snmp_varbind_list_sum() 608 snmp_varbind_list_enc(struct snmp_varbind_root *root, struct pbuf *p, u16_t ofs) in snmp_varbind_list_enc() argument 617 snmp_asn1_enc_length(p, ofs, root->seqlen); in snmp_varbind_list_enc() 618 ofs += root->seqlenlen; in snmp_varbind_list_enc() [all …]
|
| D | msg_in.c | 1397 snmp_varbind_list_free(struct snmp_varbind_root *root) in snmp_varbind_list_free() argument 1401 vb = root->tail; in snmp_varbind_list_free() 1408 root->count = 0; in snmp_varbind_list_free() 1409 root->head = NULL; in snmp_varbind_list_free() 1410 root->tail = NULL; in snmp_varbind_list_free() 1414 snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb) in snmp_varbind_tail_add() argument 1416 if (root->count == 0) in snmp_varbind_tail_add() 1419 root->head = vb; in snmp_varbind_tail_add() 1420 root->tail = vb; in snmp_varbind_tail_add() 1425 root->tail->next = vb; in snmp_varbind_tail_add() [all …]
|
| /lib/liblwip/src/include/lwip/ |
| D | snmp_msg.h | 298 void snmp_varbind_list_free(struct snmp_varbind_root *root); 299 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb); 300 struct snmp_varbind* snmp_varbind_tail_remove(struct snmp_varbind_root *root);
|
| /sys/include/ |
| D | vfs.h | 20 VNode *root; member 52 int VFS_MountRoot(Disk *root);
|
| /sbin/newfs_o2fs/ |
| D | newfs_o2fs.c | 282 memcpy(&sb.root, objid, sizeof(ObjID)); in Superblock() 374 ObjID *root = NULL; in main() local 389 root = AddDirectory(); in main() 400 Superblock(root); in main() 401 free(root); in main()
|
| /sys/fs/o2fs/ |
| D | o2fs.c | 93 DLOG(o2fs, "Root @ 0x%llx\n", sb->root.offset); in O2FS_Mount() 96 fs->fsval = sb->root.offset; in O2FS_Mount() 104 fs->root = NULL; in O2FS_Mount() 106 status = O2FS_GetRoot(fs, &fs->root); in O2FS_Mount() 360 if (fs->root) { in O2FS_GetRoot() 361 fs->root->refCount++; in O2FS_GetRoot() 362 *dn = fs->root; in O2FS_GetRoot()
|
| D | o2fs.h | 58 ObjID root; /* Root Tree */ member
|
| / |
| D | README | 19 To build the documentation run the following command in the root folder:
|
| /sys/amd64/include/ |
| D | pmap.h | 53 PageTable *root; member
|
| /sys/kern/ |
| D | vfs.c | 18 extern VFS *O2FS_Mount(Disk *root);
|
| /docs/ |
| D | Doxyfile | 1015 # subdirectory from a directory tree whose root is specified with the INPUT tag. 1210 # - Make sure the INPUT points to the root of the source tree 1650 # shows how to put an image at the root of the tree instead of the PROJECT_NAME. 2690 # children of the root node in a graph is already larger than 2700 # root by following a path via at most 3 edges will be shown. Nodes that lay 2701 # further from the root node will be omitted. Note that setting this option to 1
|