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

/freebsd-current/sys/xen/xenbus/
H A Dxenbusb_front.c128 * If successful, the xd_otherend_path field of the child's instance
144 if (ivars->xd_otherend_path != NULL) {
145 free(ivars->xd_otherend_path, M_XENBUS);
146 ivars->xd_otherend_path = NULL;
155 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
H A Dxenbusb_back.c186 * If successful, the xd_otherend_path field of the child's instance
196 if (ivars->xd_otherend_path != NULL) {
197 free(ivars->xd_otherend_path, M_XENBUS);
198 ivars->xd_otherend_path = NULL;
207 ivars->xd_otherend_path = strdup(otherend_path, M_XENBUS);
H A Dxenbusb.h170 char *xd_otherend_path; member in struct:xenbus_device_ivars
172 /** The length of xd_otherend_path. */
H A Dxenbusb.c107 if (ivars->xd_otherend_path != NULL) {
108 free(ivars->xd_otherend_path, M_XENBUS);
109 ivars->xd_otherend_path = NULL;
145 if (ivars->xd_otherend_path == NULL
146 || strncmp(ivars->xd_otherend_path, path, ivars->xd_otherend_path_len))
149 newstate = xenbus_read_driver_state(ivars->xd_otherend_path);
695 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
825 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
890 *result = (uintptr_t) ivars->xd_otherend_path;

Completed in 110 milliseconds