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

/freebsd-13-stable/sys/xen/xenbus/
H A Dxenbusb.c660 char *statepath; local
698 statepath = malloc(ivars->xd_otherend_path_len
700 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
701 ivars->xd_otherend_watch.node = statepath;
799 char *statepath; local
828 statepath = malloc(ivars->xd_otherend_path_len
830 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
833 ivars->xd_otherend_watch.node = statepath;

Completed in 29 milliseconds