Home
last modified time | relevance | path

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

/openbmc/libmctp/utils/
H A Dmctp-demux-daemon.c456 FD_NR, enumerator
465 ctx->pollfds = malloc(FD_NR * sizeof(struct pollfd)); in run_daemon()
495 (ctx->n_clients + FD_NR) * in run_daemon()
499 ctx->pollfds[FD_NR + i].fd = in run_daemon()
501 ctx->pollfds[FD_NR + i].events = POLLIN; in run_daemon()
509 rc = poll(ctx->pollfds, ctx->n_clients + FD_NR, -1); in run_daemon()
546 if (!ctx->pollfds[FD_NR + i].revents) in run_daemon()