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

/freebsd-12-stable/sys/xen/xenbus/
H A Dxenbusb.c661 char *statepath; local
699 statepath = malloc(ivars->xd_otherend_path_len
701 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
702 ivars->xd_otherend_watch.node = statepath;
800 char *statepath; local
829 statepath = malloc(ivars->xd_otherend_path_len
831 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
834 ivars->xd_otherend_watch.node = statepath;

Completed in 104 milliseconds