Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 273) sorted by relevance

1234567891011

/xen/scripts/
A Dadd_maintainers.pl161 my ($file, $rheader, $rcc) = @_;
296 my $file;
300 foreach my $file (@patches) {
303 $cover_letter_file = $file;
421 my ($file, $rto, $rcc) = @_;
445 open($fh, "<", $file)
501 my ($file) = @_;
504 open($fh, "<", $file)
514 my ($content, $file) = @_;
516 open($fh, ">", "$file.tmp")
[all …]
A Dget_maintainer.pl409 foreach my $file (@ARGV) {
410 if ($file ne "&STDIN") {
412 if ((-d $file)) {
414 } elsif (!(-f $file)) {
419 push(@files, $file);
420 if ($file ne "MAINTAINERS" && -f $file && ($keywords || $file_emails)) {
441 open(my $patch, "< $file")
755 vcs_file_blame($file);
1402 my ($file) = @_;
1908 my ($file) = @_;
[all …]
/xen/xen/tools/kconfig/
A Dutil.c13 struct file *file_lookup(const char *name) in file_lookup()
15 struct file *file; in file_lookup() local
17 for (file = file_list; file; file = file->next) { in file_lookup()
18 if (!strcmp(name, file->name)) { in file_lookup()
19 return file; in file_lookup()
23 file = xmalloc(sizeof(*file)); in file_lookup()
24 memset(file, 0, sizeof(*file)); in file_lookup()
25 file->name = xstrdup(name); in file_lookup()
26 file->next = file_list; in file_lookup()
27 file_list = file; in file_lookup()
[all …]
A Dexpr.h20 struct file { struct
21 struct file *next; argument
22 struct file *parent; argument
202 struct file *file; /* what file was this property defined */ member
263 struct file *file; member
287 extern struct file *file_list;
288 extern struct file *current_file;
289 struct file *lookup_file(const char *name);
/xen/tools/pygrub/src/fsimage/
A Dfsimage.c37 fsi_file_t *file; member
75 err = fsi_pread_file(file->file, buf, bufsize, in fsimage_file_read()
134 if (file->file != NULL) in fsimage_file_dealloc()
135 fsi_close_file(file->file); in fsimage_file_dealloc()
136 Py_XDECREF(file->fs); in fsimage_file_dealloc()
137 PyObject_DEL(file); in fsimage_file_dealloc()
168 if (file == NULL) in fsimage_fs_open_file()
171 file->fs = fs; in fsimage_fs_open_file()
173 Py_INCREF(file->fs); in fsimage_fs_open_file()
174 if ((file->file = fsi_open_file(fs->fs, name)) == NULL) { in fsimage_fs_open_file()
[all …]
/xen/tools/hotplug/Linux/
A Dblock88 local file
99 if [ -e "$file" ]
101 local d=$(device_major_minor "$file")
186 local file="$1"
282 file)
286 test -f "$file" || fatal "$file does not exist."
304 "File $file is read-only, and so I will not
310 inode=$(stat -c '%i' "$file")
311 dev=$(stat -c '%D' "$file")
333 do_or_die losetup $roflag "$loopdev" "$file"
[all …]
A Dblock-dummy42 file=${params[1]}
43 if [ -z "$type" ] || [ -z "$file" ]; then
56 test -f "$file" || fatal "$file does not exist."
71 do_or_die losetup $roflag "$loopdev" "$file"
A Dblock-tap53 file=${params[1]}
54 if [ -z "$type" ] || [ -z "$file" ]; then
65 if [ -z "$type" ] || [ -z "$file" ]; then
69 info=$(tap-ctl list -t $type -f $file)
/xen/tools/hotplug/Linux/systemd/
A Dshow_service_dependencies.sh6 for file in "$@"
8 if test -f "$file"
10 unit=${file##*/}
12 requires="`grep ^Requires= $file | cut -f 2- -d =`"
13 before="`grep ^Before= $file | cut -f 2- -d =`"
14 after="`grep ^After= $file | cut -f 2- -d =`"
/xen/tools/libfsimage/ext2fs-lib/
A Dext2fs-lib.c75 fsi_file_t *file; in ext2lib_open() local
98 file = fsip_file_alloc(fsi, f); in ext2lib_open()
99 if (file == NULL) in ext2lib_open()
101 return (file); in ext2lib_open()
105 ext2lib_read(fsi_file_t *file, void *buf, size_t nbytes) in ext2lib_read() argument
107 ext2_file_t *f = fsip_file_data(file); in ext2lib_read()
121 ext2lib_pread(fsi_file_t *file, void *buf, size_t nbytes, uint64_t off) in ext2lib_pread() argument
123 ext2_file_t *f = fsip_file_data(file); in ext2lib_pread()
151 ext2lib_close(fsi_file_t *file) in ext2lib_close() argument
153 ext2_file_t *f = fsip_file_data(file); in ext2lib_close()
/xen/tools/
A Dconfig.h.in24 /* Define to 1 if you have the <inttypes.h> header file. */
39 /* Define to 1 if you have the <memory.h> header file. */
48 /* Define to 1 if you have the <stdint.h> header file. */
51 /* Define to 1 if you have the <stdlib.h> header file. */
54 /* Define to 1 if you have the <strings.h> header file. */
57 /* Define to 1 if you have the <string.h> header file. */
66 /* Define to 1 if you have the <sys/stat.h> header file. */
69 /* Define to 1 if you have the <sys/types.h> header file. */
72 /* Define to 1 if you have the <unistd.h> header file. */
75 /* Define to 1 if you have the <utmp.h> header file. */
[all …]
/xen/xen/common/
A DREADME.source3 This file documents the upstream sources for files and directories
11 The file is licensed under LGPLv2 (or later)
15 This file was originally imported from the Linux tree
17 The file is licensed under LGPLv2.1 (or later)
21 This file was originally imported from the compcache project at
24 The file is dually licensed under GPLv2.0 and LGPLv2.1
30 This directory is licensed under LGPLv2.1 (see COPYING file)
41 This file was originally imported from the LZ4 project
44 The file is licensed under a BSD 2-clause license
/xen/automation/build/centos/
A DCentOS-7.2.repo3 # This is a replacement file that pins things to just use CentOS 7.2
11 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
18 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
25 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
34 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
/xen/docs/misc/
A Defi.pandoc10 normal Image format, so a single binary may be booted as an Image file or as an
12 configuration file as described below unless a bootloader, such as GRUB, has
25 The binary itself will require a configuration file (names with the `.efi`
27 file is found - trailing name components dropped at `.`, `-`, and `_`
32 This configuration file and EFI commandline are only used for booting directly
38 The configuration file consists of one or more sections headed by a section
42 settings in case individual sections don't specify them). This file (for now)
43 needs to be of ASCII type and not e.g. UTF-8 or UTF-16. A typical file would
65 first instance within the file will be used.
103 Specifies a device tree file to load. The platform firmware may provide a
[all …]
A Dhypfs-paths.pandoc4 in the Xen hypervisor file system (hypfs).
6 The hypervisor file system can be accessed via the xenhypfs tool.
8 The availability of the hypervisor file system depends on the hypervisor
13 The hypervisor file system is similar to the Linux kernel's sysfs.
25 The second syntax defines a file entry containing values which are
26 either set by the hypervisor or, if the file is writable, can be set
32 A hypervisor file system entry name can be any 0-delimited byte string
34 for file system internal use.
93 config contents of .config file used to build Xen
127 The root of the hypervisor file system.
[all …]
A Damd-ucode-container.txt17 * There is one single file (container file) containing all microcode patches
19 * For AMD processor families 15h and later, there is a separate container file
22 sure you have the latest container file for your AMD processor family.
29 family specific container file. (e.g. microcode_amd_fam15h.bin)
78 Once the patch is applied, further parsing of the file is skipped.
79 Therefore, if a subsequent container file has a newer/updated patch, that
/xen/tools/pygrub/src/
A Dpygrub56 def identify_disk_image(file): argument
58 fd = os.open(file, os.O_RDONLY)
74 def get_solaris_slice(file, offset): argument
77 fd = os.open(file, os.O_RDONLY)
95 def get_fs_offset_gpt(file): argument
96 fd = os.open(file, os.O_RDONLY)
114 def get_partition_offsets(file): argument
129 fd = os.open(file, os.O_RDONLY)
248 if file:
628 g = Grub(file, fs)
[all …]
/xen/tools/xenpmd/
A Dxenpmd.c102 FILE *file = 0; in get_next_battery_file() local
124 file = fopen(file_name, "r"); in get_next_battery_file()
125 } while ( !file ); in get_next_battery_file()
127 return file; in get_next_battery_file()
303 FILE *file; in get_next_battery_info_or_status() local
314 file = get_next_battery_file(battery_dir, type); in get_next_battery_info_or_status()
315 if ( !file ) in get_next_battery_info_or_status()
318 while ( fgets(line_info, sizeof(line_info), file) != NULL ) in get_next_battery_info_or_status()
321 fclose(file); in get_next_battery_info_or_status()
/xen/tools/ocaml/xenstored/
A Dparse_arg.ml9 * exception on linking described in file LICENSE.
45 ("--config-file", Arg.Set_string config_file,
46 "set an alternative location for the configuration file");
52 "do not create a xenstore-access.log file");
53 ("--pid-file", Arg.Set_string pidfile, ""); (* for compatibility *)
59 …let usage_msg = "usage : xenstored [--config-file <filename>] [--no-domain-init] [--help] [--no-fo…
/xen/tools/hotplug/NetBSD/rc.d/
A Dxendomains66 file=`printf "${xendomains_config}" $domain`
67 if [ -f "$file" ]; then
68 ${ctl_command} create "$file"
/xen/tools/xl/
A Dxl_cdrom.c92 char *file = NULL; /* modified by cd_insert tokenising it */ in main_cd_insert() local
100 file = argv[optind + 2]; in main_cd_insert()
102 if (cd_insert(domid, virtdev, file)) in main_cd_insert()
/xen/tools/libxl/
A Dcheck-libxl-api-rules11 my $file = defined($specfile) ? $specfile : $ARGV;
21 die "$file:$line:missing LIBXL_EXTERNAL_CALLERS_ONLY";
/xen/xen/scripts/
A DKbuild.include77 # Replace >$< with >$$< to preserve $ when reloading the .cmd file
79 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
111 # (5) - due to missing .cmd file
116 # (4) The command line stored in the file named dir/.target.cmd
119 # (5) No dir/.target.cmd file (used to store command line)
120 # (6) No dir/.target.cmd file and target not listed in $(targets)
121 # This is a good hint that there is a bug in the kbuild file
130 - due to missing .cmd file, \
/xen/docs/man/
A Dxentrace_format.1.pod12 standard input and reformats it according to the rules in a file of
32 A sample format file for Xen's predefined trace events is available
33 in the file tools/xentrace/formats in the Xen source tree.
38 should have B<xentrace> output to a file for processing off-line.
/xen/automation/build/
A DMakefile9 @$(foreach file,$(sort $(CONTAINERS)),echo ${file};)

Completed in 23 milliseconds

1234567891011