Searched refs:f_type (Results 1 – 11 of 11) sorted by relevance
| /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/tests/qtest/ |
| H A D | vhost-user-test.c | 554 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
|
| /openbmc/qemu/hw/9pfs/ |
| H A D | 9p-local.c | 1441 switch (stbuf.f_type) { in local_ioc_getversion_init()
|
| /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()
|