Searched refs:userCount (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/
H A Dsystem_info.cpp623 uint32 userCount;
624 status_t error = user_memcpy(&userCount, topologyInfoCount, sizeof(uint32));
627 if (userCount == 0)
629 count = std::min(count, userCount);
H A Dsem.cpp1233 _user_get_sem_count(sem_id id, int32 *userCount) argument
1238 if (userCount == NULL || !IS_USER_ADDRESS(userCount))
1242 if (status == B_OK && user_memcpy(userCount, &count, sizeof(int32)) < B_OK)
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DSecurityContext.cpp498 int32 userCount = fUsers->Size(); local
524 BMessage* tmpUserArchives = new(std::nothrow) BMessage[userCount];
/haiku/src/kits/package/
H A DPackageInfo.cpp376 int32 userCount = fUsers.CountItems(); local
377 for (int32 i = 0; i < userCount; i++) {

Completed in 70 milliseconds