Searched refs:uint16 (Results 1 - 25 of 1230) sorted by path

1234567891011>>

/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex98 uint16 sectionCount;
99 uint16 instSectionCount;
473 uint16 ri_name_size;
/haiku/headers/build/
H A DHaikuBuildCompatibility.h185 uint16 week;
186 uint16 year;
/haiku/headers/build/os/app/
H A DMessage.h113 status_t AddUInt16(const char *name, uint16 value);
152 status_t FindUInt16(const char *name, uint16 *value) const;
153 status_t FindUInt16(const char *name, int32 index, uint16 *value) const;
198 status_t ReplaceUInt16(const char *name, uint16 value);
199 status_t ReplaceUInt16(const char *name, int32 index, uint16 value);
/haiku/headers/build/private/app/
H A DMessagePrivate.h46 uint16 flags;
47 uint16 name_length;
/haiku/headers/os/add-ons/graphics/
H A DAccelerant.h100 uint16 h_display; /* in pixels (not character clocks) */
101 uint16 h_sync_start;
102 uint16 h_sync_end;
103 uint16 h_total;
104 uint16 v_display; /* in lines */
105 uint16 v_sync_start;
106 uint16 v_sync_end;
107 uint16 v_total;
115 uint16 virtual_width; /* in pixels */
116 uint16 virtual_heigh
[all...]
/haiku/headers/os/app/
H A DPropertyInfo.h100 uint16 fValueCount;
/haiku/headers/os/arch/m68k/
H A Darch_debugger.h26 uint16 sr;
/haiku/headers/os/arch/x86/
H A Darch_debugger.h21 uint16 control;
22 uint16 status;
25 uint16 opcode;
27 uint16 cs;
28 uint16 reserved2;
30 uint16 ds;
31 uint16 reserved3;
/haiku/headers/os/bluetooth/
H A DDeviceClass.h28 DeviceClass(uint8 major, uint8 minor, uint16 service)
44 void SetRecord(uint8 major, uint8 minor, uint16 service)
52 uint16 ServiceClass()
H A DRemoteDevice.h66 uint16 fHandle;
70 uint16 fClockOffset;
/haiku/headers/os/bluetooth/HCI/
H A DbtHCI.h23 const char* BluetoothCommandOpcode(uint16 opcode);
25 const char* BluetoothManufacturer(uint16 manufacturer);
26 const char* BluetoothHciVersion(uint16 ver);
27 const char* BluetoothLmpVersion(uint16 ver);
H A DbtHCI_acl.h14 uint16 handle; /* Handle & Flags(PB, BC) */
15 uint16 alen;
H A DbtHCI_command.h14 uint16 opcode; /* OCF & OGF */
20 #define PACK_OPCODE(ogf, ocf) (uint16)((ocf & 0x03ff)|(ogf << 10))
32 uint16 hci_revision;
34 uint16 manufacturer;
35 uint16 lmp_subversion;
47 uint16 acl_mtu;
49 uint16 acl_max_pkt;
50 uint16 sco_max_pkt;
81 uint16 max_num_keys;
82 uint16 num_keys_rea
[all...]
H A DbtHCI_event.h30 uint16 clock_offset;
36 uint16 handle;
52 uint16 handle;
59 uint16 handle;
72 uint16 handle;
79 uint16 handle;
85 uint16 handle; /* Connection handle */
92 uint16 handle;
99 uint16 handle;
101 uint16 manufacture
[all...]
H A DbtHCI_sco.h13 uint16 handle;
H A DbtHCI_transport.h78 uint16 vendorId;
79 uint16 deviceId;
93 uint16 supportedPacketTypes;
94 uint16 linkMode;
99 uint16 mtu;
/haiku/headers/os/bluetooth/L2CAP/
H A DbtL2CAP.h14 uint16 l2cap_psm; /* PSM (Protocol/Service Multiplexor) */
/haiku/headers/os/device/
H A DCAM.h35 typedef uint16 U16;
117 uint16 cam_ccb_len; /* Length of the entire CCB */
152 uint16 cam_hba_eng_cnt; /* HBA engine count */
185 uint16 cam_sglist_cnt; /* Num of scatter gather list entries */
194 uint16 cam_msgb_len; /* Num of bytes in the message buf */
195 uint16 cam_vu_flags; /* Vendor unique flags */
252 uint16 cam_grp6_len; /* Group 6 VU CDB length */
253 uint16 cam_grp7_len; /* Group 7 VU CDB length */
255 uint16 cam_ccb_listcnt; /* Count of Target CCBs in the list */
262 uint16 cam_grp6_lengt
[all...]
/haiku/headers/os/drivers/
H A DUSB2.h42 uint16 vendor;
43 uint16 product;
139 status_t (*set_feature)(const void *object, uint16 selector);
140 status_t (*clear_feature)(const void *object, uint16 selector);
141 status_t (*get_status)(const void *object, uint16 *status);
145 uint16 languageID, void *data,
152 uint16 value, uint16 index,
153 uint16 length, void *data,
180 uint16 bufferDurationM
[all...]
H A DUSB_rle.h24 uint16 rle_status;
25 uint16 sample_count;
29 uint16 length;
30 uint16 num_valid;
H A DUSB_spec.h87 uint16 usb_version;
92 uint16 vendor_id;
93 uint16 product_id;
94 uint16 device_version;
104 uint16 total_length;
129 uint16 max_packet_size;
/haiku/headers/os/drivers/bus/
H A DATA.h45 status_t (*write_pio)(void *channelCookie, uint16 *data, int count,
47 status_t (*read_pio)(void *channelCookie, uint16 *data, int count,
H A DISA.h43 uint16 (*read_io_16)(int mapped_io_addr);
44 void (*write_io_16)(int mapped_io_addr, uint16 value);
H A DSCSI.h134 uint16 sg_count; // number of S/G entries
156 uint16 orig_sg_count;
/haiku/headers/os/drivers/pcmcia/
H A Dcb_enabler.h56 uint16 vendor_id; /* 0xffff is don't-care */
57 uint16 device_id; /* 0xffff is don't-care */

Completed in 164 milliseconds

1234567891011>>