Home
last modified time | relevance | path

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

/NextBSD/sys/xen/xenstore/
HDxenstorevar.h116 int xs_exists(struct xs_transaction t, const char *dir, const char *node);
/NextBSD/sys/xen/xenbus/
HDxenbusb.c257 if (xs_exists(XST_NIL, xenbus_get_node(child), "") == 0) { in xenbusb_verify_device()
658 if (xs_exists(XST_NIL, devpath, "") != 0) { in xenbusb_add_device()
/NextBSD/sys/dev/xen/xenstore/
HDxenstore.c1344 xs_exists(struct xs_transaction t, const char *dir, const char *node) in xs_exists() function