Searched defs:xs_watch (Results 1 – 1 of 1) sorted by relevance
140 struct xs_watch { struct142 uint8_t xsw_token[XSW_TOKLEN];143 struct task *xsw_task;820 xs_watch(void *xsc, const char *path, const char *property, struct task *task, in xs_watch() function