Searched refs:index_id (Results 1 – 12 of 12) sorted by relevance
| /NextBSD/sys/pc98/pc98/ |
| HD | canbus.c | 64 int index_id; /* index ID */ member 365 sc->index_id = 0; in set_ioresource() 369 dev, SYS_RES_IOPORT, sc->index_id, CANBE_IOPORT_INDEX, 1); in set_ioresource() 382 bus_delete_resource(dev, SYS_RES_IOPORT, sc->index_id); in delete_ioresource() 395 dev, SYS_RES_IOPORT, &sc->index_id, RF_ACTIVE); in alloc_ioresource() 419 bus_release_resource(dev, SYS_RES_IOPORT, sc->index_id, sc->index_res); in release_ioresource()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | QueueList.cpp | 84 QueueList::FindQueueByIndexID (uint32_t index_id) in FindQueueByIndexID() argument 89 if (queue_sp->GetIndexID() == index_id) in FindQueueByIndexID()
|
| HD | ThreadList.cpp | 219 ThreadList::FindThreadByIndexID (uint32_t index_id, bool can_update) in FindThreadByIndexID() argument 230 if (m_threads[idx]->GetIndexID() == index_id) in FindThreadByIndexID() 720 ThreadList::SetSelectedThreadByIndexID (uint32_t index_id, bool notify) in SetSelectedThreadByIndexID() argument 723 ThreadSP selected_thread_sp (FindThreadByIndexID(index_id)); in SetSelectedThreadByIndexID()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ThreadList.h | 53 SetSelectedThreadByIndexID (uint32_t index_id, bool notify = false); 83 FindThreadByIndexID (uint32_t index_id, bool can_update = true);
|
| HD | QueueList.h | 120 FindQueueByIndexID (uint32_t index_id);
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBQueue.cpp | 372 uint32_t index_id = m_opaque_sp->GetIndexID (); in GetIndexID() local 375 …>Printf("SBQueue(0x%" PRIx64 ")::GetIndexID() == 0x%" PRIx32, m_opaque_sp->GetQueueID(), index_id); in GetIndexID() 376 return index_id; in GetIndexID()
|
| HD | SBProcess.cpp | 495 SBProcess::SetSelectedThreadByIndexID (uint32_t index_id) in SetSelectedThreadByIndexID() argument 504 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID (index_id); in SetSelectedThreadByIndexID() 509 static_cast<void*>(process_sp.get()), index_id, in SetSelectedThreadByIndexID() 956 SBProcess::GetThreadByIndexID (uint32_t index_id) in GetThreadByIndexID() argument 966 thread_sp = process_sp->GetThreadList().FindThreadByIndexID (index_id, can_update); in GetThreadByIndexID() 973 static_cast<void*>(process_sp.get()), index_id, in GetThreadByIndexID()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBProcess.h | 122 GetThreadByIndexID (uint32_t index_id); 143 SetSelectedThreadByIndexID (uint32_t index_id);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectThread.cpp | 1397 uint32_t index_id = StringConvert::ToUInt32(command.GetArgumentAtIndex(0), 0, 0); in DoExecute() local 1399 Thread *new_thread = process->GetThreadList().FindThreadByIndexID(index_id).get(); in DoExecute()
|
| /NextBSD/sys/dev/bxe/ |
| HD | ecore_hsi.h | 5551 uint8_t index_id /* index ID within the status block */; member 5557 uint8_t index_id /* index ID within the status block */; member
|
| HD | bxe.c | 10678 eq_data.index_id = HC_SP_INDEX_EQ_CONS; in bxe_pf_init()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunicationClient.cpp | 953 int32_t index_id = process->AssignIndexIDToThread(thread_id); in HarmonizeThreadIdsForProfileData() local 954 final_output << index_id << ";"; in HarmonizeThreadIdsForProfileData()
|