Home
last modified time | relevance | path

Searched defs:num_params (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/qlxgbe/
H A Dql_ioctl.c573 ql_sp_log(qla_host_t *ha, uint16_t fmtstr_idx, uint16_t num_params, in ql_sp_log()
H A Dql_ioctl.h81 uint32_t num_params; member
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatterns.h581 unsigned num_params() const { return num_in_params() + num_out_params(); } in num_params() function
/freebsd/sys/sys/
H A Dmtio.h280 int num_params; member
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c1073 sasetsili(struct cam_periph *periph, struct mtparamset *ps, int num_params) in sasetsili()
1134 saseteotwarn(struct cam_periph *periph, struct mtparamset *ps, int num_params) in saseteotwarn()
1241 sasetprotents(struct cam_periph *periph, struct mtparamset *ps, int num_params) in sasetprotents()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dbg_fw_funcs.c2167 u32 num_params) in ecore_dump_section_hdr()
2183 u8 num_params; in ecore_dump_common_global_params() local
2945 u8 num_params = 2 + (split_id >= 0 ? 1 : 0) + (param_name ? 1 : 0); in ecore_grc_dump_regs_hdr() local
3364 u8 num_params = 3; in ecore_grc_dump_mem_hdr() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1689 uint32_t num_params) { in check_op_param()
1707 uint32_t num_params) { in CheckOverloadedOperatorKindParameterCount()
2093 const unsigned int num_params = function_type->getNumParams(); in GetDeclarationName() local
7746 unsigned int num_params = method_function_prototype->getNumParams(); in AddMethodToCXXRecordType() local