OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:null_job_ops
(Results
1 - 2
of
2
) sorted by null
/external/syslinux/gpxe/src/core/
job.c
78
struct job_interface_operations
null_job_ops
= {
variable in typeref:struct:job_interface_operations
96
.op = &
null_job_ops
,
/external/syslinux/gpxe/src/include/gpxe/
job.h
67
extern struct job_interface_operations
null_job_ops
;
166
job->op = &
null_job_ops
;
Completed in 212 milliseconds