/xen-4.10.0-shim-comet/tools/libfsimage/ext2fs-lib/ |
A D | ext2fs-lib.c | 75 fsi_file_t *file; in ext2lib_open() local 105 ext2lib_read(fsi_file_t *file, void *buf, size_t nbytes) in ext2lib_read() 121 ext2lib_pread(fsi_file_t *file, void *buf, size_t nbytes, uint64_t off) in ext2lib_pread() 151 ext2lib_close(fsi_file_t *file) in ext2lib_close()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | kxgettext.c | 65 const char *file; member 69 static struct file_line *file_line__new(const char *file, int lineno) in file_line__new() 93 const char *file, int lineno) in message__new() 133 static int message__add_file_line(struct message *self, const char *file, in message__add_file_line() 149 static int message__add(const char *msg, char *option, const char *file, in message__add()
|
A D | util.c | 16 struct file *file; in file_lookup() local 39 struct file *file; in file_write_dep() local
|
A D | expr.h | 20 struct file { struct 21 struct file *next; argument 22 struct file *parent; argument 23 const char *name; 24 int lineno; 154 struct file *file; /* what file was this property defined */ member 177 struct file *file; member
|
A D | zconf.l | 22 struct file *file; member
|
A D | zconf.y | 39 struct file *file; member
|
/xen-4.10.0-shim-comet/tools/pygrub/src/fsimage/ |
A D | fsimage.c | 43 fsi_file_t *file; member 54 fsimage_file_read(fsimage_file_t *file, PyObject *args, PyObject *kwargs) in fsimage_file_read() 117 fsimage_file_getattr(fsimage_file_t *file, char *name) in fsimage_file_getattr() 123 fsimage_file_dealloc(fsimage_file_t *file) in fsimage_file_dealloc() 162 fsimage_file_t *file; in fsimage_fs_open_file() local
|
/xen-4.10.0-shim-comet/tools/pygrub/src/ |
A D | pygrub | 54 def identify_disk_image(file): argument 72 def get_solaris_slice(file, offset): argument 93 def get_fs_offset_gpt(file): argument 112 def get_partition_offsets(file): argument 242 def __init__(self, file, fs = None): argument 617 def run_grub(file, entry, fs, cfg_args): argument 793 file = args[0] variable
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-update.c | 153 open_journal(vhd_journal_t *journal, const char *file, const char *jfile) in open_journal() 183 char *file, *jfile; in main() local
|
/xen-4.10.0-shim-comet/tools/memshr/ |
A D | shm.c | 56 static int shm_area_open(const char *file, size_t size, int unlink, shm_area_t *shma) in shm_area_open() 189 uint16_t shm_vbd_image_get(const char* file, vbd_image_info_t *vbd_imgs) in shm_vbd_image_get()
|
A D | shm.h | 27 char file[MAX_NAME_LEN]; member
|
A D | interface.c | 125 uint16_t memshr_vbd_image_get(const char* file) in memshr_vbd_image_get()
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_cdrom.c | 92 char *file = NULL; /* modified by cd_insert tokenising it */ in main_cd_insert() local
|
A D | xl_utils.c | 30 void dolog(const char *file, int line, const char *func, char *fmt, ...) in dolog()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | tapdisk-log.c | 64 char *file; member 72 open_tlog(char *file, size_t bytes, int level, int append) in open_tlog()
|
A D | tapdisk-image.c | 42 tapdisk_image_allocate(const char *file, int type, int storage, in tapdisk_image_allocate()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | bug.h | 42 #define BUG_FRAME(type, line, file, has_msg, msg) do { \ argument
|
/xen-4.10.0-shim-comet/tools/xenpmd/ |
A D | xenpmd.c | 101 FILE *file = 0; in get_next_battery_file() local 293 FILE *file; in get_next_battery_info_or_status() local
|
/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | boot.c | 97 struct file { struct 111 static char *get_value(const struct file *cfg, const char *section, argument 542 struct file *file, char *options) in read_file()
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_internal.c | 215 const char *file, int line, const char *func, in libxl__logv() 249 const char *file, int line, const char *func, in libxl__log()
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | libvhd-journal.c | 1185 vhd_journal_open(vhd_journal_t *j, const char *file, const char *jfile) in vhd_journal_open() 1257 vhd_journal_create(vhd_journal_t *j, const char *file, const char *jfile) in vhd_journal_create() 1440 char *buf, *file; in vhd_journal_revert() local
|
A D | vhd-util-scan.c | 387 vhd_util_scan_error(const char *file, int err) in vhd_util_scan_error() 744 const char *file, uint8_t type) in vhd_util_scan_init_file_target()
|
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/ |
A D | xenstat_qmp.c | 82 char *tmp, *file = NULL; in qmp_get_block_image() local
|
/xen-4.10.0-shim-comet/tools/firmware/hvmloader/ |
A D | util.c | 725 void __assert_failed(char *assertion, char *file, int line) in __assert_failed() 732 void __bug(char *file, int line) in __bug()
|
/xen-4.10.0-shim-comet/tools/python/ |
A D | test.py | 631 def get_suite(file, result): argument
|