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