Searched refs:maxCount (Results 1 - 25 of 65) sorted by last modified time

123

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp824 uint32 maxCount = *_num; local
827 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/system/kernel/fs/
H A Dfd.cpp891 uint32 maxCount)
894 "%" B_PRIu32 ")\n", fd, userBuffer, bufferSize, maxCount));
896 if (maxCount == 0)
920 uint32 count = maxCount;
926 ASSERT(count <= maxCount);
1202 uint32 maxCount)
1205 "%" B_PRIu32 ")\n",fd, buffer, bufferSize, maxCount));
1214 uint32 count = maxCount;
890 _user_read_dir(int fd, struct dirent* userBuffer, size_t bufferSize, uint32 maxCount) argument
1201 _kern_read_dir(int fd, struct dirent* buffer, size_t bufferSize, uint32 maxCount) argument
/haiku/src/kits/tracker/
H A DUtilities.cpp1153 void* passThru, int32 maxCount)
1159 if (maxCount >= 0 && count > maxCount)
1160 count = maxCount;
1209 void* passThru, int32 maxCount)
1211 return EachEntryRefCommon(message, func, passThru, maxCount);
1218 int32 maxCount)
1221 (EachEntryIteratee)func, passThru, maxCount);
1152 EachEntryRefCommon(BMessage* message, entry_ref *(*func)(entry_ref*, void*), void* passThru, int32 maxCount) argument
1208 EachEntryRef(BMessage* message, entry_ref* (*func)(entry_ref*, void*), void* passThru, int32 maxCount) argument
1216 EachEntryRef(const BMessage* message, const entry_ref *(*func)(const entry_ref *, void *), void* passThru, int32 maxCount) argument
H A DUtilities.h374 void* passThru, int32 maxCount);
377 int32 maxCount);
H A DFindPanel.cpp140 int32 maxCount = 5);
3251 int32 maxCount)
3256 fCount(maxCount)
3250 MostUsedNames(const char* fileName, const char* directory, int32 maxCount) argument
/haiku/src/servers/registrar/
H A DRecentEntries.h58 status_t Get(int32 maxCount, const char *fileTypes[], int32 fileTypesCount,
H A DRecentEntries.cpp145 /*! \brief Returns the first \a maxCount recent apps in the \c BMessage
151 If there are fewer than \a maxCount items in the list, the entire
158 the \a maxCount number of entries to return.
161 to by \a list is simply cleared if maxCount is invalid (i.e. <= 0).
167 RecentEntries::Get(int32 maxCount, const char *fileTypes[], argument
183 error == B_OK && count < maxCount && item != fEntryList.end();
H A DRecentApps.cpp146 /*! \brief Returns the first \a maxCount recent apps in the \c BMessage
152 If there are fewer than \a maxCount items in the list, the entire
156 to by \a list is simply cleared if maxCount is invalid (i.e. <= 0).
159 RecentApps::Get(int32 maxCount, BMessage *list) argument
172 status == B_OK && counter < maxCount && item != fAppList.end();
H A DRecentApps.h51 status_t Get(int32 maxCount, BMessage *list);
/haiku/src/servers/app/
H A DDesktop.cpp2475 int32 maxCount = fApplications.CountItems(); local
2491 team_id* teams = (team_id*)malloc(maxCount * sizeof(team_id));
2517 ASSERT(count < maxCount);
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp583 uint32 maxCount = *_count; local
591 if (count >= maxCount)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp1464 uint32 maxCount = *_num; local
1467 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A Dkernel_interface.cpp390 uint32 maxCount = *_num; local
393 while (count < maxCount
/haiku/src/system/kernel/arch/x86/
H A Darch_debug.cpp1122 \param maxCount The maximum number of return addresses to be captured.
1132 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
1145 while (bp != 0 && count < maxCount) {
/haiku/src/system/kernel/arch/sparc/
H A Darch_debug.cpp72 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp411 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/haiku/src/system/kernel/arch/ppc/
H A Darch_debug.cpp284 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp273 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
296 while (framePointer != 0 && count < maxCount) {
/haiku/src/system/kernel/arch/arm64/
H A Darch_debug.cpp453 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/haiku/src/system/kernel/arch/arm/
H A Darch_debug.cpp471 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount, argument
/haiku/headers/private/kernel/arch/
H A Ddebug.h40 int32 arch_debug_get_stack_trace(addr_t* returnAddresses, int32 maxCount,
/haiku/headers/private/system/
H A Dsyscalls.h341 size_t bufferSize, uint32 maxCount);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp1231 uint32 maxCount = *_num; local
1233 while (count < maxCount && bufferSize > sizeof(struct dirent)) {
/haiku/src/tools/fs_shell/
H A Dfd.cpp668 _kern_read_dir(int fd, struct fssh_dirent *buffer, fssh_size_t bufferSize, uint32_t maxCount) argument
673 TRACE(("sys_read_dir(fd = %d, buffer = %p, bufferSize = %ld, count = %lu)\n",fd, buffer, bufferSize, maxCount));
680 uint32_t count = maxCount;
/haiku/src/system/kernel/cache/
H A Dfile_map.cpp199 size_t maxCount = CACHED_FILE_EXTENTS; local
202 maxCount = fIndirect.max_count;
205 if (count > maxCount) {
207 while (maxCount < count) {
208 if (maxCount < 32768)
209 maxCount <<= 1;
211 maxCount += 32768;
215 maxCount * sizeof(file_extent));
223 fIndirect.max_count = maxCount;

Completed in 174 milliseconds

123