Home
last modified time | relevance | path

Searched refs:xs_exists (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/xen/xenstore/
H A Dxenstorevar.h142 int xs_exists(struct xs_transaction t, const char *dir, const char *node);
/freebsd/sys/xen/xenbus/
H A Dxenbusb.c255 if (xs_exists(XST_NIL, xenbus_get_node(child), "state") == 0) { in xenbusb_verify_device()
652 if (xs_exists(XST_NIL, devpath, "") != 0) { in xenbusb_add_device()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1292 xs_exists(struct xs_transaction t, const char *dir, const char *node) in xs_exists() function