Home
last modified time | relevance | path

Searched refs:f_type (Results 1 – 16 of 16) sorted by relevance

/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A D0001-Fru-Fix-edit-field-not-checking-area-existence.patch101 - 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 Dmmap-alloc.c47 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 Dos-stat.c188 __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 Ddefine_musl_sword_type.patch12 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/
H A D0004-Define-__SWORD_TYPE-if-not-defined-by-libc.patch23 +typedef __typeof__( ((struct statfs *)0)->f_type ) __SWORD_TYPE;
/openbmc/qemu/bsd-user/
H A Dsyscall_defs.h329 uint32_t f_type; /* type of filesystem */ member
354 uint32_t f_type; /* type of filesystem */ member
/openbmc/ipmitool/lib/
H A Dipmi_fru.c68 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 Dsyscall_defs.h2095 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 Dsyscall.c10763 __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 D9p-synth.c450 stbuf->f_type = 0xABCD; in synth_statfs()
H A D9p.c3628 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 D9p-local.c1441 switch (stbuf.f_type) { in local_ioc_getversion_init()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c556 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
/openbmc/u-boot/fs/ubifs/
H A Dsuper.c587 buf->f_type = UBIFS_SUPER_MAGIC; in ubifs_statfs()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c368 if (!ret && (unsigned int)fs.f_type == HUGETLBFS_MAGIC) { in get_fd_hugepagesize()
/openbmc/qemu/block/
H A Dfile-posix.c376 if (ret == 0 && buf.f_type == NFS_SUPER_MAGIC) { in dio_byte_aligned()