Home
last modified time | relevance | path

Searched refs:xd_node (Results 1 – 4 of 4) sorted by relevance

/src/sys/xen/xenbus/
H A Dxenbusb.c95 if (ivars->xd_node != NULL) { in xenbusb_free_child_ivars()
96 free(ivars->xd_node, M_XENBUS); in xenbusb_free_child_ivars()
97 ivars->xd_node = NULL; in xenbusb_free_child_ivars()
181 if (ivars->xd_node == NULL in xenbusb_local_watch_cb()
182 || strncmp(ivars->xd_node, path, ivars->xd_node_len)) in xenbusb_local_watch_cb()
215 if (!strcmp(ivars->xd_node, node)) { in xenbusb_device_exists()
680 ivars->xd_node = strdup(devpath, M_XENBUS); in xenbusb_add_device()
705 ivars->xd_local_watch.node = ivars->xd_node; in xenbusb_add_device()
860 retval += printf(" at %s", ivars->xd_node); in xenbusb_print_child()
873 *result = (uintptr_t) ivars->xd_node; in xenbusb_read_ivar()
[all …]
H A Dxenbusb.h150 char *xd_node; member
H A Dxenbusb_front.c148 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
H A Dxenbusb_back.c200 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()