Home
last modified time | relevance | path

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

/NextBSD/sbin/launchd/
HDcore.c539 cpu_type_t *j_binpref; member
1597 if (j->j_binpref) { in job_remove()
1598 free(j->j_binpref); in job_remove()
2079 if (j->j_binpref) { in job_new_subjob()
2080 size_t sz = malloc_size(j->j_binpref); in job_new_subjob()
2081 nj->j_binpref = (cpu_type_t *)malloc(sz); in job_new_subjob()
2082 if (nj->j_binpref) { in job_new_subjob()
2083 memcpy(&nj->j_binpref, &j->j_binpref, sz); in job_new_subjob()
3088 if (job_assumes(j, j->j_binpref = malloc(value_cnt * sizeof(*j->j_binpref)))) { in job_import_array()
3091 j->j_binpref[i] = (cpu_type_t) launch_data_get_integer(launch_data_array_get_index(value, i)); in job_import_array()
[all …]