Home
last modified time | relevance | path

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

/openbmc/obmc-console/
H A Dconsole-server.c625 size_t n_types; in handlers_init() local
629 n_types = __stop_handlers - __start_handlers; in handlers_init()
630 console->handlers = calloc(n_types, sizeof(struct handler *)); in handlers_init()
635 printf("%zu handler type%s\n", n_types, n_types == 1 ? "" : "s"); in handlers_init()
637 for (i = 0; i < n_types; i++) { in handlers_init()