/external/autotest/client/virt/tests/ |
D | ethtool.py | 26 def ethtool_get(f_type): argument 38 return re.findall("%s: (.*)" % feature_pattern.get(f_type), o)[0] 40 logging.debug("Could not get %s status", f_type) 43 def ethtool_set(f_type, status): argument 50 logging.info("Try to set %s %s", f_type, status) 53 cmd = "ethtool -K %s %s %s" % (ethname, f_type, status) 54 if ethtool_get(f_type) != status: 60 if ethtool_get(f_type) != status: 61 logging.error("Fail to set %s %s", f_type, status) 212 for f_type in supported_features: [all …]
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | statfs.h | 23 long f_type; member 24 #define f_fstyp f_type 46 __u32 f_type; member 66 long f_type; member 83 __u32 f_type; member
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | statfs.h | 23 __statfs_word f_type; member 46 __statfs_word f_type; member 69 __u32 f_type; member
|
/external/strace/ |
D | statfs.c | 63 sprintfstype(statbuf.f_type), in printstatfs() 113 sprintfstype(statbuf.f_type), in printstatfs64() 133 uint32_t f_type; member 163 sprintfstype(statbuf.f_type), in printcompat_statfs64()
|
/external/toybox/toys/other/ |
D | switch_root.c | 55 (stfs.f_type != 0x858458f6 && stfs.f_type != 0x01021994)) in switch_root_main()
|
D | stat.c | 122 else if (type == 't') out('x', statfs->f_type); in print_statfs() 138 if (nn[i].num == statfs->f_type) s = nn[i].name; in print_statfs()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 375 (unsigned long) fsinfo.f_type); 381 ((fsinfo.f_type == 0xef51) || (fsinfo.f_type == 0xef52) || 382 (fsinfo.f_type == 0xef53)))
|
/external/strace/tests/ |
D | statfs.expected | 1 statfs(64)?\("/proc/self/status"(, [1-9][0-9]*)?, \{f_type="PROC_SUPER_MAGIC", f_bsize=[1-9][0-9]*,…
|
/external/skia/src/svg/parser/ |
D | SkSVGFeColorMatrix.h | 20 SkString f_type; variable
|
/external/libchrome/base/files/ |
D | file_util_linux.cc | 27 switch (static_cast<uintmax_t>(statfs_buf.f_type)) { in GetFileSystemType()
|
/external/libselinux/src/ |
D | init.c | 45 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) { in init_selinuxmnt()
|
D | android.c | 1358 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_android_restorecon_common()
|
/external/selinux/libselinux/src/ |
D | init.c | 43 if ((uint32_t)sfbuf.f_type == (uint32_t)SELINUX_MAGIC) { in verify_selinuxmnt()
|
/external/valgrind/include/vki/ |
D | vki-mips64-linux.h | 479 __vki_u32 f_type; member 480 #define f_fstyp f_type
|
D | vki-arm64-linux.h | 327 long f_type; member
|
D | vki-amd64-linux.h | 354 long f_type; member
|
D | vki-tilegx-linux.h | 347 long f_type; member
|
D | vki-s390x-linux.h | 482 int f_type; member
|
D | vki-ppc64-linux.h | 501 long f_type; member
|
D | vki-ppc32-linux.h | 466 __vki_u32 f_type; member
|
D | vki-x86-linux.h | 427 __vki_u32 f_type; member
|
D | vki-arm-linux.h | 389 __vki_u32 f_type; member
|
D | vki-mips32-linux.h | 471 long f_type; member
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | super.c | 306 buf->f_type = SQUASHFS_MAGIC; in squashfs_statfs()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 513 unsigned long f_type; member 529 unsigned long f_type; member 546 long f_type; member 563 uint64_t f_type; member 577 unsigned long f_type; member
|