Searched refs:elem_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_cxt.h225 * @param elem_type
232 enum ecore_cxt_elem_type elem_type,
246 enum ecore_cxt_elem_type elem_type,
H A Decore_cxt.c2399 enum ecore_cxt_elem_type elem_type,
2411 switch (elem_type) {
2436 "ECORE_INVALID elem type = %d", elem_type);
2482 if (elem_type == ECORE_ELEM_TASK) {
2515 if (elem_type == ECORE_ELEM_CXT) {
2551 enum ecore_cxt_elem_type elem_type,
2563 switch (elem_type) {
2581 "ECORE_INVALID elem type = %d", elem_type);
2398 ecore_cxt_dynamic_ilt_alloc(struct ecore_hwfn *p_hwfn, enum ecore_cxt_elem_type elem_type, u32 iid) argument
2550 ecore_cxt_free_ilt_range(struct ecore_hwfn *p_hwfn, enum ecore_cxt_elem_type elem_type, u32 start_iid, u32 count) argument
/freebsd-11-stable/usr.sbin/nscd/
H A Dquery.c161 int elem_type; local
178 iov.iov_base = &elem_type;
207 if ((elem_type != CET_READ_REQUEST) &&
208 (elem_type != CET_MP_READ_SESSION_REQUEST) &&
209 (elem_type != CET_WRITE_REQUEST) &&
210 (elem_type != CET_MP_WRITE_SESSION_REQUEST)) {
218 switch (elem_type) {
254 int elem_type; local
260 result = qstate->read_func(qstate, &elem_type, sizeof(int));
266 switch (elem_type) {
[all...]
H A Dmp_rs_query.c368 int elem_type; local
374 result = qstate->read_func(qstate, &elem_type, sizeof(int));
382 switch (elem_type) {
H A Dmp_ws_query.c298 int elem_type; local
304 result = qstate->read_func(qstate, &elem_type, sizeof(int));
312 switch (elem_type) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DLanguage.cpp146 elem_type) {
147 return StringPrinter::GetDefaultEscapingHelper(elem_type);
144 GetStringPrinterEscapingHelper( lldb_private::formatters::StringPrinter::GetPrintableElementType elem_type) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-ppc64/
H A DABISysV_ppc64.cpp775 CompilerType elem_type; local
776 if (m_type.IsHomogeneousAggregate(&elem_type)) {
777 uint32_t type_flags = elem_type.GetTypeInfo();
778 llvm::Optional<uint64_t> elem_size = elem_type.GetByteSize(nullptr);
788 ValueSP val_sp = GetFloatValue(elem_type, i);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h211 GetDefaultEscapingHelper(GetPrintableElementType elem_type);
/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DStringPrinter.cpp247 StringPrinter::GetDefaultEscapingHelper(GetPrintableElementType elem_type) { argument
248 switch (elem_type) {
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_all.c3755 scsi_sense_elem_type elem_type; local
3772 while ((elem_type = va_arg(ap, scsi_sense_elem_type)) !=
3774 if (elem_type >= SSD_ELEM_MAX) {
3776 elem_type);
3782 switch (elem_type) {
3903 scsi_sense_elem_type elem_type; local
3926 while ((elem_type = va_arg(ap, scsi_sense_elem_type)) !=
3928 if (elem_type >= SSD_ELEM_MAX) {
3930 elem_type);
3936 switch (elem_type) {
8805 scsi_read_attribute(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, u_int8_t service_action, uint32_t element, u_int8_t elem_type, int logical_volume, int partition, u_int32_t first_attribute, int cache, u_int8_t *data_ptr, u_int32_t length, int sense_len, u_int32_t timeout) argument
[all...]
H A Dscsi_all.h1047 u_int8_t elem_type; member in struct:scsi_read_attribute
4204 uint32_t element, u_int8_t elem_type,
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c9857 tree elem_type = TREE_TYPE (TREE_TYPE (arg0));
9858 if (! HONOR_NANS (TYPE_MODE (elem_type))
9859 && ! HONOR_INFINITIES (TYPE_MODE (elem_type)))
9861 tree r = build_real (elem_type, dconst1);
9822 tree elem_type = TREE_TYPE (TREE_TYPE (arg0)); local
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c5955 tree elem_type = TREE_TYPE (type);
5956 enum machine_mode elem_mode = TYPE_MODE (elem_type);
5964 real_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5971 imag_part = rs6000_gimplify_va_arg (valist, elem_type, pre_p,
5939 tree elem_type = TREE_TYPE (type); local

Completed in 273 milliseconds