Searched refs:root (Results 1 - 25 of 146) sorted by relevance

123456

/haiku/headers/private/net/
H A Dnet_routing_info.h10 void *root; member in struct:net_routing_info
/haiku/src/servers/package/
H A DPackageDaemon.cpp41 for (int32 i = 0; Root* root = fRoots.ItemAt(i); i++)
42 root->ReleaseReference();
92 // Get the node_ref of the filesystem root to see which one it is
95 error = message->FindInt64("root", &nodeRef.node);
101 Root* root = _FindRoot(nodeRef); local
102 if (root != NULL) {
103 root->HandleRequest(DetachCurrentMessage());
135 error = volume->Init(node_ref(info.dev, info.root), rootRef);
146 // get the root for the volume and register it
147 Root* root; local
172 Root* root = volume->GetRoot(); local
182 Root* root = _FindRoot(nodeRef); local
233 _PutRoot(Root* root) argument
[all...]
/haiku/src/system/libroot/posix/musl/search/
H A Dtdestroy.c6 void tdestroy(void *root, void (*freekey)(void *)) argument
8 struct node *r = root;
H A Dtwalk.c19 void twalk(const void *root, void (*action)(const void *, VISIT, int)) argument
21 walk(root, action, 0);
/haiku/headers/private/kernel/platform/openfirmware/
H A Ddevices.h15 status_t of_get_next_device(intptr_t *_cookie, intptr_t root, const char *type,
/haiku/src/libs/compat/freebsd_network/
H A Ddriver.c63 device_t root = device_add_child(NULL, NULL, 0); local
64 if (root == NULL)
67 root->softc = malloc(sizeof(struct root_device_softc));
68 if (root->softc == NULL) {
69 device_delete_child(NULL, root);
73 bzero(root->softc, sizeof(struct root_device_softc));
76 root->driver = &sRootDriverPCI;
78 root->driver = &sRootDriverUSB;
81 ((struct root_device_softc*)root->softc)->bus = bus_type;
83 root
93 add_child_device(driver_t* driver, device_t root, device_t* _child) argument
130 device_t root; local
198 device_t root; local
317 device_t root, device = NULL; local
[all...]
/haiku/src/system/boot/loader/file_systems/fat/
H A Dfatfs.cpp25 // calculate root block position (it depends on the block size)
36 RootBlock root(buffer, blockSize);
37 if (root.ValidateCheckSum() < B_OK)
40 //printf("primary = %ld, secondary = %ld\n", root.PrimaryType(), root.SecondaryType());
41 if (!root.IsRootBlock())
/haiku/src/add-ons/kernel/file_systems/packagefs/volume/
H A DPackageFSRoot.cpp26 mutex PackageFSRoot::sRootListLock = MUTEX_INITIALIZER("packagefs root list");
37 rw_lock_init(&fLock, "packagefs root");
91 // Unless the volume is custom mounted, we stat the supposed root directory.
92 // Get the volume mount point relative path to the root directory depending
113 dprintf("packagefs: Failed to get root directory \"%s\": %s\n",
123 dprintf("packagefs: Failed to stat root directory \"%s\": %s\n",
128 // get/create the root
129 PackageFSRoot* root; local
130 error = PackageFSRoot::_GetOrCreateRoot(st.st_dev, st.st_ino, root);
135 error = root
145 PackageFSRoot* root = new(std::nothrow) PackageFSRoot(-1, 0); local
418 PackageFSRoot* root = new(std::nothrow) PackageFSRoot(deviceID, nodeID); local
459 _PutRoot(PackageFSRoot* root) argument
[all...]
/haiku/headers/posix/
H A Dsearch.h45 extern void *tfind(const void *key, void *const *root,
49 extern void twalk(const void *root,
53 extern void tdestroy(void *root, void (*free_key)(void *));
/haiku/src/servers/registrar/mime/
H A DCreateAppMetaMimeThread.cpp23 BMessenger managerMessenger, const entry_ref* root, bool recursive,
26 MimeUpdateThread(name, priority, database, managerMessenger, root,
20 CreateAppMetaMimeThread(const char* name, int32 priority, Database* database, MimeEntryProcessor::DatabaseLocker* databaseLocker, BMessenger managerMessenger, const entry_ref* root, bool recursive, int32 force, BMessage* replyee) argument
H A DUpdateMimeInfoThread.cpp28 BMessenger managerMessenger, const entry_ref* root, bool recursive,
31 MimeUpdateThread(name, priority, database, managerMessenger, root,
26 UpdateMimeInfoThread(const char* name, int32 priority, Database* database, MimeEntryProcessor::DatabaseLocker* databaseLocker, BMessenger managerMessenger, const entry_ref* root, bool recursive, int32 force, BMessage* replyee) argument
H A DMimeUpdateThread.cpp53 Database *database, BMessenger managerMessenger, const entry_ref *root,
58 fRoot(root ? *root : entry_ref()),
62 fStatus(root ? B_OK : B_BAD_VALUE)
52 MimeUpdateThread(const char *name, int32 priority, Database *database, BMessenger managerMessenger, const entry_ref *root, bool recursive, int32 force, BMessage *replyee) argument
/haiku/headers/private/kernel/arch/x86/64/
H A Dcpu.h57 x86_swap_pgdir(uintptr_t root) argument
59 asm volatile("movq %0, %%cr3" : : "r" (root));
/haiku/src/system/boot/loader/
H A DRootFileSystem.cpp25 entry->root->Release();
62 entry->root->Acquire();
63 return entry->root;
73 if (entry->root->GetName(entryName, sizeof(entryName)) != B_OK)
77 entry->root->Acquire();
78 return entry->root;
94 return entry->root->GetName(name, size);
108 *_node = entry->root;
141 entry->root = volume;
159 entry->root
[all...]
/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware_devices.cpp15 * If a root != 0 is given, the function only traverses the subtree spanned
16 * by the root (inclusively). Otherwise the whole device tree is searched.
21 of_get_next_device(intptr_t *_cookie, intptr_t root, const char *type, argument
31 // If a root was supplied, we take that, otherwise the device tree
32 // root.
33 if (root != 0)
34 node = root;
43 // We want to visit the root first.
65 if (next == root || next == 0) {
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dstart.cpp40 intptr_t root = of_finddevice("/"); local
46 if ((length = of_getprop(root, "device_type", buffer, sizeof(buffer) - 1))
56 if ((length = of_getprop(root, "model", buffer, sizeof(buffer) - 1))
63 if ((length = of_getprop(root, "name", buffer, sizeof(buffer) - 1))
H A Dcpu.cpp31 int root = of_finddevice("/"); local
32 if (root == OF_FAILED) {
37 of_getprop(root, "clock-frequency", &busFrequency, 4);
/haiku/src/system/libroot/posix/sys/
H A Duname.c24 cpu_topology_node_info root; local
51 error = get_cpu_topology_info(&root, &count);
55 switch (root.data.root.platform) {
/haiku/3rdparty/proj2make/
H A Dmakefile69 LIBS=be root $(STDCPPLIBS)
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-file-system.h20 efi_file_protocol** root) EFIAPI;
/haiku/headers/build/private/storage/mime/
H A DUpdateMimeInfoThread.h22 BMessenger managerMessenger, const entry_ref *root, bool recursive,
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py45 for root, dirs, files in os.walk(dir):
46 if os.path.split(root)[1] in vcsCacheDirectory:
47 print(root + " cache directory has been ignored")
51 path = os.path.join(root, file)
/haiku/src/apps/serialconnect/
H A DCustomRateWindow.cpp30 BGroupView* root = new BGroupView(B_VERTICAL); local
31 AddChild(root);
33 BGroupLayoutBuilder(root)
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp64 root = B_HOST_TO_LENDIAN_INT64(BTRFS_RESERVED_SPACE_OFFSET + blockSize);
196 TRACE("Volume::Mount() root: %" B_PRIu64 " (physical block %" B_PRIu64 ")\n",
201 TRACE("Volume::Mount(): Searching extent root\n");
206 btrfs_root* root; local
207 status = fRootTree->FindExact(&path, search_key, (void**)&root);
209 ERROR("Volume::Mount(): Couldn't find extent root\n");
212 TRACE("Volume::Mount(): Found extent root: %" B_PRIu64 "\n",
213 root->LogicalAddress());
217 fExtentTree->SetRoot(root->LogicalAddress(), NULL);
218 free(root);
[all...]
/haiku/headers/private/kernel/util/
H A DRadixBitmap.h57 radix_node *root; // root of radix tree, actually it is an array member in struct:radix_bitmap

Completed in 111 milliseconds

123456