Searched refs:index (Results 201 - 225 of 1857) sorted by path

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c38 * driver sets the initial read index (reg1) and the initial write index (reg2),
39 * the firmware updates the read index (reg1) on rx of a packet and fires an
1562 group->samples[i].index = rgroup.samples[i].index;
1566 "\tsample %d: index=%d power=%d\n", i,
1567 group->samples[i].index, group->samples[i].power);
2820 /* Choose a TX rate index. */
2978 /* Choose a TX rate index. */
3723 "chan %d/ridx %d: power index
[all...]
H A Dif_wpireg.h867 uint8_t index; member in struct:wpi_eeprom_sample
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.h170 uint8_t index; member in struct:malo_cmd_caltable
275 /* legacy rate(not index) or an MCS code. */
336 uint16_t index; member in struct:malo_cmd_wepkey
H A Dif_malohal.c243 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index) argument
252 cmd->index = index;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c1992 mwlGetCalTable(struct mwl_hal_priv *mh, uint8_t annex, uint8_t index) argument
2001 pCmd->index = index;
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DOption.cpp29 for (size_t index = 0; index < config->interface_count; index++) {
30 usb_interface_info *interface = config->interface[index].active;
60 __func__, index, txEndpointID, rxEndpointID, irEndpointID);
66 index);
H A DProlific.cpp76 uint16 index; member in struct:request_item
115 list[i].index,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DAttribute.cpp80 Attribute::Find(int32 index) argument
82 return _Find(NULL, index);
245 Attribute::_Find(const char* name, int32 index) argument
264 + fInode->Node().ExtraInodeSize(), end, name, index, &count,
267 index -= count;
278 fBlock.Block() + fVolume->BlockSize(), name, index, NULL,
290 const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry)
295 return _FindAttribute(start + sizeof(uint32), end, name, index, count,
302 int32 index, int32 *count, ext2_xattr_entry** _entry)
309 return _FindAttribute(start + sizeof(ext2_xattr_header), end, name, index,
289 _FindAttributeBody(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
301 _FindAttributeBlock(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
315 _FindAttribute(const uint8* start, const uint8* end, const char* name, int32 index, int32 *count, ext2_xattr_entry** _entry) argument
[all...]
H A DAttribute.h32 status_t Find(int32 index);
51 status_t _Find(const char* name, int32 index);
53 const char* name, int32 index, int32 *count,
56 const char* name, int32 index, int32 *count,
59 const char* name, int32 index, int32 *count,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DExtendedServerInfo.cpp82 ExtendedServerInfo::ShareInfoAt(int32 index) const
84 if (index < 0 || index >= fShareInfos.Count())
86 return fShareInfos.ElementAt(index);
H A DExtendedServerInfo.h39 ExtendedShareInfo* ShareInfoAt(int32 index) const;
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DAbstractConnection.h27 virtual Channel* DownStreamChannelAt(int32 index) const;
H A DConnection.h24 virtual Channel* DownStreamChannelAt(int32 index) const = 0;
H A DServerInfo.h50 const ShareInfo& ShareInfoAt(int32 index) const;
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DAbstractConnection.cpp114 AbstractConnection::DownStreamChannelAt(int32 index) const
116 if (index < 0 || index >= fDownStreamChannels.Count())
118 return fDownStreamChannels.ElementAt(index);
155 int32 index = fUpStreamChannels.IndexOf(channel, fFreeUpStreamChannels); local
156 if (index < 0)
160 if (index != fFreeUpStreamChannels) {
162 fUpStreamChannels.ElementAt(index) = target;
H A DServerInfo.cpp190 ServerInfo::ShareInfoAt(int32 index) const
192 return fShareInfos.ElementAt(index);
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DAttributeIndex.cpp152 static NodeTree* GetNodeTree(Index* index) argument
154 return index->fNodes;
170 static TreeNode* GetFirstTreeNode(Index* index) argument
172 return index->fNodes->GetIterator().Next();
175 static TreeNode* FindClosestTreeNode(Index* index, const Value& value) argument
177 return index->fNodes->FindClosest(value, false);
193 AttributeIndexer::AttributeIndexer(AttributeIndex* index) argument
195 fIndex(index),
196 fIndexName(index->Name()),
197 fIndexType(index
[all...]
H A DAttributeIndexer.h21 AttributeIndexer(AttributeIndex* index);
H A DIndexImpl.h47 bool SetTo(Index* index, const Value& name,
140 GenericIndexIterator<Policy>::SetTo(Index* index, const Value& value, argument
145 fIndex = index;
163 the index is about to remove it from and reinsert it into the tree. After
222 static TreeNode* GetFirstTreeNode(Index* index) argument
225 Policy::GetNodeTree(index)->GetIterator(&iterator);
229 static TreeNode* FindClosestTreeNode(Index* index, const Value& value) argument
232 if (Policy::GetNodeTree(index)->FindFirstClosest(value, false,
H A DLastModifiedIndex.cpp113 static NodeTree* GetNodeTree(Index* index) argument
115 return index->fNodes;
H A DNameIndex.cpp93 static NodeTree* GetNodeTree(Index* index) argument
95 return index->fEntries;
128 // still existing iterators here. But since the name index is deleted
H A DSizeIndex.cpp112 static NodeTree* GetNodeTree(Index* index) argument
114 return index->fNodes;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlock.cpp320 InternalNode::KeyAt(int32 index) const
323 if (index >= 0 && index < CountItems())
324 k = GetKeys() + index;
337 InternalNode::ChildAt(int32 index) const
340 if (index >= 0 && index <= CountItems())
341 child = GetChilds() + index;
383 LeafNode::ItemHeaderAt(int32 index) const
386 if (index >
[all...]
H A DBlock.h119 const Key *KeyAt(int32 index) const;
121 const DiskChild *ChildAt(int32 index) const;
130 const ItemHeader *ItemHeaderAt(int32 index) const;
H A DIndirectItem.h45 uint64 BlockNumberAt(int32 index) const
48 if (index >= 0 && index < (int32)CountBlocks())
49 number = le2h(((uint32*)GetData())[index]);

Completed in 146 milliseconds

1234567891011>>