Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libcasper/libcasper/
H A Dlibcasper_service.h50 typedef int service_command_func_t(const char *cmd, const nvlist_t *, typedef
54 service_limit_func_t *limitfunc, service_command_func_t *commandfunc,
H A Dlibcasper_impl.h52 service_command_func_t *commandfunc, uint64_t flags);
H A Dservice.c86 service_command_func_t *s_command;
92 service_command_func_t *commandfunc, uint64_t flags) in service_alloc()
H A Dlibcasper_service.c83 service_command_func_t *commandfunc, uint64_t flags) in service_register()