Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libcasper/libcasper/
H A Dlibcasper_service.c81 service_command_func_t *commandfunc, uint64_t flags) in service_register() argument
85 if (commandfunc == NULL) in service_register()
96 casserv->cs_service = service_alloc(name, limitfunc, commandfunc, in service_register()
H A Dlibcasper_service.h52 service_limit_func_t *limitfunc, service_command_func_t *commandfunc,
H A Dlibcasper_impl.h50 service_command_func_t *commandfunc, uint64_t flags);
H A Dservice.c90 service_command_func_t *commandfunc, uint64_t flags) in service_alloc() argument
103 service->s_command = commandfunc; in service_alloc()