Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 44) sorted by relevance

12

/xen/tools/hotplug/Linux/
A Dlocking.sh44 local stat
55 if stat=$( stat -L -c '%D.%i' /dev/stdin $_lockfile 0<&$_lockfd 2>/dev/null )
61 fd_stat=${stat%
63 file_stat=${stat#*
A Dblock300 if [ "$mode" = 'w' ] && ! stat "$file" -c %A | grep -q w
310 inode=$(stat -c '%i' "$file")
311 dev=$(stat -c '%D' "$file")
A Dblock-common.sh48 stat -L -c %t:%T "$1"
/xen/xen/arch/arm/platforms/
A Dvexpress.c38 uint32_t stat; in vexpress_ctrl_start() local
49 stat = syscfg[V2M_SYS_CFGSTAT/4]; in vexpress_ctrl_start()
51 } while ( !(stat & V2M_SYS_CFG_COMPLETE) ); in vexpress_ctrl_start()
54 if ( stat & V2M_SYS_CFG_ERROR ) in vexpress_ctrl_start()
/xen/stubdom/vtpmmgr/
A Dmanage-vtpmmgr.pl25 my($rtype, $len, $stat, $reply) = unpack 'nNNa*', $rsp;
27 if ($stat) {
28 print "TPM error: $stat\n";
/xen/xen/arch/x86/acpi/
A Dcpu_idle.c1497 stat->last = 0; in pmstat_get_cx_stat()
1498 stat->nr = 0; in pmstat_get_cx_stat()
1499 stat->idle_time = 0; in pmstat_get_cx_stat()
1500 stat->nr_pc = 0; in pmstat_get_cx_stat()
1501 stat->nr_cc = 0; in pmstat_get_cx_stat()
1506 nr = min(stat->nr, power->count); in pmstat_get_cx_stat()
1511 stat->nr = 2; in pmstat_get_cx_stat()
1524 stat->nr = power->count; in pmstat_get_cx_stat()
1546 stat->last = 0; in pmstat_get_cx_stat()
1590 stat->nr_pc = nr_pc; in pmstat_get_cx_stat()
[all …]
/xen/tools/xl/
A Dxl_cdrom.c33 struct stat b; in cd_insert()
47 && stat(disk.pdev_path, &b)) { in cd_insert()
A Dxl_flask.c89 struct stat info; in main_loadpolicy()
106 ret = stat(polFName, &info); in main_loadpolicy()
/xen/tools/flask/utils/
A Dloadpolicy.c35 struct stat info; in main()
52 ret = stat(polFName, &info); in main()
/xen/tools/misc/
A Dxenpvnetboot15 import stat
104 if stat.S_ISBLK(os.stat(self.location)[stat.ST_MODE]):
A Dxen-detect.c125 struct stat stab; in check_dir()
140 struct stat stab; in read_file_content()
A Dxen-ucode.c20 struct stat st; in main()
A Dmktarball40 git --no-pager diff --stat HEAD
A Dxen-livepatch.c198 struct stat buf; in upload_func()
221 if ( stat(filename, &buf) != 0 ) in upload_func()
/xen/xen/include/xen/
A Dpmstat.h11 int pmstat_get_cx_stat(uint32_t cpuid, struct pm_cx_stat *stat);
/xen/tools/libxc/
A Dxc_suspend.c47 struct stat ours, theirs; in lock_suspend_event()
78 r = stat(suspend_file, &theirs); in lock_suspend_event()
/xen/tools/libxl/
A Dlibxl_internal.c267 struct stat st_buf; in libxl__file_reference_map()
407 struct stat stab, fstab; in libxl__lock_file()
444 if (stat(lockfile, &stab)) { in libxl__lock_file()
715 struct stat stab, fstab; in ev_lock_child_callback()
733 if (stat(lockfile, &stab)) { in ev_lock_child_callback()
/xen/tools/hotplug/NetBSD/
A Dblock89 physical_device=$(stat -f '%r' "$device")
/xen/stubdom/
A Dnewlib.patch681 --- ./newlib/libc/include/sys/stat.h.orig 2008-08-07 16:08:50.495116000 +0100
682 +++ ./newlib/libc/include/sys/stat.h 2008-08-07 16:10:21.799753000 +0100
688 +#define stat64 stat
697 -int _EXFUN(_fstat,( int __fd, struct stat *__sbuf ));
698 +int _EXFUN(_fstat,( int __fd, struct stat *__sbuf ))
703 int _EXFUN(_stat,( const char *__path, struct stat *__sbuf ));
723 +#define stat64 stat
/xen/tools/xentrace/
A Dxentrace.c349 struct statvfs stat; in write_buffer() local
357 if ( fstatvfs (outfd, &stat) ) in write_buffer()
363 freespace = stat.f_frsize * (unsigned long long)stat.f_bfree; in write_buffer()
A Dmread.c12 struct stat s; in mread_init()
/xen/xen/tools/kconfig/
A Dconfdata.c24 struct stat st; in is_present()
26 return !stat(path, &st); in is_present()
32 struct stat st; in is_dir()
34 if (stat(path, &st)) in is_dir()
44 struct stat st1, st2; in is_same()
/xen/tools/console/client/
A Dmain.c283 struct stat stab, fstab; in console_lock()
301 if (stat(lockfile, &stab)) { in console_lock()
/xen/tools/ocaml/xenstored/
A Dxenstored.ml413 let gc = Gc.stat () in
419 info "store stat: nodes(%d) t-abort(%d) t-coalesce(%d)"
421 info "sytbl stat: %d" symtbl_len;
422 info " con stat: anonymous(%d, %d o, %d w) domains(%d, %d o, %d w)"
424 …info " mem stat: minor(%.0f) promoted(%.0f) major(%.0f) heap(%d w, %d c) live(%d w, %d b) free(%d…
/xen/tools/flask/policy/modules/
A Dxen.if10 allow $1 $2:mmu { adjust physmap map_read map_write stat pinpage updatemp mmuext_op };
98 allow $1 $2:mmu { stat pageinfo map_read };

Completed in 31 milliseconds

12