Searched refs:action (Results 1 - 25 of 134) sorted by last modified time

123456

/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1697 int32 action = KEEP; local
1701 action |= IMMEDIATE_ACKNOWLEDGE;
1713 action |= IMMEDIATE_ACKNOWLEDGE;
1737 action |= SEND_QUEUED;
1804 // we just sent an acknowledge, remove from action
1806 action &= ~IMMEDIATE_ACKNOWLEDGE;
1833 action = (action & ~KEEP) | DROP;
1848 action |= IMMEDIATE_ACKNOWLEDGE;
1881 action |
[all...]
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1469 int32 action = kActionSet; local
1470 if (message->FindInt32("action", &action) != B_OK) {
1472 // 'action' at all if he can't find it??
1473 action = kActionSet;
1475 Navigator()->UpdateLocation(TargetModel(), action); local
H A DPoseView.cpp4172 int32 action;
4174 dragMessage->FindInt32("be:actions", index, &action) == B_OK;
4176 switch (action) {
4531 // what action can the drag initiator do?
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/add-ons/kernel/bus_managers/acpi/
H A DBusManager.cpp370 set_gpe(acpi_handle handle, uint32 gpeNumber, uint8 action) argument
372 return AcpiSetGpe(handle, gpeNumber, action) == AE_OK ? B_OK : B_ERROR;
H A DACPIPrivate.h78 uint8 action);
192 status_t set_gpe(acpi_handle handle, uint32 gpeNumber, uint8 action);
/haiku/src/servers/app/
H A DServerApp.cpp657 int32 action; local
660 if (link.Read<int32>(&action) != B_OK)
663 fDesktop->WindowAction(token, action);
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/src/system/kernel/arch/x86/
H A Darch_int.cpp189 struct sigaction action; local
196 if ((sigaction(signalNumber, NULL, &action) == 0
197 && action.sa_handler != SIG_DFL
198 && action.sa_handler != SIG_IGN)
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp257 struct sigaction action; local
266 if ((sigaction(signalNumber, NULL, &action) == 0
267 && action.sa_handler != SIG_DFL
268 && action.sa_handler != SIG_IGN)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
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/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/system/kernel/vm/
H A Dvm.cpp4636 struct sigaction action; local
4637 if ((sigaction(SIGSEGV, NULL, &action) == 0
4638 && action.sa_handler != SIG_DFL
4639 && action.sa_handler != SIG_IGN)
/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;
/haiku/src/bin/desklink/
H A Ddesklink.cpp113 printf("desklink: usage: cmd=title:action\n");
116 BString *action = new BString(argv[i] + 4); local
117 action->Remove(0, index+1);
119 actionList.AddItem(action);
158 printf( "usage: desklink { [ --list|--remove|[cmd=title:action ... ] [ path|signature ] } ...\n"
H A DDeskButton.cpp56 BString title, action; local
59 && message->FindString("action", index, &action)==B_OK) {
61 fActionList.AddItem(new BString(action));
100 data->AddString("action", *(BString*)fActionList.ItemAt(i));
120 BString action; local
121 if (message->FindString("action", &action) == B_OK) {
122 action += " &";
123 system(action
[all...]
/haiku/src/add-ons/kernel/drivers/disk/usb/usb_disk/
H A Dusb_disk.cpp96 status_t usb_disk_request_sense(device_lun *lun, err_act *action);
98 status_t usb_disk_test_unit_ready(device_lun *lun, err_act *action = NULL);
626 err_act action = err_act_ok; local
629 result = usb_disk_request_sense(lun, &action);
667 err_act action = err_act_fail; local
670 | parameter.additional_sense_code_qualifier, &label, &action,
685 scsi_get_sense_key_info(parameter.sense_key, &label, &action, &status);
700 *_action = action;
790 err_act action = err_act_ok; local
793 &dataLength, true, &action);
851 err_act action = err_act_ok; local
902 err_act action = err_act_ok; local
1180 err_act action = err_act_ok; local
1359 err_act action = err_act_ok; local
[all...]
/haiku/src/apps/haikudepot/ui/
H A DPackageInfoView.cpp564 const PackageActionRef& action = actions[i]; local
565 BMessage* message = new BMessage(action->Message());
567 button->SetLabel(action->Title());
576 const PackageActionRef& action = actions[i]; local
577 BMessage* message = new BMessage(action->Message());
578 BButton* button = new BButton(action->Title(), message);
596 /*! Since the action has been fired; it should not be possible
/haiku/headers/os/drivers/
H A DACPI.h209 uint8 action);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp82 Action(const char* action, Inode* inode) argument
87 strlcpy(fAction, action, sizeof(fAction));
/haiku/src/system/kernel/arch/x86/64/
H A Dthread.cpp121 get_signal_stack(Thread* thread, iframe* frame, struct sigaction* action, argument
126 && (action->sa_flags & SA_ONSTACK) != 0
336 \param action The signal action specified for the signal to be handled.
342 arch_setup_signal_frame(Thread* thread, struct sigaction* action, argument
386 uint8* userStack = get_signal_stack(thread, frame, action,
/haiku/src/apps/people/
H A DPersonWindow.cpp451 BString action; local
456 action = "starting";
460 action = "stoping";
464 printf("Error %s node monitor.\n", action.String());
/haiku/src/apps/deskbar/
H A DWindowMenuItem.cpp204 int32 action = (modifiers() & B_CONTROL_KEY) != 0 local
217 doZoom = (fIsMinimized && action == B_BRING_TO_FRONT)
218 || (!fIsMinimized && action == B_MINIMIZE_WINDOW);
221 do_window_action(fID, action, zoomRect, doZoom);

Completed in 499 milliseconds

123456