Home
last modified time | relevance | path

Searched refs:Stack (Results 1 – 25 of 56) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp23 Stack::Stack() in Stack() function in Stack
66 Stack::~Stack() in ~Stack()
90 Stack::InitCheck() in InitCheck()
97 Stack::Lock() in Lock()
104 Stack::Unlock() in Unlock()
111 Stack::GetUSBID(Object *object) in GetUSBID()
136 Stack::PutUSBID(Object *object) in PutUSBID()
171 Stack::GetObject(usb_id id) in GetObject()
193 Stack::GetObjectNoLock(usb_id id) const in GetObjectNoLock()
203 Stack::ExploreThread(void *data) in ExploreThread()
[all …]
H A Dusb_private.h52 class Stack; variable
65 status_t (*add_to)(Stack *stack);
128 class Stack {
130 Stack();
131 ~Stack();
209 BusManager(Stack *stack, device_node* node);
263 Stack * fStack;
276 Object(Stack *stack, BusManager *bus);
284 Stack * GetStack() const { return fStack; } in GetStack()
303 Stack * fStack;
H A DJamfile8 Stack.cpp
H A DObject.cpp12 Object::Object(Stack *stack, BusManager *bus) in Object()
/haiku/headers/private/kernel/util/
H A DStack.h16 template<class T> class Stack {
18 Stack() in Stack() function
26 ~Stack() in ~Stack()
84 inline void operator()(Stack<T>* stack) in operator()
99 : public BPrivate::AutoDeleter<Stack<T>, StackDelete<T> > {
105 StackDeleter(Stack<T>* stack) in StackDeleter()
106 : BPrivate::AutoDeleter<Stack<T>, StackDelete<T> >(stack) in StackDeleter()
/haiku/headers/private/fs_shell/
H A DStack.h17 template<class T> class Stack {
19 Stack() in Stack() function
27 ~Stack() in ~Stack()
84 using FSShell::Stack;
/haiku/data/catalogs/tests/kits/opengl/glinfo/
H A Dnb.catkeys4 Texture stack size Capabilities Stack-størrelse for tekstur
7 Attributes stack size Capabilities Stack-størrelse for attributter
13 Name stack size Capabilities Stack-størrelse for navn
25 List stack size Capabilities Stack-størrelse for lister
26 Model stack size Capabilities Stack-størrelse for model
27 Projection stack size Capabilities Stack-størrelse for projeksjon
/haiku/src/bin/bfs_tools/lib/
H A DStack.h15 template<class T> class Stack
18 Stack() in Stack() function
26 ~Stack() in ~Stack()
H A DBPlusTree.h87 template<class T> class Stack; variable
154 status_t SeekDown(Stack<node_and_key> &stack, uint8 *key, uint16 keyLength);
H A DBPlusTree.cpp236 Stack<validate_info> stack; in Validate()
335 Stack<off_t> stack; in Goto()
619 status_t BPlusTree::SeekDown(Stack<node_and_key> &stack,uint8 *key,uint16 keyLength) in SeekDown()
955 Stack<node_and_key> stack; in Insert()
1045 Stack<node_and_key> stack; in Find()
/haiku/headers/private/media/
H A DTStack.h11 template<class T> class Stack {
13 Stack() in Stack() function
21 ~Stack() in ~Stack()
/haiku/src/add-ons/translators/rtf/
H A DStack.h15 template<class T> class Stack {
17 Stack() in Stack() function
25 ~Stack() in ~Stack()
H A DRTF.h157 Stack<Element *> fStack;
/haiku/src/apps/sudoku/
H A DStack.h14 template<class T> class Stack {
16 Stack() in Stack() function
24 ~Stack() in ~Stack()
H A DSudokuSolver.cpp184 Stack<SolutionStep*> stack; in ComputeSolutions()
/haiku/headers/private/net/
H A DProtocolUtilities.h43 static net_stack_module_info* Stack() { return gStackModule; } in Stack() function
365 ModuleBundle::Stack()->notify_socket(fSocket, B_SELECT_READ, in DECL_DATAGRAM_SOCKET()
375 if (ModuleBundle::Stack()->is_restarted_syscall()) in DECL_DATAGRAM_SOCKET()
376 return ModuleBundle::Stack()->restore_syscall_restart_timeout(); in DECL_DATAGRAM_SOCKET()
382 ModuleBundle::Stack()->store_syscall_restart_timeout(timeout); in DECL_DATAGRAM_SOCKET()
/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 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;
/haiku/docs/develop/net/
H A Dindex.rst1 The Network Stack
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.h58 Stack<block_run> fStack;
H A DCheckVisitor.h21 typedef Stack<check_index*> IndexStack;
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp133 # error Stack direction has not been defined in arch_config.h in Fault()
/haiku/src/system/boot/platform/pxe_ia32/
H A Dpxe_undi.h61 SEGDESC Stack; member

123