Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 76) sorted by relevance

1234

/xen/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c74 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 Dgentypes.py259 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 Dgentest.py99 f = open(impl, "w") variable
/xen/xen/lib/
A Dctors.c9 const ctor_func_t *f; in init_constructors() local
/xen/tools/include/xen-foreign/
A Dmkchecker.py10 f = open(outfile, "w"); variable
A Dmkheader.py120 f = open(name, "r") variable
/xen/tools/libacpi/
A Dmk_dsdt.c51 #define stmt(n, f, a...) \ argument
57 #define push_block(n, f, a...) \ argument
/xen/tools/misc/
A Dxen-detect.c146 FILE *f; in check_dir() local
161 FILE *f; in read_file_content() local
A Dxen-ucode.c20 static void show_curr_cpu(FILE *f) in show_curr_cpu()
A Dxencov.c49 FILE *f; in cov_read() local
A Dxen-memshare.c37 #define R(f) do { \ argument
/xen/xen/include/xen/
A Dspinlock.h260 #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 Dcompat.h167 #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 Dpci.h34 #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 Drwlock.h281 #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 Dxtl_logger_stdio.c34 FILE *f; member
167 (FILE *f, xentoollog_level min_level, unsigned flags) { in xtl_createlogger_stdiostream()
/xen/tools/tests/x86_emulator/
A Dsimd-sha.c12 # 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 Dwrappers.c6 size_t __wrap_fwrite(const void *src, size_t sz, size_t n, FILE *f) in __wrap_fwrite()
A Dtest_x86_emulator.c1556 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 Dlabel-pci.c44 FILE *f; in main() local
/xen/tools/libfsimage/zfs/
A Dzfs_sha256.c73 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
/xen/xen/common/
A Dkeyhandler.c44 #define KEYHANDLER(k, f, desc, diag) \ argument
47 #define IRQ_KEYHANDLER(k, f, desc, diag) \ argument
A Dlivepatch.c202 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 Dalternative.h23 #define __ALT_PTR(a,f) ((const void *)&(a)->f + (a)->f) argument
/xen/xen/arch/x86/include/asm/
A Dgrant_table.h56 #define gnttab_mark_dirty(d, f) paging_mark_dirty(d, f) argument

Completed in 114 milliseconds

1234