Searched refs:action (Results 51 - 75 of 134) sorted by last modified time

123456

/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h845 * tx power value into TPC Report action frame and Link Measurement Report
846 * action frame
2866 * @action: action to perform, one of IWM_FW_CTXT_ACTION_*
2867 * @id: this field has two meanings, depending on the action:
2868 * If the action is ADD, then it means the type of event to add.
2887 uint32_t action; member in struct:iwm_time_event_cmd
2917 * @timestamp: action timestamp in GP2
2921 * @action: one of IWM_TE_NOTIF_START or IWM_TE_NOTIF_END
2929 uint32_t action; member in struct:iwm_time_event_notif
2948 uint32_t action; member in struct:iwm_binding_cmd_v1
2966 uint32_t action; member in struct:iwm_binding_cmd
3147 uint32_t action; member in struct:iwm_phy_context_cmd_uhb
3161 uint32_t action; member in struct:iwm_phy_context_cmd
4040 uint32_t action; member in struct:iwm_mac_ctx_cmd
[all...]
/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.cpp208 VMSAv8TranslationMap::VMAction action, uint64_t attr, vm_page_reservation* reservation)
212 ASSERT(reservation != NULL || action != VMAction::MAP);
231 MapRange(table, level + 1, va, pa, aligned - va, action, attr, reservation);
242 if (action == VMAction::MAP)
244 if (action == VMAction::SET_ATTR || action == VMAction::CLEAR_FLAGS)
246 if (action == VMAction::UNMAP)
256 if (action == VMAction::MAP || (oldPte & 0x1) != 0) {
258 if (action == VMAction::MAP) {
260 } else if (action
[all...]
H A DVMSAv8TranslationMap.h96 VMAction action, uint64_t attr, vm_page_reservation* reservation);
/haiku/headers/private/interface/
H A DWindowInfo.h50 void do_window_action(int32 window_id, int32 action, BRect zoomRect, bool zoom);
/haiku/headers/os/interface/
H A DMenu.h200 BMenuItem* _Track(int* action, long start = -1);
/haiku/src/system/libroot/posix/malloc_debug/
H A Dguarded_heap.cpp1137 struct sigaction action; local
1138 action.sa_handler = (__sighandler_t)guarded_heap_segfault_handler;
1139 action.sa_flags = SA_SIGINFO;
1140 action.sa_userdata = NULL;
1141 sigemptyset(&action.sa_mask);
1142 sigaction(SIGSEGV, &action, NULL);
/haiku/headers/posix/
H A Dsearch.h36 extern ENTRY *hsearch(ENTRY iteam, ACTION action);
50 void (*action)(const void *, VISIT, int ));
/haiku/src/system/libroot/posix/musl/search/
H A Dtwalk.c4 static void walk(const struct node *r, void (*action)(const void *, VISIT, int), int d)
9 action(r, leaf, d);
11 action(r, preorder, d);
12 walk(r->a[0], action, d+1);
13 action(r, postorder, d);
14 walk(r->a[1], action, d+1);
15 action(r, endorder, d);
19 void twalk(const void *root, void (*action)(const void *, VISIT, int))
21 walk(root, action, 0);
H A Dhsearch.c104 ENTRY *hsearch(ENTRY item, ACTION action) argument
108 __hsearch_r(item, action, &e, &htab);
136 static int __hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) argument
145 if (action == FIND) {
/haiku/3rdparty/vmware/
H A Dhaiku.vmx11 uuid.action = "create"
H A Dhaiku-nightly.vmx11 uuid.action = "create"
H A Dhaiku-alpha.vmx11 uuid.action = "create"
/haiku/src/bin/network/ftpd/
H A Dftpd.c237 #define CHECKOOB(action) \
242 action; \
/haiku/src/apps/aboutsystem/
H A DHyperTextView.h51 int32 endOffset, HyperTextAction* action);
54 HyperTextAction* action,
57 int32 inLength, HyperTextAction* action,
H A DHyperTextView.cpp67 ActionInfo(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
71 action(action)
77 delete action;
95 HyperTextAction* action; member in struct:HyperTextView::ActionInfo
149 HyperTextAction* action = _ActionAt(where); local
150 if (action != NULL)
151 action->Clicked(this, where, message);
163 HyperTextAction* action; local
166 // We moved to a different "action" zon
198 AddHyperTextAction(int32 startOffset, int32 endOffset, HyperTextAction* action) argument
214 InsertHyperText(const char* inText, HyperTextAction* action, const text_run_array* inRuns) argument
226 InsertHyperText(const char* inText, int32 inLength, HyperTextAction* action, const text_run_array* inRuns) argument
244 const ActionInfo* action = fActionInfos->BinarySearch(pointer, local
253 const ActionInfo* action = _ActionInfoAt(where); local
[all...]
/haiku/src/add-ons/kernel/generic/scsi_periph/
H A Dio.cpp353 switch (res.action) {
361 if (res.action == err_act_ok)
362 res.action = err_act_retry;
370 res.action = err_act_retry;
372 res.action = err_act_fail;
375 } while ((res.action == err_act_retry && retries++ < 3)
376 || (res.action == err_act_many_retries && retries++ < 30));
/haiku/src/tests/kits/net/service/
H A Dtestserver.py519 action='store_true',
/haiku/src/system/kernel/arch/x86/32/
H A Dthread.cpp125 get_signal_stack(Thread* thread, struct iframe* frame, struct sigaction* action, argument
130 && (action->sa_flags & SA_ONSTACK) != 0
287 \param action The signal action specified for the signal to be handled.
293 arch_setup_signal_frame(Thread* thread, struct sigaction* action, argument
304 if ((action->sa_flags & SA_BEOS_COMPATIBLE_HANDLER) != 0
332 uint8* userStack = get_signal_stack(thread, frame, action,
360 (action->sa_flags & SA_BEOS_COMPATIBLE_HANDLER) != 0,
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_var.h353 int category, int action, void *);
1007 #define IEEE80211_MSG_ACTION 0x00000010 /* action frame handling */
H A Dieee80211_vht.c72 * + handle WLAN_ACTION_VHT_OPMODE_NOTIF and other VHT action frames
99 int category, int action, void *arg0)
103 ieee80211_note(ni->ni_vap, "%s: called; category=%d, action=%d",
104 __func__, category, action);
98 vht_send_action_placeholder(struct ieee80211_node *ni, int category, int action, void *arg0) argument
H A Dieee80211_mesh.c572 * Register action frame handlers.
2105 * Parse meshpeering action ie's for MPM frames
2247 /* +2+2 for action + code + capabilites */
2394 /* +2+2+2+2 for action + code + capabilites + status code + AID */
2457 /* +2 for action + code */
2509 (frm+2); /* action + code */
2525 * Parse meshgate action ie's for GANN frames.
2574 /* +2 for action + code */
2664 "block %s frame in CAC state", "Mesh action");
2714 int category, int action, voi
2713 mesh_send_action_meshpeering_open(struct ieee80211_node *ni, int category, int action, void *args0) argument
2773 mesh_send_action_meshpeering_confirm(struct ieee80211_node *ni, int category, int action, void *args0) argument
2841 mesh_send_action_meshpeering_close(struct ieee80211_node *ni, int category, int action, void *args0) argument
2890 mesh_send_action_meshlmetric(struct ieee80211_node *ni, int category, int action, void *arg0) argument
2938 mesh_send_action_meshgate(struct ieee80211_node *ni, int category, int action, void *arg0) argument
[all...]
H A Dieee80211_ht.c185 * Register action frame handlers.
2397 * Process a received action frame using the default aggregation
3030 * Send an action management frame. The arguments are stuff
3036 int category, int action, void *arg0)
3047 (action == IEEE80211_ACTION_BA_ADDBA_REQUEST) ?
3060 sizeof(uint16_t) /* action+category */
3061 /* XXX may action payload */
3066 *frm++ = action;
3068 if (action == IEEE80211_ACTION_BA_ADDBA_RESPONSE)
3072 if (action
3035 ht_send_action_ba_addba(struct ieee80211_node *ni, int category, int action, void *arg0) argument
3084 ht_send_action_ba_delba(struct ieee80211_node *ni, int category, int action, void *arg0) argument
3127 ht_send_action_ht_txchwidth(struct ieee80211_node *ni, int category, int action, void *arg0) argument
[all...]
/haiku/src/kits/storage/mime/
H A DDatabase.cpp558 \param verb \c app_verb action for which the new preferred application is applicable
1400 bool largeIcon, int32 action)
1416 err = msg.AddInt32("be:action", action);
1431 int32 action)
1444 err = msg.AddInt32("be:action", action);
1459 Database::_SendMonitorUpdate(int32 which, const char *type, bool largeIcon, int32 action) argument
1472 err = msg.AddInt32("be:action", action);
1399 _SendMonitorUpdate(int32 which, const char *type, const char *extraType, bool largeIcon, int32 action) argument
1430 _SendMonitorUpdate(int32 which, const char *type, const char *extraType, int32 action) argument
1485 _SendMonitorUpdate(int32 which, const char *type, int32 action) argument
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultWindowBehaviour.cpp129 // Perform the window action in case the mouse was not moved.
182 // perform the action (this also updates the delta)
780 Action action = ACTION_NONE; local
802 // translate the region into an action
814 action = ACTION_SLIDE_TAB;
817 action = ACTION_DRAG;
825 action = ACTION_DRAG;
829 action = (flags & B_NOT_CLOSABLE) == 0
834 action = (flags & B_NOT_ZOOMABLE) == 0
839 action
[all...]
/haiku/src/kits/support/
H A DByteOrder.cpp13 swap_data(type_code type, void *_data, size_t length, swap_action action) argument
17 if (action == B_SWAP_HOST_TO_LENDIAN || action == B_SWAP_LENDIAN_TO_HOST)
20 if (action == B_SWAP_HOST_TO_BENDIAN || action == B_SWAP_BENDIAN_TO_HOST)

Completed in 215 milliseconds

123456