Home
last modified time | relevance | path

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

/freebsd-13.1/sys/xen/xenbus/
H A Dxenbusb.c98 if (ivars->xd_node != NULL) { in xenbusb_free_child_ivars()
99 free(ivars->xd_node, M_XENBUS); in xenbusb_free_child_ivars()
100 ivars->xd_node = NULL; in xenbusb_free_child_ivars()
184 if (ivars->xd_node == NULL in xenbusb_local_watch_cb()
185 || strncmp(ivars->xd_node, path, ivars->xd_node_len)) in xenbusb_local_watch_cb()
218 if (!strcmp(ivars->xd_node, node)) { in xenbusb_device_exists()
686 ivars->xd_node = strdup(devpath, M_XENBUS); in xenbusb_add_device()
711 ivars->xd_local_watch.node = ivars->xd_node; in xenbusb_add_device()
866 retval += printf(" at %s", ivars->xd_node); in xenbusb_print_child()
879 *result = (uintptr_t) ivars->xd_node; in xenbusb_read_ivar()
[all …]
H A Dxenbusb.h154 char *xd_node; member
H A Dxenbusb_front.c151 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_front_get_otherend_node()
H A Dxenbusb_back.c203 error = xs_gather(XST_NIL, ivars->xd_node, in xenbusb_back_get_otherend_node()