HomeSort by relevance Sort by last modified time
    Searched refs:job_interface (Results 1 - 8 of 8) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
monojob.h 12 struct job_interface;
14 extern struct job_interface monojob;
job.h 34 struct job_interface;
43 void ( * done ) ( struct job_interface *job, int rc );
48 void ( * kill ) ( struct job_interface *job );
54 void ( * progress ) ( struct job_interface *job,
59 struct job_interface { struct
66 extern struct job_interface null_job;
69 extern void job_done ( struct job_interface *job, int rc );
70 extern void job_kill ( struct job_interface *job );
71 extern void job_progress ( struct job_interface *job,
74 extern void ignore_job_done ( struct job_interface *job, int rc )
    [all...]
downloader.h 12 struct job_interface;
15 extern int create_downloader ( struct job_interface *job, struct image *image,
dhcp.h 21 struct job_interface;
625 extern int start_dhcp ( struct job_interface *job, struct net_device *netdev );
626 extern int start_pxebs ( struct job_interface *job, struct net_device *netdev,
  /external/syslinux/gpxe/src/core/
job.c 31 void job_done ( struct job_interface *job, int rc ) {
32 struct job_interface *dest = job_get_dest ( job );
39 void job_kill ( struct job_interface *job ) {
40 struct job_interface *dest = job_get_dest ( job );
47 void job_progress ( struct job_interface *job,
49 struct job_interface *dest = job_get_dest ( job );
64 void ignore_job_done ( struct job_interface *job __unused, int rc __unused ) {
68 void ignore_job_kill ( struct job_interface *job __unused ) {
72 void ignore_job_progress ( struct job_interface *job __unused,
91 struct job_interface null_job =
    [all...]
monojob.c 39 static void monojob_done ( struct job_interface *job __unused, int rc ) {
51 struct job_interface monojob = {
downloader.c 44 struct job_interface job;
128 static void downloader_job_kill ( struct job_interface *job ) {
142 static void downloader_job_progress ( struct job_interface *job,
256 int create_downloader ( struct job_interface *job, struct image *image,
  /external/syslinux/gpxe/src/net/udp/
dhcp.c 244 struct job_interface job;
    [all...]

Completed in 226 milliseconds