Searched refs:xd_otherend_path (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/xen/xenbus/
H A Dxenbusb_front.c131 * If successful, the xd_otherend_path field of the child's instance
147 if (ivars->xd_otherend_path != NULL) {
148 free(ivars->xd_otherend_path, M_XENBUS);
149 ivars->xd_otherend_path = NULL;
158 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
H A Dxenbusb.h171 char *xd_otherend_path; member in struct:xenbus_device_ivars
173 /** The length of xd_otherend_path. */
H A Dxenbusb_back.c189 * If successful, the xd_otherend_path field of the child's instance
199 if (ivars->xd_otherend_path != NULL) {
200 free(ivars->xd_otherend_path, M_XENBUS);
201 ivars->xd_otherend_path = NULL;
210 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
H A Dxenbusb.c109 if (ivars->xd_otherend_path != NULL) {
110 free(ivars->xd_otherend_path, M_XENBUS);
111 ivars->xd_otherend_path = NULL;
147 if (ivars->xd_otherend_path == NULL
148 || strncmp(ivars->xd_otherend_path, path, ivars->xd_otherend_path_len))
151 newstate = xenbus_read_driver_state(ivars->xd_otherend_path);
703 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
811 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
876 *result = (uintptr_t) ivars->xd_otherend_path;

Completed in 96 milliseconds