Searched refs:fsw_u16 (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/
H A Dfsw_hfs.h67 fsw_u16 key_len; /* Length is at the beginning of all keys */
123 DECLINLINE(fsw_u16)
124 be16_to_cpu(fsw_u16 x)
129 DECLINLINE(fsw_u16)
130 cpu_to_be16(fsw_u16 x)
H A Dfsw_strfunc.h60 fsw_u16 *p2 = (fsw_u16 *)s2data;
77 fsw_u16 *p2 = (fsw_u16 *)s2data;
93 fsw_u16 *p2 = (fsw_u16 *)s2data;
119 fsw_u16 *p2 = (fsw_u16 *)s2data;
144 fsw_u16 *p1 = (fsw_u16 *)s1dat
[all...]
H A Dfsw_hfs.c50 void dump_str(fsw_u16* p, fsw_u32 len, int swap)
216 fsw_u16 signature;
452 fsw_u16 *recptr;
453 recptr = (fsw_u16 *) (cnode+btree->node_size - index * 2 - 2);
506 if (be16_to_cpu(*(fsw_u16*)(buffer + btree->node_size - 2)) != sizeof(BTNodeDescriptor))
645 fsw_u16 rec_type = be16_to_cpu(*(fsw_u16*)base);
647 fsw_u16 name_len;
648 fsw_u16 *name_ptr;
707 name_ptr = (fsw_u16*)file_nam
[all...]
H A Dfsw_efi_base.h78 typedef UINT16 fsw_u16; typedef
H A Dfsw_core.h97 typedef fsw_u16 fsw_u16_le;
98 typedef fsw_u16 fsw_u16_be;
104 #define FSW_SWAPVALUE_U16(v) ((((fsw_u16)(v) & 0xff00) >> 8) | \
105 (((fsw_u16)(v) & 0x00ff) << 8))
348 void (*store_attr_posix)(struct fsw_dnode_stat *sb, fsw_u16 posix_mode); //!< Callback for storing a Posix-style file mode
486 fsw_u16 fsw_to_lower(fsw_u16 ch);
H A Dfsw_efi_lib.c157 fsw_u16 *p2 = (fsw_u16 *)s2data;
H A Dfsw_iso9660.h56 fsw_u16 lsb;
57 fsw_u16 msb;
H A Dfsw_lib.c109 static const fsw_u16
305 static const fsw_u16 fsw_latin_case_fold[] =
326 fsw_u16 fsw_to_lower(fsw_u16 ch)
329 fsw_u16 temp = temp;
518 fsw_u16 *p;
520 p = (fsw_u16 *)element->data;
534 element->size = element->len * sizeof(fsw_u16);
535 buffer->size = buffer->len * sizeof(fsw_u16);
H A Dfsw_efi.c845 lookup_path.size = lookup_path.len * sizeof(fsw_u16);
1028 static void fsw_efi_store_attr_posix(struct fsw_dnode_stat *sb, fsw_u16 posix_mode)
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxFsDxe/test/
H A Dfsw_posix_base.h58 typedef uint16_t fsw_u16; typedef

Completed in 276 milliseconds