Lines Matching refs:relpath_printf

85 static void G_GNUC_PRINTF (4, 5) relpath_printf(XenXenstoreState *s,  in relpath_printf()  function
148 relpath_printf(s, perms, "", "%s", ""); in xen_xenstore_realize()
150 relpath_printf(s, perms, "domid", "%u", xen_domid); in xen_xenstore_realize()
152 relpath_printf(s, perms, "control/platform-feature-xs_reset_watches", "%u", 1); in xen_xenstore_realize()
153 relpath_printf(s, perms, "control/platform-feature-multiprocessor-suspend", "%u", 1); in xen_xenstore_realize()
155 relpath_printf(s, perms, "platform/acpi", "%u", 1); in xen_xenstore_realize()
156 relpath_printf(s, perms, "platform/acpi_s3", "%u", 1); in xen_xenstore_realize()
157 relpath_printf(s, perms, "platform/acpi_s4", "%u", 1); in xen_xenstore_realize()
158 relpath_printf(s, perms, "platform/acpi_laptop_slate", "%u", 0); in xen_xenstore_realize()
165 relpath_printf(s, perms, "attr", "%s", ""); in xen_xenstore_realize()
167 relpath_printf(s, perms, "control/shutdown", "%s", ""); in xen_xenstore_realize()
168 relpath_printf(s, perms, "control/feature-poweroff", "%u", 1); in xen_xenstore_realize()
169 relpath_printf(s, perms, "control/feature-reboot", "%u", 1); in xen_xenstore_realize()
170 relpath_printf(s, perms, "control/feature-suspend", "%u", 1); in xen_xenstore_realize()
171 relpath_printf(s, perms, "control/feature-s3", "%u", 1); in xen_xenstore_realize()
172 relpath_printf(s, perms, "control/feature-s4", "%u", 1); in xen_xenstore_realize()
174 relpath_printf(s, perms, "data", "%s", ""); in xen_xenstore_realize()
175 relpath_printf(s, perms, "device", "%s", ""); in xen_xenstore_realize()
176 relpath_printf(s, perms, "drivers", "%s", ""); in xen_xenstore_realize()
177 relpath_printf(s, perms, "error", "%s", ""); in xen_xenstore_realize()
178 relpath_printf(s, perms, "feature", "%s", ""); in xen_xenstore_realize()
1471 relpath_printf(s, perms, "store/port", "%u", s->guest_port); in xen_xenstore_reset()
1472 relpath_printf(s, perms, "store/ring-ref", "%lu", in xen_xenstore_reset()
1477 relpath_printf(s, perms, "console/ring-ref", "%lu", in xen_xenstore_reset()
1479 relpath_printf(s, perms, "console/port", "%u", console_port); in xen_xenstore_reset()
1480 relpath_printf(s, perms, "console/state", "%u", XenbusStateInitialised); in xen_xenstore_reset()