Searched defs:job (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Ddownloader.c28 #include <ipxe/job.h>
46 struct interface job; member in struct:downloader
88 intf_shutdown ( &downloader->job, rc );
129 * Report progress of download job
207 /** Downloader job control interface operations */
213 /** Downloader job control interface descriptor */
215 INTF_DESC ( struct downloader, job, downloader_job_op );
226 * @v job Job control interface
235 int create_downloader ( struct interface *job, struct image *image, argument
246 intf_init ( &downloader->job,
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtpool.h84 /* queue a job */
88 /* queue a job, when a socket is readable */
93 /* queue a job, when a socket is writeable */
98 /* queue a job, when a socket has a pending connection */
103 /* queue a job, when the socket connection to addr succeeds or fails */
108 /* queue a job, when a timer exipres */
112 /* cancel a job */
114 PR_CancelJob(PRJob *job); variable
116 /* join a job */
118 PR_JoinJob(PRJob *job); variable
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dvalidator.c60 struct interface job; member in struct:validator
99 intf_shutdown ( &validator->job, rc );
108 /** Certificate validator job control interface operations */
113 /** Certificate validator job control interface descriptor */
115 INTF_DESC ( struct validator, job, validator_job_operations );
419 * @v job Job control interface
423 int create_validator ( struct interface *job, struct x509_chain *chain ) { argument
440 intf_init ( &validator->job, &validator_job_desc,
449 intf_plug_plug ( &validator->job, job );
[all...]
H A Dfcels.c83 intf_shutdown ( &els->job, rc );
235 /** Fibre Channel ELS job control interface operations */
240 /** Fibre Channel ELS job control interface descriptor */
242 INTF_DESC ( struct fc_els, job, fc_els_job_op );
298 intf_init ( &els->job, &fc_els_job_desc, &els->refcnt );
312 * @v job Parent job-control interface
318 int fc_els_request ( struct interface *job, struct fc_port *port, argument
331 /* Attach to parent job interface, mortalise self, and return */
332 intf_plug_plug ( &els->job, jo
[all...]
/vbox/src/libs/libxml2-2.6.31/example/
H A Dgjobread.c96 typedef struct job { struct
103 } job, *jobPtr; typedef in typeref:struct:job
116 ret = (jobPtr) malloc(sizeof(job));
121 memset(ret, 0, sizeof(job));
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcels.h327 struct interface job; member in struct:fc_els
425 extern int fc_els_request ( struct interface *job, struct fc_port *port,
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Ddhcp.c34 #include <ipxe/job.h>
204 struct interface job; member in struct:dhcp_session
275 intf_shutdown ( &dhcp->job, rc );
1243 /** DHCP job control interface operations */
1248 /** DHCP job control interface descriptor */
1250 INTF_DESC ( struct dhcp_session, job, dhcp_job_op );
1277 * @v job Job control interface
1285 * On a return of 0, a background job has been started to perform the
1286 * DHCP request. Any nonzero return means the job has not been
1290 int start_dhcp ( struct interface *job, struc argument
1387 start_pxebs( struct interface *job, struct net_device *netdev, unsigned int pxe_type ) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 360 milliseconds