OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fe_watch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/xen/xenbus/
xenbus_probe.c
621
static struct xenbus_watch
fe_watch
;
variable in typeref:struct:xenbus_watch
645
fe_watch
.node_sz = strlen("device") + 1;
646
fe_watch
.node = kmem_alloc(
fe_watch
.node_sz, KM_SLEEP);
647
strcpy(
fe_watch
.node, "device");
648
fe_watch
.xbw_callback = frontend_changed;
649
register_xenbus_watch(&
fe_watch
);
xenbus_probe.c
621
static struct xenbus_watch
fe_watch
;
variable in typeref:struct:xenbus_watch
645
fe_watch
.node_sz = strlen("device") + 1;
646
fe_watch
.node = kmem_alloc(
fe_watch
.node_sz, KM_SLEEP);
647
strcpy(
fe_watch
.node, "device");
648
fe_watch
.xbw_callback = frontend_changed;
649
register_xenbus_watch(&
fe_watch
);
Completed in 22 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025