Searched defs:function (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dansiesc.c35 * @v function Control function identifier
40 unsigned int function, int count,
44 for ( handler = handlers ; handler->function ; handler++ ) {
45 if ( handler->function == function ) {
74 ctx->function = 0;
101 ctx->function <<= 8;
102 ctx->function |= c;
109 ctx->function <<
39 ansiesc_call_handler( struct ansiesc_handler *handlers, unsigned int function, int count, int params[] ) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxeparent/
H A Dpxeparent.c36 * @v function API call number
40 pxeparent_function_name ( unsigned int function ) {
41 switch ( function ) {
120 * @v function API call number
125 int pxeparent_call ( SEGOFF16_t entry, unsigned int function, argument
148 : "b" ( function ),
176 pxeparent_function_name ( function ), strerror ( rc ) );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dansiesc.h25 * the control function.
33 /** The control function identifier
35 * The control function identifier consists of the
42 unsigned int function; member in struct:ansiesc_handler
50 * function should be used.
72 * Must be terminated by a handler with @c function set to
83 /** Control function identifier */
84 unsigned int function; member in struct:ansiesc_context
94 * @defgroup ansifuncs ANSI escape sequence function identifiers
H A Dedd.h89 uint8_t function; member in struct:edd_interface_path::__anon15483
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Dpower.c22 upower_call_function (const gchar *function, gboolean default_result, GError **error) argument
42 function,
113 ck_call_function (const gchar *function, gboolean default_result, GError **error) argument
133 function,
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Diswctype_sb.c199 wctrans_t function; member in struct:_transtrval
230 return transtrval[i].function;
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dtcpip.c95 msg->msg.apimsg->function(&(msg->msg.apimsg->msg));
122 msg->msg.netifapimsg->function(&(msg->msg.netifapimsg->msg));
141 msg->msg.cb.function(msg->msg.cb.ctx);
147 msg->msg.cb.function(msg->msg.cb.ctx);
153 if (msg->msg.cb.function != NULL) {
154 msg->msg.cb.function(msg->msg.cb.ctx);
220 * Call a specific function in the thread context of
222 * A function called in that way may access lwIP core code
225 * @param f the function to call
228 * @return ERR_OK if the function wa
231 tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block) argument
404 tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx) argument
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dapi_msg.h59 /** This struct includes everything that is necessary to execute a function
64 which is used to block the application thread until the function finished. */
66 /** The return value of the function executed in tcpip_thread. */
68 /** Depending on the executed function, one of these union members is used */
120 /** This struct contains a function to execute in another thread context and
121 a struct api_msg_msg that serves as an argument for this function.
124 /** function to execute in tcpip_thread context */
125 void (* function)(struct api_msg_msg *msg); member in struct:api_msg
126 /** arguments for this function */
H A Dnetifapi.h70 void (* function)(struct netifapi_msg_msg *msg); member in struct:netifapi_msg
H A Dtcpip.h83 #define TCPIP_APIMSG_NOERR(m,f) do { (m)->function = f; tcpip_apimsg(m); } while(0)
84 #define TCPIP_APIMSG(m,f,e) do { (m)->function = f; (e) = tcpip_apimsg(m); } while(0)
90 /** Function prototype for the init_done function passed to tcpip_init */
113 err_t tcpip_callback_with_block(tcpip_callback_fn function, void *ctx, u8_t block);
116 struct tcpip_callback_msg* tcpip_callbackmsg_new(tcpip_callback_fn function, void *ctx);
167 tcpip_callback_fn function; member in struct:tcpip_msg::__anon14920::__anon14922
/vbox/src/libs/libxml2-2.6.31/python/
H A Dgenerator.py113 if tag == 'function':
116 self.function = None
123 self.function = attrs['name']
158 if tag == 'function':
159 if self.function != None:
160 function(self.function, self.function_descr,
188 def function(name, desc, ret, args, file, cond): function
353 # the next function is defined in libxml.c
404 print "failed to get function
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c53 PRPeriodicAlarmFn function; /* function to call for notify */ member in struct:PRAlarmID
170 if (!id->function(id, id->clientData, ~pause))
173 * Notified function decided not to continue. Free
232 PRPeriodicAlarmFn function, void *clientData)
248 id->function = function;
230 PR_SetAlarm( PRAlarm *alarm, PRIntervalTime period, PRUint32 rate, PRPeriodicAlarmFn function, void *clientData) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddixstruct.h150 Bool (*function) (ClientPtr /* pClient */ , member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddixstruct.h150 Bool (*function) (ClientPtr /* pClient */ , member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddixstruct.h165 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddixstruct.h150 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddixstruct.h150 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddixstruct.h147 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddixstruct.h147 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddixstruct.h149 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddixstruct.h149 Bool (*function) ( member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddixstruct.h151 Bool (*function) (ClientPtr /* pClient */ , member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddixstruct.h150 Bool (*function) (ClientPtr /* pClient */ , member in struct:_WorkQueue
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddixstruct.h151 Bool (*function) (ClientPtr /* pClient */ , member in struct:_WorkQueue
/vbox/src/VBox/Devices/PC/BIOS/
H A Dpcibios.c29 /* PCI function codes. */
47 FUNC_NOT_SUPPORTED = 0x81, /* Unsupported function. */
216 * Note: This function is somewhat performance critical; since it may
242 /* For the first function of a device, read the device's header type.
244 * multi-function device must implement function 0 and the header type
246 * bit clear, there is a device but it's not multi-function, so we can
257 step = 1; /* MFD - try every sub-function. */
311 void BIOSCALL PCIxx(function)(volatile pci_regs_t r) function
404 BX_INFO("PCI: Unsupported function A
[all...]

Completed in 79 milliseconds

123