/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/libs/light/ |
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 602 f = open(header, "w") variable 652 f = open(header_json, "w") variable 676 f = open(header_private, "w") variable 702 f = open(impl, "w") variable
|
A D | gentest.py | 99 f = open(impl, "w") variable
|
/xen/xen/lib/ |
A D | ctors.c | 9 const ctor_func_t *f; in init_constructors() local
|
/xen/tools/include/xen-foreign/ |
A D | mkchecker.py | 10 f = open(outfile, "w"); variable
|
A D | mkheader.py | 120 f = open(name, "r") variable
|
/xen/tools/libacpi/ |
A D | mk_dsdt.c | 51 #define stmt(n, f, a...) \ argument 57 #define push_block(n, f, a...) \ argument
|
/xen/tools/misc/ |
A D | xen-detect.c | 146 FILE *f; in check_dir() local 161 FILE *f; in read_file_content() local
|
A D | xen-ucode.c | 20 static void show_curr_cpu(FILE *f) in show_curr_cpu()
|
A D | xencov.c | 49 FILE *f; in cov_read() local
|
A D | xen-memshare.c | 37 #define R(f) do { \ argument
|
/xen/xen/include/xen/ |
A D | spinlock.h | 260 #define spin_lock_irqsave(l, f) \ argument 277 #define spin_unlock_irqrestore(l, f) _spin_unlock_irqrestore(l, f) argument 306 #define rspin_lock_irqsave(l, f) \ argument 326 #define rspin_unlock_irqrestore(l, f) _rspin_unlock_irqrestore(l, f) argument 332 #define nrspin_lock_irqsave(l, f) \ argument 358 #define nrspin_unlock_irqrestore(l, f) _nrspin_unlock_irqrestore(l, f) argument
|
A D | compat.h | 167 #define CHECK_FIELD_COMMON(name, t, f) \ argument 174 #define CHECK_FIELD_COMMON_(k, name, n, f) \ argument 182 #define CHECK_FIELD(t, f) \ argument 184 #define CHECK_FIELD_(k, n, f) \ argument
|
A D | pci.h | 34 #define PCI_DEVFN2_(d, f) ((((d) & 0x1f) << 3) | ((f) & 7)) argument 35 #define PCI_SBDF4_(s, b, d, f...) \ argument 44 #define PCI_DEVFN(d, f...) PCI_(DEVFN, count_args(d, ##f))(d, ##f) argument 45 #define PCI_BDF(b, d, f...) ((((b) & 0xff) << 8) | PCI_DEVFN(d, ##f)) argument
|
A D | rwlock.h | 281 #define read_lock_irqsave(l, f) \ argument 290 #define read_unlock_irqrestore(l, f) _read_unlock_irqrestore(l, f) argument 305 #define write_lock_irqsave(l, f) \ argument 315 #define write_unlock_irqrestore(l, f) _write_unlock_irqrestore(l, 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 __wrap_fwrite(const void *src, size_t sz, size_t n, FILE *f) in __wrap_fwrite()
|
A D | test_x86_emulator.c | 1556 unsigned long f; in main() local 4991 float f[16]; in main() member 5030 float f[16]; in main() member 5067 float f[16]; in main() member
|
/xen/tools/flask/utils/ |
A D | label-pci.c | 44 FILE *f; in main() local
|
/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/common/ |
A D | keyhandler.c | 44 #define KEYHANDLER(k, f, desc, diag) \ argument 47 #define IRQ_KEYHANDLER(k, f, desc, diag) \ argument
|
A D | livepatch.c | 202 static int resolve_old_address(struct livepatch_func *f, in resolve_old_address() 656 struct livepatch_func *f; in prepare_payload() local 1473 const struct livepatch_func *f = &(data->funcs[i]); in was_action_consistent() local 2201 const struct livepatch_func *f = &(data->funcs[i]); in livepatch_printall() local
|
/xen/xen/arch/arm/include/asm/ |
A D | alternative.h | 23 #define __ALT_PTR(a,f) ((const void *)&(a)->f + (a)->f) argument
|
/xen/xen/arch/x86/include/asm/ |
A D | grant_table.h | 56 #define gnttab_mark_dirty(d, f) paging_mark_dirty(d, f) argument
|