| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/ |
| H A D | 0001-Fru-Fix-edit-field-not-checking-area-existence.patch | 101 - uint8_t f_type, uint8_t f_index, char *f_string); 102 + uint8_t f_type, uint8_t f_index, char *f_string, 107 @@ -4997,12 +4998,19 @@ f_type, uint8_t f_index, char *f_string) 115 - ipmi_fru_set_field_string_rebuild(intf,fruId,fru,header,f_type,f_index,f_string) 128 + f_type, f_index, f_string, 137 - uint8_t f_type, uint8_t f_index, char *f_string) 138 + uint8_t f_type, uint8_t f_index, char *f_string, 162 - if (f_type == 'c' ) 190 - if ((f_type == 'c' ) || (f_type == 'b' )) 259 - if ((f_type == 'c' ) || (f_type == 'b' ) || (f_type == 'p' )) {
|
| /openbmc/qemu/util/ |
| H A D | mmap-alloc.c | 47 switch (fs.f_type) { in qemu_fd_getfs() 71 if (ret == 0 && fs.f_type == HUGETLBFS_MAGIC) { in qemu_fd_getpagesize()
|
| /openbmc/qemu/bsd-user/freebsd/ |
| H A D | os-stat.c | 188 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd11_statfs() 226 __put_user(host_statfs->f_type, &target_statfs->f_type); in h2t_freebsd_statfs()
|
| /openbmc/openbmc/meta-security/recipes-security/ecryptfs-utils/files/ |
| H A D | define_musl_sword_type.patch | 12 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch | 23 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
|
| /openbmc/qemu/bsd-user/ |
| H A D | syscall_defs.h | 329 uint32_t f_type; /* type of filesystem */ member 354 uint32_t f_type; /* type of filesystem */ member
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_fru.c | 68 char fruId, uint8_t f_type, uint8_t f_index, char *f_string); 72 uint8_t f_type, uint8_t f_index, char *f_string); 4614 f_type, uint8_t f_index, char *f_string) in ipmi_fru_set_field_string() 4715 if (f_type == 'c' ) { in ipmi_fru_set_field_string() 4722 else if (f_type == 'b' ) { in ipmi_fru_set_field_string() 4729 else if (f_type == 'p' ) { in ipmi_fru_set_field_string() 4795 ipmi_fru_set_field_string_rebuild(intf,fruId,fru,header,f_type,f_index,f_string) in ipmi_fru_set_field_string() 4848 uint8_t f_type, uint8_t f_index, char *f_string) in ipmi_fru_set_field_string_rebuild() argument 4902 if (f_type == 'c' ) in ipmi_fru_set_field_string_rebuild() 4909 else if (f_type == 'b' ) in ipmi_fru_set_field_string_rebuild() [all …]
|
| /openbmc/qemu/linux-user/ |
| H A D | syscall_defs.h | 2095 abi_int f_type; member 2112 abi_long f_type; member 2130 abi_uint f_type; member 2149 abi_long f_type; member 2164 abi_long f_type; member 2179 abi_int f_type; member 2195 abi_int f_type; member 2210 abi_uint f_type; member 2225 abi_uint f_type; member
|
| H A D | syscall.c | 10763 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2() 10802 __put_user(stfs.f_type, &target_stfs->f_type); in _syscall2()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-synth.c | 450 stbuf->f_type = 0xABCD; in synth_statfs()
|
| H A D | 9p.c | 3628 uint32_t f_type; in v9fs_fill_statfs() local 3648 f_type = stbuf->f_type; in v9fs_fill_statfs() 3672 f_type, f_bsize, f_blocks, f_bfree, in v9fs_fill_statfs()
|
| H A D | 9p-local.c | 1441 switch (stbuf.f_type) { in local_ioc_getversion_init()
|
| /openbmc/qemu/tests/qtest/ |
| H A D | vhost-user-test.c | 556 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
|
| /openbmc/u-boot/fs/ubifs/ |
| H A D | super.c | 587 buf->f_type = UBIFS_SUPER_MAGIC; in ubifs_statfs()
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.c | 368 if (!ret && (unsigned int)fs.f_type == HUGETLBFS_MAGIC) { in get_fd_hugepagesize()
|
| /openbmc/qemu/block/ |
| H A D | file-posix.c | 376 if (ret == 0 && buf.f_type == NFS_SUPER_MAGIC) { in dio_byte_aligned()
|