Home
last modified time | relevance | path

Searched refs:hidden (Results 1 – 23 of 23) sorted by relevance

/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/
A Dvhd-util-query.c128 int hidden; in vhd_util_query() local
130 ret = vhd_hidden(&vhd, &hidden); in vhd_util_query()
134 printf("hidden: %d\n", hidden); in vhd_util_query()
A Dvhd-util-check.c86 if (footer->hidden && in vhd_util_check_validate_footer()
90 char tmp = footer->hidden; in vhd_util_check_validate_footer()
91 footer->hidden = 0; in vhd_util_check_validate_footer()
93 footer->hidden = tmp; in vhd_util_check_validate_footer()
136 if (footer->hidden && footer->hidden != 1) in vhd_util_check_validate_footer()
428 if (backup.hidden && in vhd_util_check_footer()
432 char cmp, tmp = backup.hidden; in vhd_util_check_footer()
433 backup.hidden = 0; in vhd_util_check_footer()
435 backup.hidden = tmp; in vhd_util_check_footer()
A Dvhd-util-scan.c88 uint8_t hidden; member
219 img->hidden = image->hidden; in vhd_util_scan_pretty_add_image()
280 image->size, image->hidden, parent, pmsg); in vhd_util_scan_print_image_indent()
291 if (!img->hidden) in vhd_util_scan_pretty_print_tree()
295 if (img->hidden) in vhd_util_scan_pretty_print_tree()
342 if (image->parent_image || !image->hidden) in vhd_util_scan_pretty_print_images()
553 int err, hidden; in vhd_util_scan_get_hidden() local
556 hidden = 0; in vhd_util_scan_get_hidden()
559 err = vhd_hidden(vhd, &hidden); in vhd_util_scan_get_hidden()
561 hidden = 1; in vhd_util_scan_get_hidden()
[all …]
A Dvhd-util-set-field.c95 vhd.footer.hidden = (char)value; in vhd_util_set_field()
A Dlibvhd.c271 if (footer->hidden && in vhd_validate_footer()
275 char tmp = footer->hidden; in vhd_validate_footer()
276 footer->hidden = 0; in vhd_validate_footer()
278 footer->hidden = tmp; in vhd_validate_footer()
452 vhd_hidden(vhd_context_t *ctx, int *hidden) in vhd_hidden() argument
456 *hidden = 0; in vhd_hidden()
469 *hidden = copy.hidden; in vhd_hidden()
471 *hidden = ctx->footer.hidden; in vhd_hidden()
A Dvhd-util-read.c160 printf("Hidden : %d\n", f->hidden); in vhd_print_footer()
/xen-4.10.0-shim-comet/tools/libxl/
A Dgentypes.py606 f.write("%svoid %s(%s);\n" % (ty.hidden(), ty.dispose_fn, ty.make_arg("p")))
608 f.write("%sint %s(libxl_ctx *ctx, %s);\n" % (ty.hidden(),
612 f.write("%svoid %s(libxl_ctx *ctx, %s, const %s);\n" % (ty.hidden(), ty.copy_fn,
615 f.write("%svoid %s(%s);\n" % (ty.hidden(), ty.init_fn, ty.make_arg("p")))
620 f.write("%svoid %s(%s, %s);\n" % (ty.hidden(), ty.init_fn + "_" + ku.keyvar.name,
624 …f.write("%schar *%s_to_json(libxl_ctx *ctx, %s);\n" % (ty.hidden(), ty.typename, ty.make_arg("p")))
628 … f.write("%sconst char *%s_to_string(%s);\n" % (ty.hidden(), ty.typename, ty.make_arg("p")))
629 …f.write("%sint %s_from_string(const char *s, %s);\n" % (ty.hidden(), ty.typename, ty.make_arg("e",…
630 … f.write("%sextern libxl_enum_string_table %s_string_table[];\n" % (ty.hidden(), ty.typename))
654 …f.write("%syajl_gen_status %s_gen_json(yajl_gen hand, %s);\n" % (ty.hidden(), ty.typename, ty.make…
[all …]
A Dlibxl_types_internal.idl2 hidden(True)
A Didl.py23 def hidden(b): function
99 def hidden(self): member in Type
A Dlibxlu_disk_l.l198 hidden-disk=[^,]*,? { STRIP(','); SAVESTRING("hidden-disk", hidden_disk, FROMEQUALS); }
A Dlibxl_disk.c541 XS_READ_COLO(hidden-disk, hidden_disk); in libxl__disk_from_xenstore()
/xen-4.10.0-shim-comet/tools/libfsimage/fat/
A Dfat.h49 __u32 hidden; /* hidden sectors (unused) */ member
/xen-4.10.0-shim-comet/xen/arch/x86/
A DRules.mk30 ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
/xen-4.10.0-shim-comet/xen/arch/arm/
A DRules.mk21 ifneq ($(call cc-option,$(CC),-fvisibility=hidden,n),n)
/xen-4.10.0-shim-comet/tools/blktap2/include/
A Dvhd.h64 char hidden; /* tapdisk-specific field: is this vdi hidden? */ member
/xen-4.10.0-shim-comet/xen/include/xen/
A Dcompiler.h81 #pragma GCC visibility push(hidden)
/xen-4.10.0-shim-comet/tools/blktap2/drivers/
A Dtd.c475 int ret, hidden; in td_query() local
477 ret = vhd_hidden(&vhd, &hidden); in td_query()
485 hidden); in td_query()
/xen-4.10.0-shim-comet/docs/features/
A Dfeature-levelling.pandoc103 features to be hidden by clearing the appropriate bit in the mask, but does
165 Some information simply cannot be hidden from guests. There is no way to
/xen-4.10.0-shim-comet/tools/libacpi/
A Ddsdt.asl228 /* TODO: list hidden resources */
/xen-4.10.0-shim-comet/docs/man/
A Dxl-disk-configuration.pod.5421 =item B<hidden-disk>
A Dxl.pod.1.in483 disk = ['...,colo,colo-host=xxx,colo-port=xxx,colo-export=xxx,active-disk=xxx,hidden-disk=xxx...']
499 =item B<hidden-disk> : Primary's modified contents will be buffered in this
A Dxl.cfg.pod.5.in1569 features to be hidden or exposed from the guest's point of view. This
/xen-4.10.0-shim-comet/tools/firmware/vgabios/
A Dclext.c627 mov al, [si+8] ;; hidden dac

Completed in 56 milliseconds