Home
last modified time | relevance | path

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

/freebsd/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.c83 service_command_func_t *s_command;
89 service_command_func_t *commandfunc, uint64_t flags) in service_alloc()
H A Dlibcasper_service.c80 service_command_func_t *commandfunc, uint64_t flags) in service_register()