Searched refs:key (Results 476 - 500 of 570) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/network/wlan/aironetwifi/dev/an/
H A Dif_an.c1807 /* Write the key */
1885 struct an_ltv_key *key; local
1896 key = (struct an_ltv_key *)&sc->areq;
2138 if (key->kindex == 0xffff)
2140 if (key->kindex == ireq->i_val)
2141 len = key->klen;
2151 * key from the card so we just output zeros
2160 ireq->i_val = 9; /* include home key */
2175 if (key->kindex == 0xffff) {
2187 key
[all...]
/haiku/src/servers/media/
H A DBufferManager.cpp160 B_PRId32 " that has no teams\n", entry.key.GetHashCode());
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_adhoc.c316 struct ieee80211_key *key; local
509 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {
519 key = NULL;
545 if (!ieee80211_crypto_demic(vap, key, m, 0)) {
578 * authorization. For open/shared-key
H A Dieee80211_superg.c364 struct ieee80211_key *key)
385 m1 = ieee80211_mbuf_adjust(vap, hdrspace, key, m1);
496 struct ieee80211_key *key)
519 key, m1);
363 ieee80211_ff_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace, struct ieee80211_key *key) argument
495 ieee80211_amsdu_encap(struct ieee80211vap *vap, struct mbuf *m1, int hdrspace, struct ieee80211_key *key) argument
H A Dieee80211_hostap.c482 struct ieee80211_key *key; local
697 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {
707 key = NULL;
733 if (key != NULL && !ieee80211_crypto_demic(vap, key, m, 0)) {
764 * authorization. For open/shared-key
849 * Only shared key auth frames with a challenge
868 if (ieee80211_crypto_decap(ni, m, hdrspace, &key) == 0) {
924 * a previous shared key auth failed and then an
999 * NB: this can happen as we allow pre-shared key
[all...]
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp131 size_t HashKey(KeyType key) const
133 return key;
141 bool Compare(KeyType key, ValueType* value) const argument
143 return value->protocol_address == key;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_runvar.h112 struct ieee80211_key key; member in struct:run_cmdq
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp130 size_t HashKey(in6_addr key) const
132 return jenkins_hashword((const uint32*)&(key),
141 bool Compare(in6_addr key, ndp_entry* value) const argument
143 return value->protocol_address == key;
/haiku/src/bin/bfs_tools/
H A Drecover.cpp85 bool Contains(block_run *key) argument
87 return fHashtable.ContainsKey(key);
90 Inode* Remove(block_run *key) argument
92 return Acquire((Inode*)fHashtable.Remove(key));
382 // printf("index directory (%ld, %d): key is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,run.allocation_group,run.start,run.length);
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp152 size_t HashKey(KeyType key) const
153 { return (size_t)key; }
158 bool Compare(KeyType key, const IORequest* value) const argument
159 { return key == value->scheduledEvent->request; }
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp828 size_t HashKey(const char* key) const
830 return BPackageKit::BHPKG::BPrivate::hash_string(key);
839 bool Compare(const char* key, PackageRow* value) const argument
841 return value->Package()->Name() == key;
H A DFeaturedPackagesView.cpp89 HDINFO("expected 'name' key on package update message");
125 char key = bytes[0]; local
127 switch (key) {
/haiku/src/apps/terminal/
H A DTermViewStates.cpp199 int32 key; local
207 currentMessage->FindInt32("key", &key);
212 // Handle the Option key when used as Meta
219 // Option key
228 bytes = &fView->fKeymapChars[(*keymapTable)[key]];
280 // Terminal filters RET, ENTER, F1...F12, and ARROW key code.
294 // Translate only the actual backspace key to the backspace
397 if (key == function_keycode_table[i]) {
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp151 size_t HashKey(const ThreadStackFrameSelectionKey& key) const
153 return key.HashValue();
161 bool Compare(const ThreadStackFrameSelectionKey& key, argument
164 return key == *value;
323 // Handle function key shortcuts for stepping
327 int32 key; local
329 if (message->FindInt32("key", &key) == B_OK
332 switch (key) {
H A DVariablesView.cpp167 size_t HashKey(const FunctionKey& key) const
169 return key.HashValue();
177 bool Compare(const FunctionKey& key, argument
180 return key == *value;
723 size_t HashKey(const ValueNodeChild* key) const
725 return (size_t)key;
733 bool Compare(const ValueNodeChild* key, argument
736 return value->NodeChild() == key;
/haiku/src/apps/mail/
H A DContent.cpp887 TTextView::KeyDown(const char *key, int32 count)
899 switch (key[0]) {
903 BTextView::KeyDown(key, count);
915 BTextView::KeyDown(key, count);
943 if ((key[0] == B_DELETE) || (mods & B_CONTROL_KEY)) {
1062 BTextView::KeyDown(key, count);
1081 BTextView::KeyDown(key, count);
2827 int32 key = -1;
2829 key = gExactWords[0]->GetKey(testWord.String());
2833 if (gExactWords[i]->Lookup(key) >
[all...]
/haiku/headers/private/audio/
H A Dsoundcard.h202 unsigned short key; /* Use WAVE_PATCH here */ member in struct:patch_info
290 short key; /* Use SYSEX_PATCH or MAUI_PATCH here */ member in struct:sysex_info
448 * Set the key field of the structure to FM_PATCH. The device field is used to
451 * For wave table use struct patch_info. Initialize the key field
465 unsigned short key; /* FM_PATCH or OPL3_PATCH */ member in struct:sbi_instrument
819 #define SEQ_ECHO_BACK(key) _TIMER_EVENT(TMR_ECHO, key)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c394 * This hash is used in the $Secure system file as the primary key for the $SDH
653 /* find the first available securid beyond the last key */
698 * the smallest key.
706 /* save last key and */
718 /* search failed, retry from smallest key */
733 /* save first key and */
845 SDH_INDEX_KEY key; local
859 * find the nearest key as (hash,0)
860 * (do not search for partial key : in case of collision,
861 * it could return a key whic
1270 static char key[] = "\\nGroups:"; local
5170 SII_INDEX_KEY key; local
5206 SDH_INDEX_KEY key; local
[all...]
H A Ddir.c334 (ntfschar*)&ie->key.file_name.file_name,
335 ie->key.file_name.file_name_length,
455 (ntfschar*)&ie->key.file_name.file_name,
456 ie->key.file_name.file_name_length,
963 FILE_NAME_ATTR *fn = &ie->key.file_name;
984 if ((ie->key.file_name.file_attributes
988 ie->key.file_name.file_attributes);
989 else if (ie->key.file_name.file_attributes
/haiku/src/servers/app/
H A DDesktop.cpp100 void _UpdateFocus(int32 key, uint32 modifiers, EventTarget** _target);
138 KeyboardFilter::_UpdateFocus(int32 key, uint32 modifiers, EventTarget** _target) argument
157 // if the time span between the key presses is very short
171 // we always allow to switch focus after the enter key has pressed
172 if (key == B_ENTER || modifiers == B_COMMAND_KEY
185 int32 key = 0; local
188 message->FindInt32("key", &key);
193 if (key == 0x01 && (modifiers & B_COMMAND_KEY) != 0
202 if (key >
656 KeyEvent(uint32 what, int32 key, int32 modifiers) argument
[all...]
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp1161 // fetch archived key & panel data
1162 const char* key; local
1163 err = archive->FindString("nodeKey", archiveIndex, &key);
1178 err = context->getNodeFor(key, &id);
1182 key));
1239 const char* key = context->keyAt(n); local
1241 archive->AddString("nodeKey", key);
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp128 uchar key;
129 if (message->FindInt8("byte", (int8*)&key) != B_OK)
135 if (modifier & B_COMMAND_KEY && key == B_UP_ARROW) {
140 if (modifier & B_COMMAND_KEY && key == 'w') {
145 if (!modifier && key == B_ESCAPE) {
156 if (key == B_RETURN && view->ActivePose()) {
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp96 size_t HashKey(ino_t key) const
97 { return (uint32)key ^ (uint32)(key >> 32); }
100 bool Compare(ino_t key, const VNode* value) const argument
101 { return value->id == key; }
135 size_t HashKey(int32 key) const
136 { return key; }
139 bool Compare(int32 key, const IORequestInfo* value) const argument
140 { return value->id == key; }
151 size_t HashKey(io_request* key) cons
155 Compare(io_request* key, const IORequestInfo* value) const argument
[all...]
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php261 foreach ($keymaps as $key => $map) {
263 unset($keymaps[$key]);
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp97 string_array_compare(const char *key, const char **array) argument
99 return strcmp(key, array[0]);

Completed in 228 milliseconds

<<11121314151617181920>>