Searched refs:checkin (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A Dserver.c121 launch_data_t config = NULL, checkin = NULL, label = NULL; local in function:server_main
125 checkin = launch_data_new_string(LAUNCH_KEY_CHECKIN);
126 if (!checkin) {
127 asl_log(NULL, NULL, ASL_LEVEL_ERR, "unable to create launchd checkin string");
131 config = launch_msg(checkin);
138 asl_log(NULL, NULL, ASL_LEVEL_ERR, "launchd checkin failed with error: %d %s", launch_data_get_errno(config), strerror(launch_data_get_errno(config)));

Completed in 2 milliseconds