| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerFork.cpp | 137 auto Job = new FuzzJob; in CreateNewJob() local 164 Job->DftTimeInSeconds = static_cast<int>(DftTimeInSeconds); in CreateNewJob() 167 Job->SeedListPath = in CreateNewJob() 169 WriteToFile(Seeds, Job->SeedListPath); in CreateNewJob() 170 Cmd.addFlag("seed_inputs", "@" + Job->SeedListPath); in CreateNewJob() 172 Job->LogPath = DirPlusFile(TempDir, std::to_string(JobId) + ".log"); in CreateNewJob() 173 Job->CorpusDir = DirPlusFile(TempDir, "C" + std::to_string(JobId)); in CreateNewJob() 174 Job->FeaturesDir = DirPlusFile(TempDir, "F" + std::to_string(JobId)); in CreateNewJob() 175 Job->CFPath = DirPlusFile(TempDir, std::to_string(JobId) + ".merge"); in CreateNewJob() 176 Job->JobId = JobId; in CreateNewJob() [all …]
|
| /freebsd/contrib/bmake/ |
| H A D | meta.h | 41 struct Job; 46 void meta_job_start(struct Job *, GNode *); 47 void meta_job_child(struct Job *); 48 void meta_job_parent(struct Job *, pid_t); 49 int meta_job_fd(struct Job *) MAKE_ATTR_USE; 50 int meta_job_event(struct Job *) MAKE_ATTR_USE; 51 void meta_job_error(struct Job *, GNode *, bool, int); 52 void meta_job_output(struct Job *, const char *, size_t); 54 int meta_job_finish(struct Job *);
|
| H A D | job.h | 81 typedef struct Job Job; typedef 113 void Job_FlagsToString(const Job *, char *, size_t); 116 struct BuildMon *Job_BuildMon(Job *) MAKE_ATTR_USE; 118 GNode *Job_Node(Job *) MAKE_ATTR_USE; 119 int Job_Pid(Job *) MAKE_ATTR_USE;
|
| H A D | job.c | 194 struct Job { struct 513 static Job *job_table; /* The structures that describe them */ 514 static Job *job_table_end; /* job_table + maxJobs */ 524 static Job **jobByFdIndex = NULL; 526 static void watchfd(Job *); 527 static void clearfd(Job *); 531 static Job tokenPoolJob; /* token wait pseudo-job */ 533 static Job childExitJob; /* child exit pseudo-job */ 544 static void CollectOutput(Job *, bool); 573 Job_FlagsToString(const Job *job, char *buf, size_t bufsize) in Job_FlagsToString() [all …]
|
| H A D | meta.c | 612 BM(Job *job) in BM() 622 meta_job_start(Job *job, GNode *gn) in meta_job_start() 648 meta_job_child(Job *job MAKE_ATTR_UNUSED) in meta_job_child() 669 meta_job_parent(Job *job MAKE_ATTR_UNUSED, pid_t pid MAKE_ATTR_UNUSED) in meta_job_parent() 682 meta_job_fd(Job *job MAKE_ATTR_UNUSED) in meta_job_fd() 696 meta_job_event(Job *job MAKE_ATTR_UNUSED) in meta_job_event() 710 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error() 735 meta_job_output(Job *job, const char *cp, size_t len) in meta_job_output() 796 meta_job_finish(Job *job) in meta_job_finish()
|
| H A D | trace.h | 50 void Trace_Log(TrEvent, Job *);
|
| H A D | trace.c | 84 Trace_Log(TrEvent event, Job *job) in Trace_Log()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MoveAutoInit.cpp | 205 for (auto &Job : reverse(JobList)) { in runMoveAutoInit() local 206 Job.first->moveBefore(*Job.second, Job.second->getFirstInsertionPt()); in runMoveAutoInit() 207 MSSAU.moveToPlace(MSSA.getMemoryAccess(Job.first), Job.first->getParent(), in runMoveAutoInit()
|
| /freebsd/contrib/tcsh/nls/german/ |
| H A D | set1 | 48 46 Kein solcher Job 60 58 Argumente können Job- oder Prozeß-ID's sein 61 59 Kein aktueller Job 62 60 Kein vorhergehender Job 63 61 Kein Job entspricht dem Muster 138 136 Kein solcher Job
|
| H A D | set11 | 4 2 Daher keine Job Control in dieser Shell.\n
|
| H A D | set17 | 3 1 FEHLER: Warte auf Hintergrund-Job!\n
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/ |
| H A D | Tooling.cpp | 94 for (const auto &Job : Jobs) in ignoreExtraCC1Commands() local 95 if (StringRef(Job.getExecutable()) == "clang-offload-bundler") in ignoreExtraCC1Commands() 143 for (const driver::Command &Job : Jobs) in getCC1Arguments() local 144 if (IsCC1Command(Job) && llvm::all_of(Job.getInputInfos(), IsSrcFile)) in getCC1Arguments() 145 CC1Jobs.push_back(&Job); in getCC1Arguments() 150 for (const driver::Command &Job : Jobs) in getCC1Arguments() local 151 if (IsCC1Command(Job)) in getCC1Arguments() 152 CC1Jobs.push_back(&Job); in getCC1Arguments()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Compilation.cpp | 247 for (const auto &Job : Jobs) { in ExecuteJobs() local 248 if (!InputsOk(Job, FailingCommands)) in ExecuteJobs() 251 if (int Res = ExecuteCommand(Job, FailingCommand, LogOnly)) { in ExecuteJobs()
|
| H A D | Job.cpp | 451 for (const auto &Job : *this) in Print() 452 Job.Print(OS, Terminator, Quote, CrashInfo); in Print()
|
| /freebsd/share/examples/printing/ |
| H A D | make-ps-header | 64 [ (Job:) (Host:) (Date:) ] {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Tool.h | 25 class Job; variable
|
| /freebsd/contrib/tcsh/ |
| H A D | src.desc | 33 sh.proc.c: Job handling. Adds new children to the job list. 37 sh.sem.c: Job spawning (nice and time are handled here too) and I/O
|
| /freebsd/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | fsl-sec6.txt | 5 -Job Ring Node 72 Job Ring (JR) Node
|
| H A D | fsl-sec4.txt | 8 -Job Ring Node 25 2. Job Rings (HW interface between cores & SEC 4 registers). 35 Job Ring Data Path Configuration: 156 Job Ring (JR) Node
|
| /freebsd/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | LTO.cpp | 2221 struct Job { struct in __anona29527bd2511::OutOfProcessThinBackend 2229 SmallVector<Job> Jobs; 2278 Job &J = Jobs[Task - ThinLTOTaskOffset]; in start() 2292 [=](Job &J, const FunctionImporter::ImportMapTy &ImportList) { in start() 2440 for (auto &Job : Jobs) { in wait() local 2441 removeFile(Job.NativeObjectPath); in wait() 2443 removeFile(Job.SummaryIndexPath); in wait() 2476 for (auto &Job : Jobs) { in wait() local 2480 MemoryBuffer::getFile(Job.NativeObjectPath, /*IsText=*/false, in wait() 2485 Job.NativeObjectPath + ": " + EC.message(), in wait() [all …]
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 313 printf("Job was paused\n"); 316 printf("Job finished with return value %d\n", ret); 350 Job was paused 353 Job finished with return value 1
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | printer | 80 # HP Printer Job Language 81 0 string \033%-12345X@PJL HP Printer Job Language data 82 # HP Printer Job Language
|
| /freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | raideng.txt | 60 - fsl,liodn: Specifies the LIODN to be used for Job Ring. This
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services | 27 rje 5/tcp #Remote Job Entry 28 rje 5/udp #Remote Job Entry 134 netrjs-1 71/tcp #Remote Job Service 135 netrjs-1 71/udp #Remote Job Service 136 netrjs-2 72/tcp #Remote Job Service 137 netrjs-2 72/udp #Remote Job Service 138 netrjs-3 73/tcp #Remote Job Service 139 netrjs-3 73/udp #Remote Job Service 140 netrjs-4 74/tcp #Remote Job Service 141 netrjs-4 74/udp #Remote Job Service
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 704 for (const driver::Command &Job : Compilation->getJobs()) { in forEachDriverJob() local 705 if (!Callback(Job)) in forEachDriverJob()
|