OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_job
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/gpxe/src/include/gpxe/
job.h
66
extern struct job_interface
null_job
;
89
job->intf.dest = &
null_job
.intf;
154
plug ( &job->intf, &
null_job
.intf );
/external/syslinux/gpxe/src/core/
job.c
91
struct job_interface
null_job
= {
variable in typeref:struct:job_interface
93
.dest = &
null_job
.intf,
monojob.c
53
.dest = &
null_job
.intf,
Completed in 40 milliseconds