Searched refs:index_id (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DQueueList.cpp58 lldb::QueueSP QueueList::FindQueueByIndexID(uint32_t index_id) { argument
61 if (queue_sp->GetIndexID() == index_id) {
H A DThreadList.cpp208 ThreadSP ThreadList::FindThreadByIndexID(uint32_t index_id, bool can_update) { argument
217 if (m_threads[idx]->GetIndexID() == index_id) {
675 bool ThreadList::SetSelectedThreadByIndexID(uint32_t index_id, bool notify) { argument
677 ThreadSP selected_thread_sp(FindThreadByIndexID(index_id));
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueueList.h83 /// \param [in] index_id
92 lldb::QueueSP FindQueueByIndexID(uint32_t index_id);
H A DThreadList.h76 bool SetSelectedThreadByIndexID(uint32_t index_id, bool notify = false);
99 lldb::ThreadSP FindThreadByIndexID(uint32_t index_id, bool can_update = true);
/freebsd-11-stable/sys/pc98/pc98/
H A Dcanbus.c64 int index_id; /* index ID */ member in struct:canbus_softc
366 sc->index_id = 0;
370 dev, SYS_RES_IOPORT, sc->index_id, CANBE_IOPORT_INDEX, 1);
383 bus_delete_resource(dev, SYS_RES_IOPORT, sc->index_id);
396 dev, SYS_RES_IOPORT, &sc->index_id, RF_ACTIVE);
420 bus_release_resource(dev, SYS_RES_IOPORT, sc->index_id, sc->index_res);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
109 bool SetSelectedThreadByIndexID(uint32_t index_id);
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i152 GetThreadByIndexID (uint32_t index_id);
171 SetSelectedThreadByIndexID (uint32_t index_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBQueue.cpp277 uint32_t index_id = m_opaque_sp->GetIndexID(); local
278 return index_id;
H A DSBProcess.cpp412 bool SBProcess::SetSelectedThreadByIndexID(uint32_t index_id) { argument
414 index_id);
421 ret_val = process_sp->GetThreadList().SetSelectedThreadByIndexID(index_id);
743 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { argument
745 index_id);
756 process_sp->GetThreadList().FindThreadByIndexID(index_id, can_update);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp1325 uint32_t index_id = variable
1329 process->GetThreadList().FindThreadByIndexID(index_id).get();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5017 int32_t index_id = AssignIndexIDToThread(thread_id);
5018 output_stream << index_id << ";";
/freebsd-11-stable/sys/dev/bxe/
H A Decore_hsi.h11587 uint8_t index_id /* index ID within the status block */; member in struct:event_ring_data
11593 uint8_t index_id /* index ID within the status block */; member in struct:event_ring_data
H A Dbxe.c10277 eq_data.index_id = HC_SP_INDEX_EQ_CONS;

Completed in 595 milliseconds