Searched refs:epath (Results 1 – 4 of 4) sorted by relevance
/xen/tools/libxl/ |
A D | libxl_event.c | 698 const char *epath = event[0]; in watchfd_callback() local 705 epath, token); in watchfd_callback() 713 epath, token, slotnum, CTX->watch_nslots); in watchfd_callback() 720 LOG(DEBUG, "watch epath=%s token=%s: empty slot", epath, token); in watchfd_callback() 726 w, epath, token, w->counterval); in watchfd_callback() 743 if (!xs_path_is_subpath(w->path, epath)) { in watchfd_callback() 745 w, w->path, token, epath); in watchfd_callback() 751 w, w->path, token, epath); in watchfd_callback() 752 w->callback(egc, w, w->path, epath); in watchfd_callback()
|
A D | libxl_disk.c | 22 const char *wpath, const char *epath) { in disk_eject_xswatch_callback() argument
|
A D | libxl_domain.c | 882 const char *wpath, const char *epath) { in domain_death_xswatch_callback() argument
|
/xen/docs/misc/ |
A D | xenstore.txt | 218 WATCH_EVENT <epath>|<token>| 222 <epath> is the event's path, ie the actual path that was 224 parent of <wpath>, <epath> is just 226 <epath> is a child of <wpath>, regardless. 229 the <epath> path will also be relative (with the same base,
|
Completed in 21 milliseconds