Home
last modified time | relevance | path

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

/trueos/lib/liblaunch/
HDliblaunch.c165 int *sendfds; member
639 if ((c->sendfds = malloc(0)) == NULL) in launchd_fdopen()
651 if (c->sendfds) in launchd_fdopen()
652 free(c->sendfds); in launchd_fdopen()
672 if (lh->sendfds) in launchd_close()
673 free(lh->sendfds); in launchd_close()
895 free(lh->sendfds); in launchd_msg_send()
896 lh->sendfds = malloc(4 * 1024); in launchd_msg_send()
897 if (!lh->sendfds) { in launchd_msg_send()
904 lh->sendlen = launch_data_pack(d, lh->sendbuf, good_enough_size, lh->sendfds, &fd_slots_used); in launchd_msg_send()
[all …]