HelenOS sources

hound_sess_t       62 uspace/lib/hound/include/hound/protocol.h hound_sess_t *hound_service_connect(const char *service);
hound_sess_t       63 uspace/lib/hound/include/hound/protocol.h void hound_service_disconnect(hound_sess_t *sess);
hound_sess_t       65 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_register_context(hound_sess_t *sess,
hound_sess_t       67 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_unregister_context(hound_sess_t *sess, hound_context_id_t id);
hound_sess_t       69 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_get_list(hound_sess_t *sess, char ***ids, size_t *count,
hound_sess_t       80 uspace/lib/hound/include/hound/protocol.h static inline errno_t hound_service_get_list_all(hound_sess_t *sess,
hound_sess_t       86 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_connect_source_sink(hound_sess_t *sess, const char *source,
hound_sess_t       88 uspace/lib/hound/include/hound/protocol.h errno_t hound_service_disconnect_source_sink(hound_sess_t *sess, const char *source,
hound_sess_t       76 uspace/lib/hound/src/client.c 	hound_sess_t *session;
hound_sess_t       95 uspace/lib/hound/src/protocol.c hound_sess_t *hound_service_connect(const char *service)
hound_sess_t      109 uspace/lib/hound/src/protocol.c void hound_service_disconnect(hound_sess_t *sess)
hound_sess_t      125 uspace/lib/hound/src/protocol.c errno_t hound_service_register_context(hound_sess_t *sess,
hound_sess_t      158 uspace/lib/hound/src/protocol.c errno_t hound_service_unregister_context(hound_sess_t *sess,
hound_sess_t      179 uspace/lib/hound/src/protocol.c errno_t hound_service_get_list(hound_sess_t *sess, char ***ids, size_t *count,
hound_sess_t      253 uspace/lib/hound/src/protocol.c errno_t hound_service_connect_source_sink(hound_sess_t *sess, const char *source,
hound_sess_t      282 uspace/lib/hound/src/protocol.c errno_t hound_service_disconnect_source_sink(hound_sess_t *sess, const char *source,
HelenOS homepage, sources at GitHub