Home
last modified time | relevance | path

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

/xen/xen/
A DKconfig26 # -fvisibility=hidden reduces -fpic cost, if it's available
28 def_bool $(cc-option,-fvisibility=hidden)
/xen/tools/libxl/
A Dgentypes.py617 f.write("%svoid %s(%s);\n" % (ty.hidden(), ty.dispose_fn, ty.make_arg("p")))
619 f.write("%sint %s(libxl_ctx *ctx, %s);\n" % (ty.hidden(),
623 f.write("%svoid %s(libxl_ctx *ctx, %s, const %s);\n" % (ty.hidden(), ty.copy_fn,
626 f.write("%svoid %s(%s);\n" % (ty.hidden(), ty.init_fn, ty.make_arg("p")))
631 f.write("%svoid %s(%s, %s);\n" % (ty.hidden(), ty.init_fn + "_" + ku.keyvar.name,
635 …f.write("%schar *%s_to_json(libxl_ctx *ctx, %s);\n" % (ty.hidden(), ty.typename, ty.make_arg("p")))
639 … f.write("%sconst char *%s_to_string(%s);\n" % (ty.hidden(), ty.typename, ty.make_arg("p")))
640 …f.write("%sint %s_from_string(const char *s, %s);\n" % (ty.hidden(), ty.typename, ty.make_arg("e",…
641 … f.write("%sextern libxl_enum_string_table %s_string_table[];\n" % (ty.hidden(), ty.typename))
665 …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.py25 def hidden(b): function
101 def hidden(self): member in Type
A Dlibxlu_disk_l.l209 hidden-disk=[^,]*,? { STRIP(','); SAVESTRING("hidden-disk", hidden_disk, FROMEQUALS); }
A Dlibxl_disk.c521 XS_READ_COLO(hidden-disk, hidden_disk); in libxl__disk_from_xenstore()
/xen/tools/libfsimage/fat/
A Dfat.h49 __u32 hidden; /* hidden sectors (unused) */ member
/xen/xen/include/xen/
A Dcompiler.h89 #pragma GCC visibility push(hidden)
/xen/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/tools/libacpi/
A Ddsdt.asl228 /* TODO: list hidden resources */
/xen/docs/man/
A Dxl-disk-configuration.5.pod421 =item B<hidden-disk>
A Dxl.1.pod.in521 disk = ['...,colo,colo-host=xxx,colo-port=xxx,colo-export=xxx,active-disk=xxx,hidden-disk=xxx...']
537 =item B<hidden-disk> : Primary's modified contents will be buffered in this
A Dxl.cfg.5.pod.in1811 features to be hidden or exposed from the guest's point of view. This
/xen/tools/firmware/vgabios/
A Dclext.c627 mov al, [si+8] ;; hidden dac
/xen/docs/misc/
A Dxen-command-line.pandoc521 hardware, the RDRAND feature is hidden by default for guests, unless

Completed in 19 milliseconds