Searched defs:action (Results 1 - 25 of 41) sorted by relevance

12

/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/module/
H A DtmTransactionManager.cpp71 PRUint32 action = aTrans->GetAction(); local
76 if (action == TM_ATTACH) {
93 switch (action) {
112 PR_NOT_REACHED("bad action in the transaction");
/vbox/src/VBox/Devices/PC/BIOS/
H A Dprint.c58 void send(uint16_t action, uint8_t c) argument
66 if (action & BIOS_PRINTF_DEBUG)
68 if (action & BIOS_PRINTF_INFO)
71 if (action & BIOS_PRINTF_SCREEN) {
78 void put_int(uint16_t action, short val, short width, bx_bool neg) argument
82 put_int(action, nval, width - 1, neg);
85 send(action, ' ');
87 send(action, '-');
89 send(action, val - (nval * 10) + '0');
92 void put_uint(uint16_t action, unsigne argument
106 put_luint(uint16_t action, unsigned long val, short width, bx_bool neg) argument
120 put_str(uint16_t action, const char __far *s) argument
130 put_str_near(uint16_t action, const char __near *s) argument
149 bios_printf(uint16_t action, const char *s, ...) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp410 template<> QString toString(const KUSBDeviceFilterAction &action) argument
412 switch (action)
416 AssertMsgFailed(("No text for %d", action)); break;
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/transmngr/common/
H A DtmTransaction.h71 PRUint32 action; // defined by tmUtils.h will be > 0 member in struct:tmHeader
142 * @param aAction is the action that occured to generate this transaction
144 * @param aStatus is the success state of the action.
199 * @returns the action represented by this transaction
201 PRUint32 GetAction() const { return mHeader->action; }
204 * @returns the success state, if applicable of the action leading
/vbox/src/VBox/Devices/PC/ipxe/src/hci/commands/
H A Dimage_cmd.c61 /** Pre-action to take upon image, or NULL */
64 int ( * action ) ( struct image *image ); member in struct:imgsingle_descriptor
65 /** Verb to describe action */
76 * @v action Action to take upon image
115 /* Carry out command pre-action, if applicable */
137 /* Carry out command action, if applicable */
138 if ( desc->action ) {
139 if ( ( rc = desc->action ( image ) ) != 0 ) {
186 .action = image_select,
211 .action
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dbuild.c78 * Build an action node for the syntax diagram
86 buildAction( char *action, int file, int line, int is_predicate ) argument
88 buildAction( action, file, line, is_predicate )
89 char *action;
98 require(action!=NULL, "buildAction: invalid action");
103 a->action = (char *) malloc( strlen(action)+1 );
104 require(a->action!=NULL, "buildAction: cannot alloc space for action\
[all...]
H A Dgeneric.h123 char *action; member in struct:_t
195 char *action; member in struct:_UserAction
H A Dsyn.h84 /* a predicate is defined to be a predicate action and a token tree with
136 char *action; member in struct:_ExceptionHandler
211 char *rname; /* what rule does this action live in? */
212 int file; /* index in FileStr (name of file with action) */
213 int line; /* line number that action occurs on */
216 char *action; member in struct:ActionNode::_anode
217 int is_predicate; /* true if action is a <<...>>? predicate action */
218 int done; /* don't dump if action dumped (used for predicates) */
219 int init_action; /* is this the 1st action o
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dprocess.h95 static inline intptr_t cwait(int *status, intptr_t pid, int action) { return _cwait(status, pid, action); } argument
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDHandler.cpp65 LogFlowFunc(("screenId=%RU32, x=%d, y=%d, action=%ld\n",
76 /* Set the DnD action returned by the guest. */
85 LogFlowFunc(("screenId=%RU32, x=%d, y=%d, action=%ld\n",
97 /* Set the DnD action returned by the guest. */
108 LogFlowFunc(("screenId=%RU32, x=%d, y=%d, action=%ld\n",
267 KDnDAction UIDnDHandler::toVBoxDnDAction(Qt::DropAction action) argument
269 if (action == Qt::CopyAction)
271 if (action == Qt::MoveAction)
273 if (action == Qt::LinkAction)
296 Qt::DropAction UIDnDHandler::toQtDnDAction(KDnDAction action) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_main.c256 * @action requested interrupt action
258 static void vxge_irq(struct net_device *netdev __unused, int action) argument
264 "%s:%d action(%d)\n", __func__, __LINE__, action);
269 switch (action) {
H A Dvxge_config.c49 u32 action,
67 val64 = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION(action) |
1156 u64 action = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION_LIST_FIRST_ENTRY; local
1160 val64 = VXGE_HW_RTS_ACCESS_STEER_CTRL_ACTION(action) |
1198 action =
47 vxge_hw_set_fw_api(struct __vxge_hw_device *hldev, u64 vp_id, u32 action, u32 offset, u64 data0, u64 data1) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dprocess.h105 static inline intptr_t cwait(int *status, intptr_t pid, int action) { return _cwait(status, pid, action); } argument
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dbofm.h49 /** Invalid action string */
80 /** Subsignature (action string) */
81 uint32_t action; member in struct:bofm_global_header
105 /** @defgroup bofmaction BOFM header subsignatures (action strings)
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIActionPool.h145 /** Returns action type. */
148 /** Returns menu contained by this action. */
151 /** Returns action-pool this action belongs to. */
154 /** Casts action to polymorphic-action. */
157 /** Returns current action name. */
159 /** Defines current action name. */
162 /** Returns action extra-data ID. */
164 /** Returns action extr
360 UIAction* action(int iIndex) const { return m_pool.value(iIndex); } function in class:UIActionPool
[all...]
H A DUIActionPool.cpp46 * representing action-activation event. */
56 /** Returns the action this event corresponding to. */
57 QAction* action() const { return m_pAction; } function in class:ActivateActionEvent
61 /** Ho0lds the action this event corresponding to. */
85 /* Get action which caused help-event: */
87 /* If action present => show action's tool-tip if needed: */
132 /* Only for selector's action-pool: */
162 /* Action-name format depends on action-pool type: */
176 /* Action-text format depends on action
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dranfile.cpp89 Action action; member in class:HammerData
163 action = HammerData::sg_go;
217 if (action != sg_go) goto finished;
224 if (action != sg_go) goto close;
238 if (action != sg_go) goto purge;
246 if (action != sg_go) goto close;
271 action = HammerData::sg_done;
389 if (hammer[poll]->action == HammerData::sg_go) /* don't overwrite done */
390 hammer[poll]->action = HammerData::sg_stop; /* ask him to stop */
399 while (hammer[poll]->action < HammerDat
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Daccept.c140 PRInt32 action = * (PRInt32 *) _action; local
162 if (action != CLIENT_TIMEOUT_ACCEPT) {
175 if (action != CLIENT_TIMEOUT_SEND) {
H A Dranfile.c88 Action action; member in struct:Hammer_s
184 if (cd->action != sg_go) goto finished;
191 if (cd->action != sg_go) goto close;
205 if (cd->action != sg_go) goto purge;
212 if (cd->action != sg_go) goto close;
237 cd->action = sg_done;
358 hammer[active].action = sg_go;
379 if (hammer[poll].action == sg_go) /* don't overwrite done */
380 hammer[poll].action = sg_stop; /* ask him to stop */
389 while (hammer[poll].action < sg_don
[all...]
/vbox/src/VBox/Main/src-server/
H A DUSBProxyService.cpp197 * @param aDone \a false for the pre-action notification (necessary
200 * \a true for the post-action notification. The device
431 USBDeviceFilterAction_T action = USBDeviceFilterAction_Null; local
432 (*it)->COMGETTER(Action)(&action);
433 if (action == USBDeviceFilterAction_Ignore)
444 if (action == USBDeviceFilterAction_Hold)
453 AssertMsgFailed(("action=%d\n", action));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DVBoxSettingsSelector.cpp370 QAction *action() const { return mAction; } function in class:SelectorActionItem
391 /* Init the action group for house keeping */
425 mActionGroup->addAction (item->action());
426 mTbSelector->addAction (item->action());
434 mActionGroup->addAction (item->action());
435 mTbSelector->addAction (item->action());
465 if (item->action())
466 item->action()->setText (aText);
489 SelectorActionItem *action = findActionItemByAction (mActionGroup->checkedAction()); local
491 if (action)
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Damd8111e.c637 static void amd8111e_irq(struct nic *nic, irq_action_t action) argument
641 switch (action) {
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c386 int tar (gzFile in,int action,int arg,int argc,char **argv) argument
399 if (action == TGZ_LIST)
413 action = TGZ_INVALID; /* force error exit */
435 action = TGZ_INVALID;
460 if (action == TGZ_LIST)
462 if (action == TGZ_EXTRACT)
473 action = TGZ_INVALID;
476 if (action == TGZ_LIST)
478 else if (action == TGZ_EXTRACT)
508 action
608 int action = TGZ_EXTRACT; local
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dorders.h137 uint8 action; member in struct:_DESKSAVE_ORDER
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c2668 /* Other flags can be set/cleared without special action */
2749 enum ipfw_opcodes action, int proto,
2765 cmd = fill_cmd(cmd, action, F_INSN_SIZE(ipfw_insn), 0, 0);
2748 fill_rule(void *buf, int bufsize, int rulenum, enum ipfw_opcodes action, int proto, struct in_addr sa, u_int16_t sp, struct in_addr da, u_int16_t dp) argument

Completed in 115 milliseconds

12