HomeSort by: relevance | last modified time | path
    Searched defs:checkin (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
server.c 121 launch_data_t config = NULL, checkin = NULL, label = NULL; local
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 17 milliseconds