Searched refs:U16 (Results 76 - 100 of 138) sorted by relevance

123456

/freebsd-11-stable/sys/dev/isci/scil/
H A Dsati_mode_sense.h68 U16 sati_mode_sense_calculate_page_header(
H A Dsati_read_capacity.c266 U16 physical_per_logical_enable_bit = 0;
268 U16 physical_per_logical_sector = 0;
269 U16 logical_sector_alignment = 0;
270 U16 scsi_logical_sector_alignment = 0;
H A Dsci_base_controller.h231 U16
H A Dsci_base_memory_descriptor_list.c149 U16 attributes
H A Dscif_sas_io_request.h136 U16 io_tag,
H A Dscif_sas_smp_io_request.h121 U16 route_index,
H A Dscif_sas_task_request.c107 U16 io_tag,
239 U16 io_tag,
270 U16 io_tag,
404 U16 scic_cb_ssp_task_request_get_io_tag_to_manage(
H A Dscic_user_callback.h608 U16 scic_cb_ssp_task_request_get_io_tag_to_manage(
766 U16 bar_number
H A Dscif_sas_smp_remote_device.h142 U16 curr_config_route_index;
199 U16 expander_route_indexes;
H A Dscif_sas_io_request.c95 U16 io_tag,
204 U16 sati_data_bytes_set =
234 U16 io_tag,
260 U16 io_tag,
703 U16 io_tag,
H A Dsati_device.c126 U16 capabilities = 0;
H A Dsati_translator_sequence.h322 U16 number_data_bytes_set;
H A Dsati_write_long.c101 U16 byte_transfer_length;
H A Dscif_sas_controller.h198 U16 saved_interrupt_coalesce_number;
H A Dscif_sas_controller_state_handlers.c370 U16 index = 0;
564 U16 io_tag
870 U16 io_tag
1057 U16 io_tag
1201 U16 io_tag
1283 U16 io_tag
1502 U16 io_tag
1617 U16 io_tag
1674 U16 io_tag
H A Dscif_sas_domain.h211 U16 io_tag
H A Dscif_sas_internal_io_request.c123 U16 io_tag,
H A Dscif_sas_library.c258 U16 scif_library_get_max_timer_count(
H A Dscic_sds_port.h145 U16 reserved_rni;
146 U16 reserved_tci;
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_cmd.c250 mps_ioc_status(U16 IOCStatus)
288 MPI2_CONFIG_PAGE_HEADER *header, U16 *IOCStatus)
316 mps_read_ext_config_page_header(int fd, U8 ExtPageType, U8 PageNumber, U32 PageAddress, MPI2_CONFIG_PAGE_HEADER *header, U16 *ExtPageLength, U16 *IOCStatus)
347 U16 *IOCStatus)
396 U8 PageNumber, U32 PageAddress, U16 *IOCStatus)
401 U16 pagelen;
507 MPI2_CONFIG_PAGE_HEADER *header, U16 *IOCStatus)
532 U16 *IOCStatus)
572 U8 PageNumber, U32 PageAddress, U16 *IOCStatu
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c150 typedef uint16_t U16; typedef
157 typedef unsigned short U16; typedef
183 static U16 LZ4_read16(const void* memPtr) { return *(const U16*) memPtr; }
187 static void LZ4_write16(void* memPtr, U16 value) { *(U16*)memPtr = value; }
194 typedef union { U16 u16; U32 u32; reg_t uArch; } __attribute__((packed)) unalign;
196 static U16 LZ4_read16(const void* ptr) { return ((const unalign*)ptr)->u16; }
200 static void LZ4_write16(void* memPtr, U16 value) { ((unalign*)memPtr)->u16 = value; }
205 static U16 LZ4_read1
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c267 #define U16 uint16_t macro
277 U16 v;
350 { U16 v = A16(p); v = lz4_bswap16(v); d = (s) - v; }
352 { U16 v = (U16)(i); v = lz4_bswap16(v); A16(p) = v; p += 2; }
666 U16 *HashTable = (U16 *) (srt->hashTable);
668 U16 HashTable[HASH64KTABLESIZE] = { 0 };
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datom.c183 idx = U16(*ptr);
264 idx = U16(*ptr);
297 val = U16(*ptr);
415 val = U16(*ptr);
459 idx = U16(*ptr);
626 if (U16(ctx->ctx->cmd_table + 4 + 2 * idx))
695 int execute = 0, target = U16(*ptr);
841 ctx->ctx->data_block = U16(ctx->ctx->data_table + 4 + 2 * idx);
857 port = U16(*ptr);
881 ctx->ctx->reg_block = U16(*pt
[all...]
/freebsd-11-stable/sys/dev/mpt/mpilib/
H A Dmpi.h415 U16 Length;
424 U16 Length;
433 U16 Length;
664 U16 IOCStatus;
/freebsd-11-stable/usr.sbin/mptutil/
H A Dmpt_evt.c44 mpt_get_events(int fd, U16 *IOCStatus)

Completed in 215 milliseconds

123456