Searched refs:xs_exists (Results 1 – 3 of 3) sorted by relevance
116 int xs_exists(struct xs_transaction t, const char *dir, const char *node);
257 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()
1344 xs_exists(struct xs_transaction t, const char *dir, const char *node) in xs_exists() function