Searched refs:index (Results 276 - 300 of 1653) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp26 uint32_t index = UINT32_MAX; local
33 GetKey(OptionNames::ThreadIndex), index);
35 thread_spec_up->SetIndex(index);
89 uint32_t index = thread.GetIndexID();
90 return IndexMatches(index);
146 s->Printf("index: %d ", GetIndex());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp68 size_t index = getFreeListIndexForSize(size); local
69 if (index < FreeLists.size() && !FreeLists[index].empty()) {
70 ParsedAttr *attr = FreeLists[index].back();
71 FreeLists[index].pop_back();
/freebsd-13-stable/contrib/elftoolchain/libelf/
H A Dgelf_phdr.c49 gelf_getphdr(Elf *e, int index, GElf_Phdr *d) argument
60 (e->e_kind != ELF_K_ELF) || index < 0 ||
66 if ((size_t)index >= phnum) {
76 ep32 += index;
92 ep64 += index;
/freebsd-13-stable/sys/dev/fb/
H A Dfb.c156 int index; local
158 for (index = 0; index < adapters; ++index) {
159 if (adapter[index] == NULL)
162 if (index >= adapters) {
167 adp->va_index = index;
172 adapter[index] = adp;
173 vidsw[index] = p->vidsw;
174 return index;
239 int index; local
276 vid_get_adapter(int index) argument
[all...]
/freebsd-13-stable/sys/dev/isci/
H A Disci_interrupt.c161 int index; local
166 for (index = 0; index < isci->controller_count; index++) {
167 struct ISCI_CONTROLLER *controller = &isci->controllers[index];
H A Disci_remote_device.c70 uint32_t device_index = isci_remote_device->index;
90 isci_remote_device->index, CAM_LUN_WILDCARD);
177 "Sending reset to device on controller %d domain %d CAM index %d\n",
178 controller->index, remote_device->domain->index,
179 remote_device->index
269 remote_device->index, lun);
286 remote_device->index, lun);
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_storevar.h104 void bhnd_nvstore_index_free(bhnd_nvstore_index *index);
106 bhnd_nvstore_index *index,
110 bhnd_nvstore_index *index);
112 bhnd_nvstore_index *index, const char *name);
227 * NVRAM variable index.
245 bhnd_nvstore_index *index; /**< per-path index, or NULL if member in struct:bhnd_nvstore_path
/freebsd-13-stable/sys/dev/bnxt/
H A Dbnxt_hwrm.h74 uint16_t *ordinal, uint16_t ext, uint16_t *index, bool use_index,
77 int bnxt_hwrm_nvm_read(struct bnxt_softc *softc, uint16_t index,
79 int bnxt_hwrm_nvm_modify(struct bnxt_softc *softc, uint16_t index,
88 uint16_t *index);
89 int bnxt_hwrm_nvm_erase_dir_entry(struct bnxt_softc *softc, uint16_t index);
/freebsd-13-stable/usr.bin/gprof/
H A Ddfn.c164 int index; local
224 for ( index = cycletop + 1 ; index <= dfn_depth ; index += 1 ) {
225 childp = dfn_stack[ index ].nlentryp;
/freebsd-13-stable/sys/xen/interface/io/
H A Dcameraif.h498 * - buffer index is a zero based index of the buffer. Must be less than
500 * - index - uint8_t, index of the buffer.
696 * | index | reserved | 12
715 * An attempt to create multiple buffers with the same index is an error.
716 * index can be re-used after destroying the corresponding camera buffer.
718 * index - uint8_t, index of the buffer to be created in the range
746 uint8_t index; member in struct:xencamera_buf_create_req
873 uint8_t index; member in struct:xencamera_index
1159 uint8_t index; member in struct:xencamera_ctrl_enum_resp
1249 uint8_t index; member in struct:xencamera_frame_avail_evt
1298 struct xencamera_index index; member in union:xencamera_req::__anon16085
[all...]
/freebsd-13-stable/sys/dev/mthca/
H A Dmthca_allocator.c118 void *mthca_array_get(struct mthca_array *array, int index) argument
120 int p = (index * sizeof (void *)) >> PAGE_SHIFT;
123 return array->page_list[p].page[index & MTHCA_ARRAY_MASK];
128 int mthca_array_set(struct mthca_array *array, int index, void *value) argument
130 int p = (index * sizeof (void *)) >> PAGE_SHIFT;
139 array->page_list[p].page[index & MTHCA_ARRAY_MASK] = value;
145 void mthca_array_clear(struct mthca_array *array, int index) argument
147 int p = (index * sizeof (void *)) >> PAGE_SHIFT;
153 array->page_list[p].page[index & MTHCA_ARRAY_MASK] = NULL;
156 pr_debug("Array %p index
[all...]
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_driver.c129 idx = (*item)->index;
174 if (!((idx == (*item)->index) && passed))
338 if ((item->index + 1) >= menu->nitems)
346 item = menu->items[item->index + 1];
351 if (item->index <= 0)
359 item = menu->items[item->index - 1];
405 if ((item->index + 1) < menu->nitems)
406 item = menu->items[item->index + 1];
424 if (item->index)
425 item = menu->items[item->index
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSlotIndexes.h42 /// This class represents an entry in the slot index list held in the
48 unsigned index; member in class:llvm::IndexListEntry
51 IndexListEntry(MachineInstr *mi, unsigned index) : mi(mi), index(index) {} argument
58 unsigned getIndex() const { return index; }
59 void setIndex(unsigned index) { argument
60 this->index = index;
64 // When EXPENSIVE_CHECKS is defined, "erased" index lis
334 createEntry(MachineInstr *mi, unsigned index) argument
[all...]
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c226 // Sanity check the max ranges for all the phys the max index
227 // is always equal to the port range index
356 // Find the starting phy index for this round through the loop
367 // the same as the PE index.
431 U8 index; local
448 for (index = 0; index < SCI_MAX_PHYS; index++)
450 if (configure_phy_mask & (1 << index))
455 scic_sds_phy_get_port(&controller->phy_table[index]),
927 U32 index; local
990 U32 index; local
[all...]
/freebsd-13-stable/sys/geom/part/
H A Dg_part_apm.c463 int error, index; local
471 for (index = table->self.ent_pmblkcnt - 1; index > 0; index--) {
472 error = apm_read_ent(cp, index + 1, &ent, table->tivo_series1);
478 index, ent.ent_start, ent.ent_start + ent.ent_size - 1);
528 uint32_t index; local
565 for (index = 1; index < tblsz; index
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/lib/Core/
H A DResolver.cpp191 File *Resolver::getFile(int &index) {
193 if ((size_t)index >= inputs.size())
195 if (GroupEnd *group = dyn_cast<GroupEnd>(inputs[index].get())) {
200 if (undefinesAdded(index - size, index)) {
201 index -= size;
202 return getFile(index);
204 ++index;
205 return getFile(index);
207 return cast<FileNode>(inputs[index
[all...]
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-app-hotplug.c124 * @return Return index of app on success, -1 on failure
603 * Return the hotplug application index structure for the application running on the
607 * @return Returns hotplug application index on success. -1 on failure
645 * application with the specified index.
647 * @param index index of application.
651 cvmx_app_hotplug_info_t* cvmx_app_hotplug_get_info_at_index(int index) argument
664 if (index < CVMX_APP_HOTPLUG_MAX_APPS)
666 if (hip[index].valid)
668 //print_hot_plug_info( &hip[index] );
683 is_app_hotpluggable(int index) argument
751 cvmx_app_hotplug_call_add_cores_callback(int index) argument
778 cvmx_app_hotplug_unplug_cores(int index, uint32_t coremask, int wait) argument
[all...]
H A Dcvmx-nand.c269 int index; local
271 for (index=0; index<4; index++)
273 uint16_t crc = __onfi_parameter_crc_compute((void *)&param_page[index]);
274 if (crc == cvmx_le16_to_cpu(param_page[index].crc))
278 __FUNCTION__, index, cvmx_le16_to_cpu(param_page[index].crc), crc);
281 if (index == 4)
298 index
[all...]
/freebsd-13-stable/stand/efi/loader/
H A Defiserialio.c56 int ioaddr; /* index in handles array */
159 int index, nhandles; local
174 for (index = 0; index < nhandles; index++) {
175 if (condev == handles[index]) {
178 efi_serial_get_index(devpath, index);
187 for (index = 0; handle == NULL && index < nhandles; index
[all...]
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_frame_deformatter.cpp80 const ocsd_trc_index_t index,
111 resp = processTraceData(index,dataBlockSize, pDataBlock, numBytesProcessed);
185 const ocsd_trc_index_t index /* = 0*/)
195 CollateDataPathResp(pTrcComp->TraceDataIn(op,index,0,0,0));
210 const ocsd_trc_index_t index,
219 m_RawTraceFrame.first()->TraceRawFrameIn(op,index,frame_element,dataBlockSize, pDataBlock,traceID);
230 const ocsd_trc_index_t index,
240 m_trc_curr_idx = index;
244 if(m_trc_curr_idx != index) // none continuous trace data - throw an error.
245 throw ocsdError(OCSD_ERR_SEV_ERROR,OCSD_ERR_DFMTR_NOTCONTTRACE,index);
78 TraceDataIn( const ocsd_datapath_op_t op, const ocsd_trc_index_t index, const uint32_t dataBlockSize, const uint8_t *pDataBlock, uint32_t *numBytesProcessed) argument
209 outputRawMonBytes(const ocsd_datapath_op_t op, const ocsd_trc_index_t index, const ocsd_rawframe_elem_t frame_element, const int dataBlockSize, const uint8_t *pDataBlock, const uint8_t traceID) argument
229 processTraceData( const ocsd_trc_index_t index, const uint32_t dataBlockSize, const uint8_t *pDataBlock, uint32_t *numBytesProcessed ) argument
787 TraceDataIn( const ocsd_datapath_op_t op, const ocsd_trc_index_t index, const uint32_t dataBlockSize, const uint8_t *pDataBlock, uint32_t *numBytesProcessed) argument
[all...]
/freebsd-13-stable/sys/dev/ciss/
H A Dcissvar.h318 #define CISSQ_REQUEST_QUEUE(name, index) \
323 CISSQ_INIT(sc, index); \
330 CISSQ_ADD(cr->cr_sc, index); \
331 cr->cr_onq = index; \
338 CISSQ_ADD(cr->cr_sc, index); \
339 cr->cr_onq = index; \
348 CISSQ_REMOVE(sc, index); \
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/
H A Dfman_rtc.c105 void fman_rtc_set_timer_alarm_l(struct rtc_regs *regs, int index, uint32_t val) argument
107 iowrite32be(val, &regs->tmr_alarm[index].tmr_alarm_l);
110 void fman_rtc_set_timer_fiper(struct rtc_regs *regs, int index, uint32_t val) argument
112 iowrite32be(val, &regs->tmr_fiper[index]);
115 void fman_rtc_set_timer_alarm(struct rtc_regs *regs, int index, int64_t val) argument
117 iowrite32be((uint32_t)val, &regs->tmr_alarm[index].tmr_alarm_l);
118 iowrite32be((uint32_t)(val >> 32), &regs->tmr_alarm[index].tmr_alarm_h);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h146 unsigned int index; local
151 index = find_next_zero_bit(map, size, start);
153 index = (((index + align_offset) + align_mask) & ~align_mask) - align_offset;
155 end = index + nr;
159 i = find_next_bit(map, end, index);
164 return (index);
/freebsd-13-stable/usr.sbin/bhyve/
H A Dinout.c114 uint64_t gla, index, iterations, count; local
151 index = vis->index & vie_size2mask(addrsize);
161 vis->seg_name, &vis->seg_desc, index, bytes,
194 /* Update index */
196 index -= bytes;
198 index += bytes;
204 /* Update index register */
205 error = vie_update_register(ctx, vcpu, idxreg, index, addrsize);
/freebsd-13-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_network_tbl.c67 int32_t index; member in struct:network_entry
106 entry->index = devEntry->index;
182 if (net->index == dev->index)
189 net->ifIndex = ifp->index;
272 value->var.subs[sub] = entry->index;

Completed in 589 milliseconds

<<11121314151617181920>>