Searched refs:u16 (Results 76 - 89 of 89) sorted by relevance

1234

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dvolume.h196 u16 sector_size; /* Byte size of a sector. */
H A Dlayout.h328 #define MSEQNO(x) ((u16)(((x) >> 48) & 0xffff))
330 #define MSEQNO_LE(x) ((u16)((const_le64_to_cpu(x) >> 48) & 0xffff))
H A Dcompress.c555 u16 lg, pt, length, max_non_overlap;
556 register u16 i;
945 *(u16*)cb_pos = 0;
H A Dvolume.c1228 u16 uc = le16_to_cpu(vname[j]);
1230 uc = (u16)'_';
H A Dmft.c1969 u16 seq_no;
2041 u16 usn;
H A Dinode.c638 u16 seq_no;
H A Drunlist.c793 u16 rlpos; /* Current runlist position in units of
H A Dattrib.c994 u16 efs_padding_length;
/haiku/headers/os/drivers/pcmcia/
H A Dk_compat.h32 #define u16 uint16 macro
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A Dif_em.c273 static void em_if_vlan_register(if_ctx_t, u16);
274 static void em_if_vlan_unregister(if_ctx_t, u16);
2310 u16 phy_tmp;
2373 u16 hwm;
2374 u16 max_frame_size;
2484 u16 rx_buffer_size;
2494 u16 phy_tmp = 0;
3425 em_if_vlan_register(if_ctx_t ctx, u16 vtag)
3438 em_if_vlan_unregister(if_ctx_t ctx, u16 vtag)
3747 u16 eeprom_dat
[all...]
H A Dem_txrx.c608 u16 len;
670 u16 len;
/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Dif_igc.c1506 u16 hwm;
1507 u16 max_frame_size;
2236 u16 eeprom_data = 0, apme_mask;
2257 u16 status;
2723 u16 eeprom_data;
H A Digc_defines.h1279 (u16)(((invm_dword) & 0xFFFF0000) >> 16)
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c1135 u16 hdr_size;
1326 u16 hdr_size;
1707 const FILE_ATTR_FLAGS flags, const u16 packed_ea_size,
2858 const FILE_ATTR_FLAGS flags, const u16 packed_ea_size,
2974 const FILE_ATTR_FLAGS flags, const u16 packed_ea_size,

Completed in 236 milliseconds

1234