Home
last modified time | relevance | path

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

/NextBSD/sbin/launchd/
HDcore.c312 static void jetsam_property_setup(launch_data_t obj, const char *key, job_t j);
2845 jetsam_property_setup(pri, LAUNCH_JOBKEY_JETSAMPRIORITY, j); in job_import_integer()
2999 …_data_dict_iterate(value, (void (*)(launch_data_t, const char *, void *))jetsam_property_setup, j); in job_import_dictionary()
12020 jetsam_property_setup(launch_data_t obj, const char *key, job_t j) function