Home
last modified time | relevance | path

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

/libmctp-latest/utils/
Dmctp-demux-daemon.c51 int (*init_pollfd)(struct binding *binding, struct pollfd *pollfd); member
263 .init_pollfd = binding_serial_init_pollfd,
270 .init_pollfd = binding_astlpc_init_pollfd,
465 if (!ctx->binding->init_pollfd) { in run_daemon()
504 if (ctx->binding->init_pollfd) in run_daemon()
505 ctx->binding->init_pollfd(ctx->binding, in run_daemon()