OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:be_watch
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/xen/xenbus/
xenbus_probe.c
623
static struct xenbus_watch
be_watch
;
variable in typeref:struct:xenbus_watch
651
be_watch
.node_sz = strlen("backend") + 1;
652
be_watch
.node = kmem_alloc(
be_watch
.node_sz, KM_SLEEP);
653
strcpy(
be_watch
.node, "backend");
654
be_watch
.xbw_callback = backend_changed;
655
register_xenbus_watch(&
be_watch
);
xenbus_probe.c
623
static struct xenbus_watch
be_watch
;
variable in typeref:struct:xenbus_watch
651
be_watch
.node_sz = strlen("backend") + 1;
652
be_watch
.node = kmem_alloc(
be_watch
.node_sz, KM_SLEEP);
653
strcpy(
be_watch
.node, "backend");
654
be_watch
.xbw_callback = backend_changed;
655
register_xenbus_watch(&
be_watch
);
xenbus_probe.c
623
static struct xenbus_watch
be_watch
;
variable in typeref:struct:xenbus_watch
651
be_watch
.node_sz = strlen("backend") + 1;
652
be_watch
.node = kmem_alloc(
be_watch
.node_sz, KM_SLEEP);
653
strcpy(
be_watch
.node, "backend");
654
be_watch
.xbw_callback = backend_changed;
655
register_xenbus_watch(&
be_watch
);
Completed in 33 milliseconds
Indexes created Tue Sep 30 06:09:59 GMT 2025