Searched refs:relative (Results 1 – 5 of 5) sorted by relevance
| /tools/xenstored/ |
| A D | watch.c | 164 const char **path, bool *relative) in check_watch_path() argument 166 *relative = !strstarts(*path, "/") && !strstarts(*path, "@"); in check_watch_path() 173 const char *token, bool relative, in add_watch() argument 189 watch->prefix_len = relative ? strlen(get_implicit_path(conn)) + 1 : 0; in add_watch() 207 bool relative; in do_watch() local 212 errno = check_watch_path(conn, ctx, &(vec[0]), &relative); in do_watch() 226 watch = add_watch(conn, vec[0], vec[1], relative, false); in do_watch() 327 bool relative; in read_state_watch() local 337 check_watch_path(conn, ctx, &path, &relative); in read_state_watch() 341 if (!add_watch(conn, path, token, relative, true)) in read_state_watch()
|
| /tools/ocaml/xenstored/ |
| A D | utils.ml | 110 (* Regardless whether client specified absolute or relative path, 111 canonicalize it (above) and, for domain-relative paths, check the 112 length of the relative part.
|
| /tools/libs/light/ |
| A D | libxl_mem.c | 181 int64_t target_memkb, int relative, int enforce) in libxl_set_memory_target() argument 270 if (relative) { in libxl_set_memory_target()
|
| A D | libxl_types.idl | 689 # - "mouse" for PS/2 protocol relative mouse
|
| /tools/include/ |
| A D | libxl.h | 1996 int libxl_set_memory_target(libxl_ctx *ctx, uint32_t domid, int64_t target_memkb, int relative, int…
|
Completed in 12 milliseconds