Searched refs:uint16 (Results 276 - 300 of 1227) sorted by path

<<11121314151617181920>>

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DProlific.h52 uint16 vendorID, uint16 productID,
H A DSerialDevice.h28 uint16 vendorID, uint16 productID,
32 static SerialDevice * MakeDevice(usb_device device, uint16 vendorID,
33 uint16 productID);
38 uint16 ProductID() { return fProductID; };
39 uint16 VendorID() { return fVendorID; };
80 virtual status_t SetControlLineState(uint16 state);
108 uint16 fVendorID;
109 uint16 fProductID;
145 uint16 fControlOu
[all...]
H A DSilicon.cpp16 SiliconDevice::SiliconDevice(usb_device device, uint16 vendorID, uint16 productID,
104 SiliconDevice::SetControlLineState(uint16 state)
H A DSilicon.h133 SiliconDevice(usb_device device, uint16 vendorID,
134 uint16 productID, const char *description);
141 virtual status_t SetControlLineState(uint16 state);
/haiku/src/add-ons/kernel/drivers/timer/
H A Darch_acpi.h99 uint16 flags; /* MPS INTI flags. See Table 5-25 in
106 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
118 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
127 uint16 reserved; /* reserved (must be set to zero) */
165 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
183 uint16 reserved; /* reserved (must be zero) */
193 uint16 flags; /* Same as MPS INTI flags. See Table 5-25 in
H A Dhpet.h102 uint16 vendor_id;
116 uint16 min_tick;
H A Dmsi.h30 uint64 *address, uint16 *data);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp101 uint16 length;
H A DIndex.cpp82 status_t status = tree->Find((uint8*)name, (uint16)strlen(name), &id);
221 const uint8* oldKey, uint16 oldLength, const uint8* newKey,
222 uint16 newLength, Inode* inode)
304 uint16 oldLength = oldName != NULL ? strlen(oldName) : 0;
305 uint16 newLength = newName != NULL ? strlen(newName) : 0;
H A DIndex.h34 uint16 oldLength, const uint8* newKey,
35 uint16 newLength, Inode* inode);
H A DVolume.h115 uint16 minimum = 1);
221 block_run& run, uint16 minimum)
H A Dbfs.h29 uint16 start;
30 uint16 length;
34 uint16 Start() const { return BFS_ENDIAN_TO_HOST_INT16(start); }
35 uint16 Length() const { return BFS_ENDIAN_TO_HOST_INT16(length); }
41 inline void SetTo(int32 group, uint16 start, uint16 length = 1);
43 inline static block_run Run(int32 group, uint16 start, uint16 length = 1);
149 uint16 name_size;
150 uint16 data_siz
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DAttribute.cpp184 uint16 current = 0;
H A DAttributeIterator.cpp60 uint16 current = 0;
H A DCRCTable.h9 uint32 calculate_crc(uint32 crc, uint8* data, uint16 length);
H A DDirectoryIterator.cpp81 uint16 current = 0;
139 uint16 current = 0;
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp94 size_t utf16CodeUnitCount = EXFAT_FILENAME_MAX_LENGTH / sizeof(uint16);
95 uint16 utf16Name[utf16CodeUnitCount];
138 size_t utf16CodeUnitCount = EXFAT_FILENAME_MAX_LENGTH / sizeof(uint16);
139 uint16 utf16Name[utf16CodeUnitCount];
150 utf16CodeUnitCount = EXFAT_FILENAME_MAX_LENGTH / sizeof(uint16);
165 size_t utf16CodeUnitCount = EXFAT_FILENAME_MAX_LENGTH / sizeof(uint16);
166 uint16 utf16Name[utf16CodeUnitCount];
212 DirectoryIterator::_GetNext(uint16* utf16Name, size_t* _codeUnitCount,
245 nameIndex += utf16Length / sizeof(uint16);
H A DDirectoryIterator.h55 status_t _GetNext(uint16* unicodeName,
H A DInode.cpp223 Inode::_GetTimespec(uint16 date, uint16 time, struct timespec &timespec) const
H A DInode.h100 void _GetTimespec(uint16 date, uint16 time,
H A DVolume.h158 uint16 fFlags;
H A Dexfat.h46 uint16 flags;
54 uint16 signature;
74 uint16 Flags() const { return B_LENDIAN_TO_HOST_INT16(flags); }
106 uint16 name[11];
111 uint16 checksum;
112 uint16 flags;
125 uint16 checksum;
126 uint16 attribs;
127 uint16 reserved;
128 uint16 creation_tim
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTree.h30 uint16 entry_length;
39 void SetEntryLength(uint16 entryLength)
44 uint16 limit;
45 uint16 count;
47 uint16 Limit() const
49 uint16 Count() const
54 void SetLimit(uint16 value)
57 void SetCount(uint16 value)
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.h195 uint16 volSetSize[2]; // Assigned Volume Set Size of Vol byte121-124
196 uint16 volSeqNum[2]; // Ordinal number of volume in Set byte125-128
197 uint16 logicalBlkSize[2]; // Logical blocksize, usually 2048 byte129-132
199 uint16 lPathTblLoc[2]; // Loc (Logical block #) of "Type L" path table byte141-144
200 uint16 optLPathTblLoc[2]; // Loc (Logical block #) of optional Type L path tbl byte145-148
201 uint16 mPathTblLoc[2]; // Loc (Logical block #) of "Type M" path table byte149-152
202 uint16 optMPathTblLoc[2]; // Loc (Logical block #) of optional Type M path tbl byte153-156
H A Diso9660_identify.cpp93 uint16 set_size;
94 uint16 set_size_big_endian;
95 uint16 sequence_number;
96 uint16 sequence_number_big_endian;
97 uint16 logical_block_size;
98 uint16 logical_block_size_big_endian;
114 uint16 volume_space;
458 uint16 ch;
462 ((uint16*)supplementary->identifier)[i]))

Completed in 229 milliseconds

<<11121314151617181920>>