Searched refs:index (Results 326 - 350 of 1653) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/sys/dev/mlxfw/
H A Dmlxfw_mfa2_tlv_multi.h56 enum mlxfw_mfa2_tlv_type type, u16 index);
H A Dmlxfw_mfa2_tlv_multi.c86 enum mlxfw_mfa2_tlv_type type, u16 index)
98 if (skip++ == index)
84 mlxfw_mfa2_tlv_multi_child_find(const struct mlxfw_mfa2_file *mfa2_file, const struct mlxfw_mfa2_tlv_multi *multi, enum mlxfw_mfa2_tlv_type type, u16 index) argument
/freebsd-13-stable/sys/dev/mmc/
H A Dmmc_subr.h64 uint8_t index, uint8_t value, u_int timeout, bool send_status);
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscic_port.h114 * This field specifies the logical index of the port (0 relative).
116 U32 index; member in struct:SCIC_PORT_PROPERTIES
138 * port, such as: physical index, protocols, sas address, etc.
141 * the physical index.
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_frame_deformatter.h61 const ocsd_trc_index_t index,
/freebsd-13-stable/contrib/ncurses/menu/
H A Dm_item_cur.c103 | Description : Return the logical index of this item.
105 | Return Values : The index or ERR if this is an invalid item pointer
111 returnCode((item && item->imenu) ? item->index : ERR);
/freebsd-13-stable/contrib/ncurses/
H A Dmk-hdr.awk51 } else if (index(subset,$2) > 0) {
/freebsd-13-stable/contrib/ngatm/snmp_atm/
H A Datm.h61 u_int index; /* if_index */ member in struct:atmif_priv
/freebsd-13-stable/sys/dev/sfxge/common/
H A Defx_crc32.c116 int index; local
119 for (index = 0; index < length; index++) {
/freebsd-13-stable/sys/dev/mii/
H A Dmii_physubr.c128 int index = -1; local
143 index = MII_MEDIA_NONE;
147 index = MII_MEDIA_10_T;
153 index = MII_MEDIA_10_T;
157 index = MII_MEDIA_10_T_FDX;
166 index = MII_MEDIA_100_TX;
170 index = MII_MEDIA_100_TX_FDX;
176 index = MII_MEDIA_100_T4;
182 index = MII_MEDIA_1000_X;
186 index
[all...]
/freebsd-13-stable/sys/amd64/sgx/
H A Dsgxvar.h63 int index; member in struct:epc_page
/freebsd-13-stable/sys/amd64/amd64/
H A Dapic_vector.S82 .macro ISR_VEC index, vec_name
87 movl $(MSR_APIC_ISR0 + \index),%ecx
92 movl LA_ISR + 16 * (\index)(%rdx), %eax /* load ISR */
94 bsrl %eax, %eax /* index of highest set bit in ISR */
96 addl $(32 * \index),%eax
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-dfa.h469 uint64_t start_node_id : 20; /**< Start node index for the root of the graph */
471 uint32_t start_node; /**< Start node index for the root of the graph, incl. snrepl (PASS3/CN58XX)
494 // NOTE: index and now_serving are written together
496 uint8_t index; /**< index into current chunk: (base_address_div16*16)[index] = next entry. */ member in struct:__anon10086::__anon10087
498 uint8_t index;
511 uint64_t index : 8 ; /**< index into current chunk. */ member in struct:__anon10086::__anon10088
513 uint64_t index
639 uint64_t index; local
[all...]
/freebsd-13-stable/contrib/opie/libopie/
H A Dmd4c.c118 unsigned int i, index, partLen; local
121 index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
128 partLen = 64 - index;
132 memcpy((POINTER) & context->buffer[index], (POINTER) input, partLen);
138 index = 0;
143 memcpy((POINTER) & context->buffer[index], (POINTER) & input[i], inputLen - i);
152 unsigned int index, padLen; local
158 index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
159 padLen = (index < 56) ? (56 - index)
[all...]
H A Dmd5c.c162 unsigned int i, index, partLen; local
165 index = (unsigned int) ((context->count[0] >> 3) & 0x3F);
172 partLen = 64 - index;
176 memcpy((VOIDPTR)&context->buffer[index], (VOIDPTR)input, partLen);
182 index = 0;
187 memcpy((VOIDPTR) & context->buffer[index],
198 unsigned int index, padLen; local
204 index = (unsigned int) ((context->count[0] >> 3) & 0x3f);
205 padLen = (index < 56) ? (56 - index)
[all...]
/freebsd-13-stable/sys/kern/
H A Dmd4c.c116 unsigned int i, index, partLen; local
119 index = (unsigned int)((context->count[0] >> 3) & 0x3F);
126 partLen = 64 - index;
130 bcopy(input, &context->buffer[index], partLen);
136 index = 0;
142 bcopy(&input[i], &context->buffer[index], inputLen-i);
150 unsigned int index, padLen; local
157 index = (unsigned int)((context->count[0] >> 3) & 0x3f);
158 padLen = (index < 56) ? (56 - index)
[all...]
H A Dmd5c.c159 unsigned int i, index, partLen; local
163 index = (unsigned int)((context->count[0] >> 3) & 0x3F);
171 partLen = 64 - index;
175 memcpy((void *)&context->buffer[index], (const void *)input,
182 index = 0;
188 memcpy ((void *)&context->buffer[index], (const void *)&input[i],
200 unsigned int index, padLen; local
206 index = (unsigned int)((context->count[0] >> 3) & 0x3f);
207 padLen = (index < 56) ? (56 - index)
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBUnixSignals.i61 GetSignalAtIndex (int32_t index) const;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPathMappingList.h55 bool Remove(size_t index, bool notify);
63 uint32_t index, bool notify);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectSyntheticFilter.cpp239 "child at index %zu",
258 "index %zu not cached and will be created",
265 "[ValueObjectSynthetic::GetChildAtIndex] name=%s, child at index "
288 "index %zu not cached and cannot "
298 "index %zu cached as %p",
310 uint32_t index = GetIndexOfChildWithName(name); local
312 if (index == UINT32_MAX)
315 return GetChildAtIndex(index, can_create);
332 uint32_t index = m_synth_filter_up->GetIndexOfChildWithName(name); local
333 if (index
[all...]
/freebsd-13-stable/contrib/byacc/
H A Dsymtab.c47 bp->index = 0;
98 bp->index = 1;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h95 uint32_t index() const { return Index; } function in class:llvm::pdb::HashTableIterator
281 assert(isPresent(Entry.index()));
282 assert(Traits.storageKeyToLookupKey(Buckets[Entry.index()].first) == K);
284 Buckets[Entry.index()].second = V;
288 auto &B = Buckets[Entry.index()];
289 assert(!isPresent(Entry.index()));
293 Present.set(Entry.index());
294 Deleted.reset(Entry.index());
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_mgmt.h94 extern void ocs_mgmt_start_section(ocs_textbuf_t *textbuf, const char *name, int index);
96 extern void ocs_mgmt_end_section(ocs_textbuf_t *textbuf, const char *name, int index);
/freebsd-13-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_ts.h243 IN const uint8_t index)
245 return (p_ca_info->p_attr->p_port_attr[index].port_guid);
253 * index
254 * [in] Port "index" for which to retrieve the port GUID.
255 * The index is the offset into the ca's internal array
242 osm_ca_info_get_port_guid(IN const osm_ca_info_t * const p_ca_info, IN const uint8_t index) argument
/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci.h124 int vtpci_read_ivar(struct vtpci_common *cn, int index, uintptr_t *result);
125 int vtpci_write_ivar(struct vtpci_common *cn, int index, uintptr_t value);

Completed in 243 milliseconds

<<11121314151617181920>>