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

/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusb.c663 char *statepath; local
701 statepath = malloc(ivars->xd_otherend_path_len
703 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
704 ivars->xd_otherend_watch.node = statepath;
785 char *statepath; local
809 statepath = malloc(ivars->xd_otherend_path_len
811 sprintf(statepath, "%s/state", ivars->xd_otherend_path);
814 ivars->xd_otherend_watch.node = statepath;

Completed in 157 milliseconds