/xen/tools/libxl/ |
A D | gentypes.py | 259 def libxl_C_type_gen_map_key(f, parent, indent = ""): argument 332 def get_init_val(f): argument 339 def get_default_expr(f, nparent, fexpr): argument 599 f = open(header, "w") variable 649 f = open(header_json, "w") variable 673 f = open(header_private, "w") variable 699 f = open(impl, "w") variable
|
A D | gentest.py | 99 f = open(impl, "w") variable
|
A D | idl.py | 238 def member(self, v, f, isref): argument 350 def parse(f): argument
|
/xen/tools/libfsimage/ext2fs-lib/ |
A D | ext2fs-lib.c | 74 ext2_file_t *f; in ext2lib_open() local 107 ext2_file_t *f = fsip_file_data(file); in ext2lib_read() local 123 ext2_file_t *f = fsip_file_data(file); in ext2lib_pread() local 153 ext2_file_t *f = fsip_file_data(file); in ext2lib_close() local
|
/xen/tools/include/xen-foreign/ |
A D | mkheader.py | 119 f = open(name, "r"); variable 212 f = open(outfile, "w"); variable
|
A D | mkchecker.py | 10 f = open(outfile, "w"); variable
|
/xen/tools/libacpi/ |
A D | mk_dsdt.c | 61 #define stmt(n, f, a...) \ argument 67 #define push_block(n, f, a...) \ argument
|
/xen/tools/misc/ |
A D | xen-detect.c | 124 FILE *f; in check_dir() local 139 FILE *f; in read_file_content() local
|
A D | xencov.c | 49 FILE *f; in cov_read() local
|
/xen/xen/include/xen/ |
A D | compat.h | 158 #define CHECK_FIELD_COMMON(name, t, f) \ argument 165 #define CHECK_FIELD_COMMON_(k, name, n, f) \ argument 173 #define CHECK_FIELD(t, f) \ argument 175 #define CHECK_FIELD_(k, n, f) \ argument
|
A D | rwlock.h | 242 #define read_lock_irqsave(l, f) \ argument 250 #define read_unlock_irqrestore(l, f) _read_unlock_irqrestore(l, f) argument 255 #define write_lock_irqsave(l, f) \ argument 264 #define write_unlock_irqrestore(l, f) _write_unlock_irqrestore(l, f) argument
|
A D | pci.h | 33 #define PCI_DEVFN(d,f) ((((d) & 0x1f) << 3) | ((f) & 0x07)) argument 35 #define PCI_BDF(b,d,f) ((((b) & 0xff) << 8) | PCI_DEVFN(d,f)) argument 37 #define PCI_SBDF(s,b,d,f) \ argument
|
/xen/tools/libs/toollog/ |
A D | xtl_logger_stdio.c | 34 FILE *f; member 167 (FILE *f, xentoollog_level min_level, unsigned flags) { in xtl_createlogger_stdiostream()
|
/xen/tools/tests/x86_emulator/ |
A D | simd-sha.c | 12 # define rot_c(f, r, x, n) B(pro ## f ## d, _mask, x, n, undef(), ~0) argument 13 # define rot_s(f, r, x, n) ({ /* gcc does not support embedded broadcast */ \ argument 43 # define rot_c(f, r, x, n) (sh ## f ## _c(x, n) | sh ## r ## _c(x, 32 - (n))) argument 44 # define rot_s(f, r, x, n) ({ /* gcc does not allow memory operands */ \ argument
|
A D | wrappers.c | 6 size_t emul_fwrite(const void *src, size_t sz, size_t n, FILE *f) in emul_fwrite()
|
A D | test_x86_emulator.c | 1518 unsigned long f; in main() local 4862 float f[16]; in main() member 4901 float f[16]; in main() member 4938 float f[16]; in main() member
|
/xen/tools/flask/utils/ |
A D | label-pci.c | 43 FILE *f; in main() local
|
/xen/tools/tests/mem-sharing/ |
A D | memshrtool.c | 37 #define R(f) do { \ argument
|
/xen/tools/libfsimage/zfs/ |
A D | zfs_sha256.c | 73 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
|
/xen/xen/include/asm-x86/hvm/svm/ |
A D | svm.h | 78 #define cpu_has_svm_feature(f) (svm_feature_flags & (1u << (f))) argument
|
/xen/xen/common/ |
A D | keyhandler.c | 43 #define KEYHANDLER(k, f, desc, diag) \ argument 46 #define IRQ_KEYHANDLER(k, f, desc, diag) \ argument
|
A D | livepatch.c | 210 static int resolve_old_address(struct livepatch_func *f, in resolve_old_address() 654 struct livepatch_func *f; in prepare_payload() local 1380 struct livepatch_func *f = &(data->funcs[i]); in was_action_consistent() local 2099 struct livepatch_func *f = &(data->funcs[i]); in livepatch_printall() local
|
/xen/xen/include/asm-arm/ |
A D | alternative.h | 23 #define __ALT_PTR(a,f) ((void *)&(a)->f + (a)->f) argument
|
/xen/tools/xenstore/ |
A D | hashtable.c | 230 struct entry *e, *f; in hashtable_destroy() local
|
/xen/xen/include/asm-x86/ |
A D | amd.h | 121 #define AMD_MODEL_RANGE(f, m_start, s_start, m_end, s_end) \ argument
|