Home
last modified time | relevance | path

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

/freebsd-14.2/sys/xen/xenbus/
H A Dxenbusb.c96 if (ivars->xd_node != NULL) { in xenbusb_free_child_ivars()
97 free(ivars->xd_node, M_XENBUS); in xenbusb_free_child_ivars()
98 ivars->xd_node = NULL; in xenbusb_free_child_ivars()
182 if (ivars->xd_node == NULL in xenbusb_local_watch_cb()
216 if (!strcmp(ivars->xd_node, node)) { in xenbusb_device_exists()
681 ivars->xd_node = strdup(devpath, M_XENBUS); in xenbusb_add_device()
706 ivars->xd_local_watch.node = ivars->xd_node; in xenbusb_add_device()
861 retval += printf(" at %s", ivars->xd_node); in xenbusb_print_child()
874 *result = (uintptr_t) ivars->xd_node; in xenbusb_read_ivar()
923 error = xs_scanf(xst, ivars->xd_node, "state", in xenbusb_write_ivar()
[all …]
H A Dxenbusb.h150 char *xd_node; member
H A Dxenbusb_front.c149 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
H A Dxenbusb_back.c201 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()