Searched refs:B_CURRENT_TEAM (Results 26 - 49 of 49) sorted by relevance

12

/haiku/src/system/kernel/arch/m68k/
H A Darch_debug.cpp69 if (debug_memcpy(B_CURRENT_TEAM, &frame, (void*)framePointer, sizeof(frame))
/haiku/src/kits/app/
H A DNotification.cpp38 get_team_info(B_CURRENT_TEAM, &teamInfo);
/haiku/src/system/kernel/arch/riscv64/
H A Darch_debug.cpp239 return debug_memcpy(B_CURRENT_TEAM, dst, src, size);
/haiku/src/bin/desklink/
H A DMediaReplicant.cpp166 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp204 while (get_next_image_info(B_CURRENT_TEAM, &cookie, info) == B_OK) {
/haiku/src/system/kernel/
H A DUserTimer.cpp1507 teamID = B_CURRENT_TEAM;
1659 teamID = B_CURRENT_TEAM;
H A Dteam.cpp593 if (id == B_CURRENT_TEAM) {
2191 while (get_next_area_info(B_CURRENT_TEAM, &areaCookie, &info) == B_OK) {
3770 B_CURRENT_TEAM, B_WAIT_TILL_LOADED);
4332 argCount, envCount, priority, B_CURRENT_TEAM, flags, errorPort,
H A Delf.cpp1538 return debug_strlcpy(B_CURRENT_TEAM, buffer, address, bufferSize)
1564 return debug_memcpy(B_CURRENT_TEAM, &data, address, sizeof(T)) == B_OK;
/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp726 if (debug_memcpy(B_CURRENT_TEAM, address, &buffer, size) != B_OK) {
1065 if (debug_memcpy(B_CURRENT_TEAM, &buffer, address, size) != B_OK) {
H A Duser_debugger.cpp275 set_port_owner(info->nub_port, B_CURRENT_TEAM);
377 if (teamID == B_CURRENT_TEAM)
2757 set_port_owner(nubPort, B_CURRENT_TEAM);
2777 port_id port = install_team_debugger(B_CURRENT_TEAM, -1,
H A Ddebug.cpp1933 the addresses. It can be \c B_CURRENT_TEAM for debug_get_debugged_thread(),
1987 the addresses. It can be \c B_CURRENT_TEAM for debug_get_debugged_thread(),
2251 Always returns \c true, if \c B_CURRENT_TEAM is given.
2256 if (teamID == B_CURRENT_TEAM)
/haiku/src/system/kernel/vm/
H A Dvm.cpp1486 if (team == B_CURRENT_TEAM)
3290 if (debug_memcpy(B_CURRENT_TEAM, &c, (char*)copyAddress + i, 1)
3323 if (debug_memcpy(B_CURRENT_TEAM, &c,
3341 if (debug_memcpy(B_CURRENT_TEAM, &value,
5525 (the kernel address space is assumed in this case). If \c B_CURRENT_TEAM
5548 } else if (teamID == B_CURRENT_TEAM) {
5688 also \c B_CURRENT_TEAM. If the given address is a kernel address, the
5714 if (team == B_CURRENT_TEAM)
5839 \param team Identifies the address (via team ID). \c B_CURRENT_TEAM is
5868 if (team == B_CURRENT_TEAM)
[all...]
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dmodule.cpp733 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &info) == B_OK) {
/haiku/src/kits/storage/
H A DResources.cpp212 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &info) == B_OK) {
/haiku/src/apps/autoraise/
H A DAutoRaiseIcon.cpp39 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
/haiku/src/system/runtime_loader/
H A Dimages.cpp58 while (_kern_get_next_image_info(B_CURRENT_TEAM, &cookie, &info,
/haiku/src/servers/mail/
H A DDeskbarView.cpp67 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &image) == B_OK) {
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp282 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &_info) == B_OK) {
/haiku/headers/os/kernel/
H A DOS.h261 #define B_CURRENT_TEAM 0 macro
/haiku/src/system/kernel/locks/
H A Duser_mutex.cpp481 fInitStatus = vm_wire_page(B_CURRENT_TEAM, (addr_t)mutex, true,
/haiku/src/apps/processcontroller/
H A DProcessController.cpp884 while (get_next_image_info(B_CURRENT_TEAM, &cookie, &info) == B_OK) {
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.cpp545 get_team_info(B_CURRENT_TEAM, &teamInfo);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dahci_port.cpp483 status_t status = get_memory_map_etc(B_CURRENT_TEAM, data, dataSize,
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1155 #define B_CURRENT_TEAM FSSH_B_CURRENT_TEAM macro

Completed in 459 milliseconds

12