Searched refs:job (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddownloader.h15 extern int create_downloader ( struct interface *job, struct image *image,
H A Dvalidator.h15 extern int create_validator ( struct interface *job, struct x509_chain *chain );
H A Ddhcp.h666 extern int start_dhcp ( struct interface *job, struct net_device *netdev );
667 extern int start_pxebs ( struct interface *job, struct net_device *netdev,
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/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...]
H A Djob.c23 #include <ipxe/job.h>
32 * Get job progress
H A Dmonojob.c27 #include <ipxe/job.h>
33 * Single foreground job
54 * Wait for single foreground job to complete
/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/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/drivers/net/
H A Dcs89x0.txt45 job a lot.
/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/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/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp2022 /* The following is assuming that svn does it's job here. */
2043 * Do the job.
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm145 ; here, but we do an adequate job.
/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0A.asm766 ; Do the job.
826 ; Do the job.
H A DHMR0A.asm320 ; this restore job.)
/vbox/src/bldprogs/
H A DVBoxCPP.cpp514 /** The status of the whole job, as far as we know. */
2360 * Do the job.
2780 * Arguments make the job a bit more annoying. Handle that elsewhere
5361 /* The following is assuming that svn does it's job here. */
5482 * Do the job. The code says it all.
/vbox/src/VBox/VMM/VMMR3/
H A DPATMA.asm1725 ; Calls a helper function that does the job.
/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 4889 milliseconds