Home
last modified time | relevance | path

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

/freebsd/lib/libcasper/libcasper/
H A Dlibcasper_service.c80 service_command_func_t *commandfunc, uint64_t flags) in service_register() argument
84 if (commandfunc == NULL) in service_register()
95 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.c89 service_command_func_t *commandfunc, uint64_t flags) in service_alloc() argument
102 service->s_command = commandfunc; in service_alloc()