Searched defs:previous (Results 51 - 75 of 92) sorted by relevance

1234

/haiku/src/bin/consoled/
H A Dconsoled.cpp225 open_keyboards(int target, const char* start, struct keyboard* previous) argument
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h271 void SetPrevious(LogicalPartition* previous) argument
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h26 Element *previous; member in class:FSShell::DoublyLinkedListLink
[all...]
/haiku/src/system/kernel/locks/
H A Dlock.cpp628 rw_lock_waiter* previous = NULL; local
/haiku/headers/private/kernel/util/
H A DDoublyLinkedList.h30 Element* previous; member in class:DoublyLinkedListLink
[all...]
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp153 struct stack_frame* previous; member in struct:stack_frame
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp490 FindWindow::FindWindow(BRect _rect, BMessage& previous, BMessenger& target, argument
H A DDataView.cpp936 bool previous = IsFocus(); local
/haiku/src/bin/unzip/
H A Dunzip.c77 struct _sign_info *previous; member in struct:_sign_info
/haiku/src/kits/app/
H A DMessageAdapter.cpp513 uint8 *previous = pointer; local
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.h74 struct CACHED_PERMISSIONS_LEGACY *previous; member in struct:CACHED_PERMISSIONS_LEGACY
89 struct CACHED_SECURID *previous; member in struct:CACHED_SECURID
/haiku/src/servers/app/
H A DEventDispatcher.cpp760 EventTarget* previous = NULL; local
/haiku/src/servers/mount/
H A DAutoMounter.cpp126 MountVisitor(mount_mode normalMode, mount_mode removableMode, bool initialRescan, BMessage& previous, partition_id deviceID) argument
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.cpp453 PropertyListView::PropertyChanged(const Property* previous, argument
490 Property* previous = fSavedProperties->FindProperty(propertyID); local
/haiku/src/system/kernel/
H A Dsyscalls.cpp71 generic_syscall* previous; member in struct:generic_syscall
254 generic_syscall* previous = find_generic_syscall(subsystem); local
[all...]
H A Dsmp.cpp601 uint32 previous = atomic_get_and_set(&lock->lock, 0); local
627 uint32 previous = atomic_add(&lock->lock, 1); local
666 uint32 previous = atomic_add(&lock->lock, -1); local
/haiku/src/system/kernel/fs/
H A Dfd.cpp162 int32 previous = atomic_add(&descriptor->ref_count, -1); local
/haiku/headers/cpp/
H A Dstl_slist.h449 iterator previous(const_iterator __pos) { function in class:slist
452 const_iterator previous(const_iterator __pos) const { function in class:slist
/haiku/src/tests/system/kernel/slab/
H A DSlab.h488 Magazine *loaded, *previous; member in struct:BaseDepot::CPUStore
/haiku/src/add-ons/kernel/partitioning_systems/intel/
H A Dwrite_support.cpp204 get_sibling_partitions_pm(partition_data* partition, partition_data* child, off_t childOffset, partition_data** previous, partition_data** next, off_t* previousOffset, off_t* previousSize, off_t* nextOffset, off_t* nextSize) argument
245 get_sibling_partitions_ep(partition_data* partition, partition_data* child, off_t childOffset, partition_data** previous, partition_data** next, off_t* previousOffset, off_t* previousSize, off_t* nextOffset, off_t* nextSize) argument
2282 LogicalPartition* previous = logical->Previous(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c789 fs_node *previous; local
/haiku/src/system/kernel/device_manager/
H A DIORequest.cpp1169 IORequest::NextSubRequest(IORequest* previous) argument
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp269 int32 previous = index - 1; local
301 int32 previous = index - 1; local
[all...]
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp34 stack_frame* previous; member in struct:stack_frame
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1452 device_node::_RegisterDynamic(device_node* previous) argument
1381 _FindBestDriver(const char* path, driver_module_info*& bestDriver, float& bestSupport, device_node* previous) argument
1581 device_node* previous = NULL; local
[all...]

Completed in 200 milliseconds

1234