Searched refs:action (Results 101 - 125 of 134) sorted by relevance

123456

/haiku/headers/os/interface/
H A DMenu.h200 BMenuItem* _Track(int* action, long start = -1);
/haiku/src/kits/tracker/
H A DFSUtils.h263 DestructiveAction action, bool dontAsk = false,
H A DFSUtils.cpp616 ConfirmChangeIfWellKnownDirectory(const BEntry* entry, DestructiveAction action, argument
640 if (action == kRename) {
647 } else if(action == kMove) {
663 if (action == kRename) {
669 } else if (action == kMove) {
684 if (action == kRename) {
688 } else if (action == kMove) {
733 if (action == kRename) {
735 } else if (action == kMove) {
/haiku/src/servers/app/
H A DDesktop.h256 void WindowAction(int32 windowToken, int32 action);
H A DDesktop.cpp1383 // Make its decorator lose the current mouse action
2319 Desktop::WindowAction(int32 windowToken, int32 action) argument
2321 if (action != B_MINIMIZE_WINDOW && action != B_BRING_TO_FRONT)
2335 if (action == B_BRING_TO_FRONT && !window->IsMinimized()) {
2340 serverWindow->NotifyMinimize(action == B_MINIMIZE_WINDOW);
/haiku/headers/os/drivers/
H A DACPI.h209 uint8 action);
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c2994 .action = htole32(IWX_FW_CTXT_ACTION_ADD),
3014 .action = htole32(IWX_FW_CTXT_ACTION_REMOVE),
3391 cmd.action = IWX_RX_BAID_ACTION_ADD;
3404 cmd.action = IWX_RX_BAID_ACTION_REMOVE;
5517 iwx_binding_cmd(struct iwx_softc *sc, struct iwx_node *in, uint32_t action) argument
5525 if (action == IWX_FW_CTXT_ACTION_ADD && active)
5527 if (action == IWX_FW_CTXT_ACTION_REMOVE && !active)
5537 cmd.action = htole32(action);
5593 uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint8_
5592 iwx_phy_ctxt_cmd_uhb_v3_v4(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint8_t sco, uint8_t vht_chan_width, int cmdver) argument
5652 iwx_phy_ctxt_cmd_v3_v4(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint8_t sco, uint8_t vht_chan_width, int cmdver) argument
5712 iwx_phy_ctxt_cmd(struct iwx_softc *sc, struct iwx_phy_ctxt *ctxt, uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint32_t apply_time, uint8_t sco, uint8_t vht_chan_width) argument
7326 iwx_mac_ctxt_cmd_common(struct iwx_softc *sc, struct iwx_node *in, struct iwx_mac_ctx_cmd *cmd, uint32_t action) argument
7441 iwx_mac_ctxt_cmd(struct iwx_softc *sc, struct iwx_node *in, uint32_t action, int assoc) argument
10046 uint32_t action; local
[all...]
H A Dif_iwxreg.h1292 * tx power value into TPC Report action frame and Link Measurement Report
1293 * action frame
2861 * @action_bitmap: the TDLS action to trigger the collection upon
3090 * @action: action to perform, one of IWX_FW_CTXT_ACTION_*
3091 * @id: this field has two meanings, depending on the action:
3092 * If the action is ADD, then it means the type of event to add.
3111 uint32_t action; member in struct:iwx_time_event_cmd
3141 * @timestamp: action timestamp in GP2
3145 * @action
3153 uint32_t action; member in struct:iwx_time_event_notif
3213 uint32_t action; member in struct:iwx_session_prot_cmd
3252 uint32_t action; member in struct:iwx_binding_cmd
3390 uint32_t action; member in struct:iwx_phy_context_cmd_uhb
3401 uint32_t action; member in struct:iwx_phy_context_cmd
3436 uint32_t action; member in struct:iwx_phy_context_cmd_uhb_v1
3450 uint32_t action; member in struct:iwx_phy_context_cmd_v1
4483 uint32_t action; member in struct:iwx_mac_ctx_cmd
5416 uint32_t action; member in struct:iwx_rx_baid_cfg_cmd
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
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_var.h353 int category, int action, void *);
1007 #define IEEE80211_MSG_ACTION 0x00000010 /* action frame handling */
/haiku/src/kits/interface/
H A DMenu.cpp1410 int action; local
1411 BMenuItem* menuItem = _Track(&action);
2023 BMenu::_Track(int* action, long start) argument
2140 *action = fState;
2182 if (action != NULL)
2183 *action = fState;
H A DInterfaceDefs.cpp1688 do_window_action(int32 windowToken, int32 action, BRect zoomRect, bool zoom) argument
1694 link.Attach<int32>(action);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp1140 RecorderWindow::ErrorAlert(const char * action, status_t err)
1144 sprintf(msg, "%s: %s. [%" B_PRIx32 "]", action, strerror(err), (int32) err);
1146 sprintf(msg, "%s.", action);
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h323 int mwl_hal_setradardetection(struct mwl_hal *mh, MWL_HAL_RADAR action);
/haiku/src/tests/kits/net/service/
H A Dtestserver.py519 action='store_true',
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py519 action='store_true',
/haiku/src/add-ons/accelerants/radeon_hd/
H A Ddisplayport.cpp431 dp_encoder_service(int action, int linkRate, uint8 lane, uint8 config) argument
439 args.ucAction = action;
/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...]
H A Dif_iwm.c2806 * the FW's action scan priority.
2865 time_cmd.action = htole32(IWM_FW_CTXT_ACTION_ADD);
2900 time_cmd.action = htole32(IWM_FW_CTXT_ACTION_REMOVE);
6069 iwm_binding_cmd(struct iwm_softc *sc, struct iwm_node *in, uint32_t action) argument
6078 if (action == IWM_FW_CTXT_ACTION_ADD && active)
6080 if (action == IWM_FW_CTXT_ACTION_REMOVE && !active)
6090 cmd.action = htole32(action);
6118 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time)
6124 cmd->action
6117 iwm_phy_ctxt_cmd_hdr(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time) argument
6206 iwm_phy_ctxt_cmd_uhb(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint32_t apply_time, uint8_t sco, uint8_t vht_chan_width) argument
6258 iwm_phy_ctxt_cmd(struct iwm_softc *sc, struct iwm_phy_ctxt *ctxt, uint8_t chains_static, uint8_t chains_dynamic, uint32_t action, uint32_t apply_time, uint8_t sco, uint8_t vht_chan_width) argument
8282 iwm_mac_ctxt_cmd_common(struct iwm_softc *sc, struct iwm_node *in, struct iwm_mac_ctx_cmd *cmd, uint32_t action) argument
8393 iwm_mac_ctxt_cmd(struct iwm_softc *sc, struct iwm_node *in, uint32_t action, int assoc) argument
11281 uint32_t action; local
[all...]
/haiku/src/system/kernel/
H A Dteam.cpp809 struct sigaction& action = SignalActionFor(i); local
810 if (action.sa_handler != SIG_IGN && action.sa_handler != SIG_DFL)
811 action.sa_handler = SIG_DFL;
813 action.sa_mask = 0;
814 action.sa_flags = 0;
815 action.sa_userdata = NULL;
4118 // whole action.
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DVariablesView.cpp1924 // action mechanism to allow one to specify an explicit
1925 // target for each action rather than them all defaulting
2763 VariablesView::_AddContextAction(const char* action, uint32 what, argument
2767 status_t result = _CreateContextAction(action, what, item);
2783 VariablesView::_CreateContextAction(const char* action, uint32 what, argument
2792 _item = new(std::nothrow) ActionMenuItem(action,
H A DTeamWindow.cpp969 TeamWindow::ThreadActionRequested(::Thread* thread, uint32 action, argument
973 fListener->ThreadActionRequested(thread->ID(), action, address);
/haiku/src/kits/debugger/controllers/
H A DTeamDebugger.cpp1094 uint32 action, target_addr_t address)
1096 BMessage message(action);
1093 ThreadActionRequested(thread_id threadID, uint32 action, target_addr_t address) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpireg.h473 uint32_t action; member in struct:wpi_node_info
/haiku/headers/private/system/
H A Dsyscalls.h231 extern status_t _kern_sigaction(int sig, const struct sigaction *action,

Completed in 516 milliseconds

123456