Home
last modified time | relevance | path

Searched refs:waiting4attach (Results 1 – 1 of 1) sorted by relevance

/trueos/sbin/launchd/
HDcore.c380 struct waiting4attach { struct
381 LIST_ENTRY(waiting4attach) le;
388 static LIST_HEAD(, waiting4attach) _launchd_domain_waiters; argument
390 static struct waiting4attach *waiting4attach_new(jobmgr_t jm, const char *name, mach_port_t port, p…
391 static void waiting4attach_delete(jobmgr_t jm, struct waiting4attach *w4a);
392 static struct waiting4attach *waiting4attach_find(jobmgr_t jm, job_t j);
406 LIST_HEAD(, waiting4attach) attaches;
528 struct waiting4attach *w4a;
1335 struct waiting4attach *w4ai = NULL; in jobmgr_remove()
4211 struct waiting4attach *w4ai = NULL; in job_callback_proc()
[all …]