Searched refs:Stack (Results 1 - 25 of 51) sorted by last modified time

123

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp28 #include <util/Stack.h>
167 status_t _AddPath(Stack<KPath*>& stack, const char* path,
1609 device_node::_AddPath(Stack<KPath*>& stack, const char* basePath,
1634 Stack<KPath*>* stack = NULL;
1638 stack = new(std::nothrow) Stack<KPath*>();
1782 stack = static_cast<Stack<KPath*>*>(cookie);
H A Dlegacy_drivers.cpp29 #include <util/Stack.h>
197 Stack<KPath*> fPaths;
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.h92 static status_t AddTo(Stack *stack);
94 XHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack,
238 Stack * fStack;
H A Dxhci.cpp66 Stack *stack;
340 XHCI::XHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack,
H A Duhci.h32 Queue(Stack *stack);
57 Stack * fStack;
97 pci_device* device, Stack *stack, device_node* node);
213 Stack * fStack;
H A Duhci.cpp60 Stack *stack;
296 Queue::Queue(Stack *stack)
503 UHCI::UHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack,
H A Dohci.cpp62 Stack *stack;
269 OHCI::OHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack,
H A Dohci.h38 pci_device* device, Stack *stack, device_node* node);
190 Stack * fStack;
H A Dehci.h55 pci_device* device, Stack *stack, device_node *node);
208 Stack * fStack;
H A Dehci.cpp60 Stack *stack;
317 EHCI::EHCI(pci_info *info, pci_device_module_info* pci, pci_device* device, Stack *stack,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp1109 BPlusTree::_SeekDown(Stack<node_and_key>& stack, const uint8* key,
1691 Stack<node_and_key> stack;
2107 Stack<node_and_key> stack;
H A DQuery.cpp1278 Stack<Term*> stack;
/haiku/headers/private/net/
H A DProtocolUtilities.h43 static net_stack_module_info* Stack() { return gStackModule; } function in class:NetModuleBundleGetter
365 ModuleBundle::Stack()->notify_socket(fSocket, B_SELECT_READ,
375 if (ModuleBundle::Stack()->is_restarted_syscall())
376 return ModuleBundle::Stack()->restore_syscall_restart_timeout();
382 ModuleBundle::Stack()->store_syscall_restart_timeout(timeout);
/haiku/src/system/kernel/
H A Dmodule.cpp35 #include <util/Stack.h>
263 status_t _ScanDirectory(Stack<DIR*>& stack, DIR* dir,
1474 Stack<DIR*> stack;
1488 ModuleNotificationService::_ScanDirectory(Stack<DIR*>& stack, DIR* dir,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb.cpp17 Stack *gUSBStack = NULL;
155 Stack *stack = new(std::nothrow) Stack();
H A Dusb_private.h51 class Stack;
64 status_t (*add_to)(Stack *stack);
126 class Stack { class
128 Stack();
129 ~Stack();
201 * This class manages a bus. It is created by the Stack object
207 BusManager(Stack *stack, device_node* node);
261 Stack * fStack;
274 Object(Stack *stack, BusManager *bus);
282 Stack * GetStac
[all...]
H A DStack.cpp23 Stack::Stack() function in class:Stack
52 fAllocator = new(std::nothrow) PhysicalMemoryAllocator("USB Stack Allocator",
67 Stack::~Stack()
91 Stack::InitCheck()
98 Stack::Lock()
105 Stack::Unlock()
112 Stack::GetUSBID(Object *object)
137 Stack
[all...]
H A DBusManager.cpp13 BusManager::BusManager(Stack *stack, device_node* node)
H A DObject.cpp12 Object::Object(Stack *stack, BusManager *bus)
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp974 # error Stack direction has not been defined in arch_config.h
/haiku/src/system/kernel/fs/
H A Dvfs_boot.cpp30 #include <util/Stack.h>
44 typedef Stack<KPartition *> PartitionStack;
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp39 static net_stack_module_info* Stack() { return &gNetStackModule; } function in class:LocalStackBundle
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp26 #include "Stack.h"
68 Stack<text_run *> fGroupStack;
H A DRTF.h9 #include "Stack.h"
157 Stack<Element *> fStack;
/haiku/headers/private/file_systems/
H A DQueryParser.h48 # include <util/Stack.h>
169 Stack<Equation<QueryPolicy>*> fStack;
1401 Stack<Term<QueryPolicy>*> stack;

Completed in 205 milliseconds

123