Searched refs:Stack (Results 1 - 25 of 51) sorted by relevance

123

/haiku/headers/private/kernel/util/
H A DStack.h16 template<class T> class Stack { class
18 Stack() function in class:Stack
26 ~Stack()
84 inline void operator()(Stack<T>* stack)
99 : public BPrivate::AutoDeleter<Stack<T>, StackDelete<T> > {
105 StackDeleter(Stack<T>* stack)
106 : BPrivate::AutoDeleter<Stack<T>, StackDelete<T> >(stack)
/haiku/headers/private/media/
H A DTStack.h3 /* Stack - a template stack class, does not call any constructors/destructors
11 template<class T> class Stack { class
13 Stack() function in class:Stack
21 ~Stack()
/haiku/src/bin/bfs_tools/lib/
H A DStack.h3 /* Stack - a template stack class
15 template<class T> class Stack class
18 Stack() function in class:Stack
26 ~Stack()
/haiku/headers/private/fs_shell/
H A DStack.h0 /* Stack - a template stack class (plus some handy methods)
17 template<class T> class Stack { class in namespace:FSShell
19 Stack() function in class:FSShell::Stack
27 ~Stack()
84 using FSShell::Stack;
/haiku/src/add-ons/translators/rtf/
H A DStack.h0 /* Stack - a template stack class
15 template<class T> class Stack { class
17 Stack() function in class:Stack
25 ~Stack()
/haiku/src/apps/sudoku/
H A DStack.h0 /* Stack - a template stack class (plus some handy methods)
14 template<class T> class Stack { class
16 Stack() function in class:Stack
24 ~Stack()
H A DSudokuSolver.cpp10 #include "Stack.h"
184 Stack<SolutionStep*> stack;
/haiku/src/add-ons/kernel/bus_managers/usb/
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 DObject.cpp12 Object::Object(Stack *stack, BusManager *bus)
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...]
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dsystem_dependencies.h21 #include <util/Stack.h>
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dsystem_dependencies.h34 #include <util/Stack.h>
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dsystem_dependencies.h20 #include <util/Stack.h>
H A DQuery.h72 Stack<Equation*> fStack;
H A DCheckVisitor.h21 typedef Stack<check_index*> IndexStack;
H A DFileSystemVisitor.h58 Stack<block_run> fStack;
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dsystem_dependencies.h22 #include <util/Stack.h>
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dsystem_dependencies.h34 #include <util/Stack.h>
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h32 Queue(Stack *stack);
57 Stack * fStack;
97 pci_device* device, Stack *stack, device_node* node);
213 Stack * fStack;
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 Dehci.h55 pci_device* device, Stack *stack, device_node *node);
208 Stack * fStack;
H A Dohci.h38 pci_device* device, Stack *stack, device_node* node);
190 Stack * fStack;
/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/vm/
H A DVMAnonymousNoSwapCache.cpp131 # error Stack direction has not been defined in arch_config.h
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h61 SEGDESC Stack; member in struct:PXE_STRUCT

Completed in 168 milliseconds

123