Home
last modified time | relevance | path

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

/NextBSD/lib/liblaunch/
HDliblaunch.c294 if (!(globals->async_resp = launch_data_alloc(LAUNCH_DATA_ARRAY))) { in launch_client_init()
320 case LAUNCH_DATA_ARRAY: in launch_data_alloc()
346 case LAUNCH_DATA_ARRAY: in launch_data_free()
462 if (LAUNCH_DATA_ARRAY != where->type || ind >= where->_array_cnt) { in launch_data_array_get_index()
487 if (LAUNCH_DATA_ARRAY != where->type) in launch_data_array_get_count()
757 case LAUNCH_DATA_ARRAY: in launch_data_pack()
798 case LAUNCH_DATA_ARRAY: in launch_data_unpack()
1233 if (v && launch_data_get_type(v) == LAUNCH_DATA_ARRAY) {
1306 } else if (resp_type == LAUNCH_DATA_ARRAY) {
1460 case LAUNCH_DATA_ARRAY: in launch_data_copy()
HDlaunch.h211 LAUNCH_DATA_ARRAY, enumerator
HDlibvproc.c534 if ((tmp_array = launch_data_alloc(LAUNCH_DATA_ARRAY)) == NULL) { in _spawn_via_launchd()
577 tmp_array = launch_data_alloc(LAUNCH_DATA_ARRAY); in _spawn_via_launchd()
/NextBSD/sbin/launchd/
HDipc.c290 case LAUNCH_DATA_ARRAY: in ipc_close_fds()
313 case LAUNCH_DATA_ARRAY: in ipc_revoke_fds()
425 if (launch_data_get_type(data) == LAUNCH_DATA_ARRAY) { in ipc_readmsg2()
550 if (launch_data_get_type(data) == LAUNCH_DATA_ARRAY) { in ipc_process_command()
HDcore.c1133 if (likely(j->argv) && (tmp = launch_data_alloc(LAUNCH_DATA_ARRAY))) { in job_export()
1174 if ((tmp2 = launch_data_alloc(LAUNCH_DATA_ARRAY))) { in job_export()
1651 if (launch_data_get_type(obj) == LAUNCH_DATA_ARRAY) { in socketgroup_setup()
1658 if (launch_data_get_type(obj) == LAUNCH_DATA_ARRAY) { in socketgroup_setup()
2420 launch_data_t resp = launch_data_alloc(LAUNCH_DATA_ARRAY); in job_import_bulk()
3136 case LAUNCH_DATA_ARRAY: in job_import_keys()
3220 if (launch_data_get_type(ldpa) != LAUNCH_DATA_ARRAY) { in jobmgr_import2()
10024 outdata_obj_array = launch_data_alloc(LAUNCH_DATA_ARRAY);
10303 if (launch_data_get_type(services) != LAUNCH_DATA_ARRAY) {
/NextBSD/bin/launchctl/
HDlaunchctl.c111 arr = launch_data_alloc(LAUNCH_DATA_ARRAY); in to_launchd_sockets()
318 arr = launch_data_alloc(LAUNCH_DATA_ARRAY); in to_launchd()
373 case LAUNCH_DATA_ARRAY: in to_json()
/NextBSD/libexec/launchproxy/
HDlaunchproxy.c63 case LAUNCH_DATA_ARRAY: in find_fds()
/NextBSD/lib/libxpc/
HDxpc_misc.c334 } else if (ld->type == LAUNCH_DATA_ARRAY) { in ld2xpc()