Searched refs:sendfdcnt (Results 1 – 1 of 1) sorted by relevance
169 size_t sendfdcnt; member911 lh->sendfdcnt = fd_slots_used; in launchd_msg_send()930 if (lh->sendfdcnt > 0) { in launchd_msg_send()931 sentctrllen = mh.msg_controllen = CMSG_SPACE(lh->sendfdcnt * sizeof(int)); in launchd_msg_send()938 cm->cmsg_len = CMSG_LEN(lh->sendfdcnt * sizeof(int)); in launchd_msg_send()942 memcpy(CMSG_DATA(cm), lh->sendfds, lh->sendfdcnt * sizeof(int)); in launchd_msg_send()967 lh->sendfdcnt = 0; in launchd_msg_send()