Searched refs:MAX_HOLD_FDS (Results 1 – 5 of 5) sorted by relevance
30 #define MAX_HOLD_FDS (64) macro31 #define MAX_FD_HOLDER_BUFFER (MAX_HOLD_FDS * sizeof(int))
129 fdCount < 0 || fdCount > MAX_HOLD_FDS) { in ServiceSaveFd()140 fdCount < 0 || fdCount > MAX_HOLD_FDS) { in ServiceSaveFdWithPoll()168 char **fdList = SplitStringExt(fdBuffer, " ", &fdCount, MAX_HOLD_FDS); in ServiceGetFd()
93 BEGET_ERROR_CHECK(fdCount <= MAX_HOLD_FDS, return NULL, "Too many fds returned."); in GetFdsFromMsg()121 CMSG_SPACE(sizeof(int) * MAX_HOLD_FDS)) control; in ReceiveFds()
37 if (fds == NULL || fdCount == 0 || fdCount > MAX_HOLD_FDS) { in HandlerHoldFds()
900 INIT_ERROR_CHECK(fdCount <= MAX_HOLD_FDS, return -1, "Invalid fdCount %d", fdCount); in UpdaterServiceFds()