OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xenbus_watch
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/xen/include/
xenbus.h
58
struct
xenbus_watch
{
struct
59
SLIST_ENTRY(
xenbus_watch
) watch_next;
66
void (*xbw_callback)(struct
xenbus_watch
*,
100
struct
xenbus_watch
xbusd_otherend_watch;
152
int register_xenbus_watch(struct
xenbus_watch
*watch);
153
void unregister_xenbus_watch(struct
xenbus_watch
*watch);
177
* Register a watch on the given path/path2, using the given
xenbus_watch
186
const char *path2, struct
xenbus_watch
*watch,
187
void (*callback)(struct
xenbus_watch
*,
191
void xenbus_unwatch_path(struct
xenbus_watch
*);
[
all
...]
Completed in 13 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025