Lines Matching refs:token
521 const char *token = event[1]; in watchfd_callback() local
524 int rc = sscanf(token, "%d/%"SCNx32, &slotnum, &counterval); in watchfd_callback()
527 epath, token); in watchfd_callback()
535 epath, token, slotnum, CTX->watch_nslots); in watchfd_callback()
542 LOG(DEBUG, "watch epath=%s token=%s: empty slot", epath, token); in watchfd_callback()
548 w, epath, token, w->counterval); in watchfd_callback()
567 w, w->path, token, epath); in watchfd_callback()
573 w, w->path, token, epath); in watchfd_callback()
634 const char *token = watch_token(gc, slotnum, w->counterval); in libxl__ev_xswatch_register() local
636 w, path, token, slotnum); in libxl__ev_xswatch_register()
638 if (!xs_watch(CTX->xsh, path, token)) { in libxl__ev_xswatch_register()
670 const char *token = watch_token(gc, w->slotnum, w->counterval); in libxl__ev_xswatch_deregister() local
673 w, w->path, token, w->slotnum); in libxl__ev_xswatch_deregister()
675 if (!xs_unwatch(CTX->xsh, w->path, token)) in libxl__ev_xswatch_deregister()