Searched refs:launch_data_array_get_index (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/usr.sbin/asl/ |
| HD | bsd_in.c | 118 fd_dict = launch_data_array_get_index(fd_array, 0); in bsd_in_init()
|
| HD | udp_in.c | 154 fd_dict = launch_data_array_get_index(fd_array, i); in udp_in_init()
|
| /NextBSD/libexec/launchproxy/ |
| HD | launchproxy.c | 65 find_fds(launch_data_array_get_index(o, i), NULL, NULL); in find_fds()
|
| /NextBSD/sbin/launchd/ |
| HD | ipc.c | 292 ipc_close_fds(launch_data_array_get_index(o, i)); in ipc_close_fds() 315 ipc_revoke_fds(launch_data_array_get_index(o, i)); in ipc_revoke_fds()
|
| HD | core.c | 1659 tmp_oai = launch_data_array_get_index(obj, i); in socketgroup_setup() 2427 …if ((likely(ja[i] = jobmgr_import2(root_jobmgr, launch_data_array_get_index(pload, i)))) && errno … in job_import_bulk() 3091 j->j_binpref[i] = (cpu_type_t) launch_data_get_integer(launch_data_array_get_index(value, i)); in job_import_array() 3100 calendarinterval_new_from_obj(j, launch_data_array_get_index(value, i)); in job_import_array() 3230 tmp = launch_data_array_get_index(ldpa, i); in jobmgr_import2() 9789 (void)job_assumes(j, obj_at_idx = launch_data_array_get_index(out_obj_array, l2l_i)); 10315 launch_data_t ploadi = launch_data_array_get_index(services, i);
|
| /NextBSD/lib/liblaunch/ |
| HD | launch.h | 278 launch_data_array_get_index(const launch_data_t larray, size_t idx);
|
| HD | liblaunch.c | 460 launch_data_array_get_index(launch_data_t where, size_t ind) in launch_data_array_get_index() function 1239 launch_data_t ji = launch_data_array_get_index(v, i); 1321 launch_data_t ri = launch_data_array_get_index(resp, i);
|
| /NextBSD/bin/launchctl/ |
| HD | launchctl.c | 376 json_array_append_new(arr, to_json(launch_data_array_get_index(ld, i))); in to_json()
|