Home
last modified time | relevance | path

Searched refs:type_check (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ipip.c192 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre4() local
204 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre4()
217 type_check, has_ikey, daddr4, ikey); in mlxsw_sp_ipip_decap_config_gre4()
407 unsigned int type_check; in mlxsw_sp_ipip_decap_config_gre6() local
418 type_check = has_ikey ? in mlxsw_sp_ipip_decap_config_gre6()
430 type_check, has_ikey, in mlxsw_sp_ipip_decap_config_gre6()
H A Dreg.h8609 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip_pack() argument
8614 mlxsw_reg_rtdp_ipip_type_check_set(payload, type_check); in mlxsw_reg_rtdp_ipip_pack()
8622 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip4_pack() argument
8625 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip4_pack()
8633 unsigned int type_check, bool gre_key_check, in mlxsw_reg_rtdp_ipip6_pack() argument
8636 mlxsw_reg_rtdp_ipip_pack(payload, irif, sip_check, type_check, in mlxsw_reg_rtdp_ipip6_pack()
/openbmc/qemu/include/hw/
H A Dqdev-clock.h125 type_check(Clock *, typeof_field(devstate, field)))
H A Dqdev-properties.h71 + type_check(_type, typeof_field(_state, _field)), \
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h45 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
/openbmc/linux/fs/smb/server/
H A Dsmbacl.h210 bool type_check, bool get_write);
H A Dsmbacl.c1399 bool type_check, bool get_write) in set_info_sec()
1453 if (type_check && !(le16_to_cpu(pntsd->type) & DACL_PRESENT)) in ksmbd_init_domain()
1383 set_info_sec(struct ksmbd_conn * conn,struct ksmbd_tree_connect * tcon,const struct path * path,struct smb_ntsd * pntsd,int ntsd_len,bool type_check,bool get_write) set_info_sec() argument
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h70 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h70 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h70 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y99 static void type_check(symbol_ref_t *sym, expression_t *expression, int and_op);
1382 type_check(&$2, &$4, AIC_OP_OR);
1660 type_check(dest, immed, opcode); in format_1_instr()
1853 type_check(symbol_ref_t *sym, expression_t *expression, int opcode) in type_check() function
/openbmc/qemu/include/migration/
H A Dvmstate.h264 (type_check(t1, typeof_elt_of_field(t2, f)) \
269 type_check(_type, typeof_field(_state, _field)))
/openbmc/qemu/target/i386/
H A Dmachine.c36 + type_check(SegmentCache,typeof_field(_state, _field)) \