Searched refs:hidden (Results 1 – 15 of 15) sorted by relevance
/xen/xen/ |
A D | Kconfig | 26 # -fvisibility=hidden reduces -fpic cost, if it's available 28 def_bool $(cc-option,-fvisibility=hidden)
|
/xen/tools/libxl/ |
A D | gentypes.py | 617 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 D | libxl_types_internal.idl | 2 hidden(True)
|
A D | idl.py | 25 def hidden(b): function 101 def hidden(self): member in Type
|
A D | libxlu_disk_l.l | 209 hidden-disk=[^,]*,? { STRIP(','); SAVESTRING("hidden-disk", hidden_disk, FROMEQUALS); }
|
A D | libxl_disk.c | 521 XS_READ_COLO(hidden-disk, hidden_disk); in libxl__disk_from_xenstore()
|
/xen/tools/libfsimage/fat/ |
A D | fat.h | 49 __u32 hidden; /* hidden sectors (unused) */ member
|
/xen/xen/include/xen/ |
A D | compiler.h | 89 #pragma GCC visibility push(hidden)
|
/xen/docs/features/ |
A D | feature-levelling.pandoc | 103 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 D | dsdt.asl | 228 /* TODO: list hidden resources */
|
/xen/docs/man/ |
A D | xl-disk-configuration.5.pod | 421 =item B<hidden-disk>
|
A D | xl.1.pod.in | 521 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 D | xl.cfg.5.pod.in | 1811 features to be hidden or exposed from the guest's point of view. This
|
/xen/tools/firmware/vgabios/ |
A D | clext.c | 627 mov al, [si+8] ;; hidden dac
|
/xen/docs/misc/ |
A D | xen-command-line.pandoc | 521 hardware, the RDRAND feature is hidden by default for guests, unless
|
Completed in 19 milliseconds