Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libcasper/libcasper/
H A Dlibcasper_service.h48 typedef int service_command_func_t(const char *cmd, const nvlist_t *, typedef
52 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.c84 service_command_func_t *s_command;
90 service_command_func_t *commandfunc, uint64_t flags) in service_alloc()
H A Dlibcasper_service.c81 service_command_func_t *commandfunc, uint64_t flags) in service_register()