/freebsd/sys/sys/ |
H A D | abi_compat.h | 39 #define CP(src, dst, fld) do { \ argument 47 #define PTRIN_CP(src, dst, fld) do { \ argument 51 #define PTROUT_CP(src, dst, fld) do { \ argument 55 #define TV_CP(src, dst, fld) do { \ argument 60 #define TS_CP(src, dst, fld) do { \ argument 70 #define BT_CP(src, dst, fld) do { \ argument
|
/freebsd/sys/dev/mlx5/ |
H A D | device.h | 48 #define __mlx5_bit_sz(typ, fld) sizeof(__mlx5_nullp(typ)->fld) argument 49 #define __mlx5_bit_off(typ, fld) __offsetof(struct mlx5_ifc_##typ##_bits, fld) argument 50 #define __mlx5_16_off(typ, fld) (__mlx5_bit_off(typ, fld) / 16) argument 51 #define __mlx5_dw_off(typ, fld) (__mlx5_bit_off(typ, fld) / 32) argument 52 #define __mlx5_64_off(typ, fld) (__mlx5_bit_off(typ, fld) / 64) argument 53 #define __mlx5_16_bit_off(typ, fld) (16 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0xf… argument 54 #define __mlx5_dw_bit_off(typ, fld) (32 - __mlx5_bit_sz(typ, fld) - (__mlx5_bit_off(typ, fld) & 0x1… argument 55 #define __mlx5_mask(typ, fld) ((u32)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument 56 #define __mlx5_dw_mask(typ, fld) (__mlx5_mask(typ, fld) << __mlx5_dw_bit_off(typ, fld)) argument 57 #define __mlx5_mask16(typ, fld) ((u16)((1ull << __mlx5_bit_sz(typ, fld)) - 1)) argument [all …]
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched.h | 149 #define _SI(fld) argument 151 #define _SI(fld) fld argument
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | tasn_prn.c | 134 static int asn1_item_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_item_print_ctx() 264 static int asn1_template_print_ctx(BIO *out, const ASN1_VALUE **fld, int indent, in asn1_template_print_ctx() 433 static int asn1_primitive_print(BIO *out, const ASN1_VALUE **fld, in asn1_primitive_print()
|
/freebsd/usr.bin/systat/ |
H A D | vmstat.c | 360 #define X(fld) {t=s.fld[i]; s.fld[i]-=s1.fld[i]; if(state==TIME) s1.fld[i]=t;} argument 361 #define Q(fld) {t=cur_dev.fld[i]; cur_dev.fld[i]-=last_dev.fld[i]; if(state==TIME) last_dev.fld[i]=… argument 362 #define Y(fld) {t = s.fld; s.fld -= s1.fld; if(state == TIME) s1.fld = t;} argument 363 #define Z(fld) {t = s.nchstats.fld; s.nchstats.fld -= s1.nchstats.fld; \ argument 365 #define PUTRATE(fld, l, c, w) \ argument
|
H A D | iostat.c | 250 #define X(fld) t = cur_dev.fld[i]; cur_dev.fld[i] -= last_dev.fld[i]; last_dev.fld[i] = t in showiostat() argument
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_def.c | 232 FIELD *fld = (FIELD *)0; in Connect_Fields() local
|
/freebsd/sys/dev/ice/ |
H A D | ice_flow.c | 566 ice_flow_xtract_fld(struct ice_hw * hw,struct ice_flow_prof_params * params,u8 seg,enum ice_flow_field fld) ice_flow_xtract_fld() argument 1187 ice_flow_set_fld_ext(struct ice_flow_seg_info * seg,enum ice_flow_field fld,enum ice_flow_fld_match_type field_type,u16 val_loc,u16 mask_loc,u16 last_loc) ice_flow_set_fld_ext() argument 1224 ice_flow_set_fld(struct ice_flow_seg_info * seg,enum ice_flow_field fld,u16 val_loc,u16 mask_loc,u16 last_loc,bool range) ice_flow_set_fld() argument 1251 ice_flow_set_fld_prefix(struct ice_flow_seg_info * seg,enum ice_flow_field fld,u16 val_loc,u16 pref_loc,u8 pref_sz) ice_flow_set_fld_prefix() argument [all...] |
H A D | ice_protocol_type.h | 238 } fld; global() member
|
H A D | ice_flex_type.h | 384 } fld; member
|
/freebsd/contrib/nvi/common/ |
H A D | options.h | 25 #define O_V(sp, o, fld) \ argument
|
/freebsd/lib/libtacplus/ |
H A D | taclib.c | 93 add_str_8(struct tac_handle *h, u_int8_t *fld, struct tac_str *cs) in add_str_8() 117 add_str_16(struct tac_handle *h, u_int16_t *fld, struct tac_str *cs) in add_str_16()
|
/freebsd/contrib/file/src/ |
H A D | softmagic.c | 1049 #define DO_CVT(fld, type) \ argument 1112 #define DO_CVT2(fld, type) \ argument
|
/freebsd/sys/kern/ |
H A D | sysv_msg.c | 1892 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0) argument
|
H A D | kern_proc.c | 1415 #define PTRTRIM_CP(src,dst,fld) \ argument
|
/freebsd/sys/dev/enic/ |
H A D | vnic_devcmd.h | 767 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
|
/freebsd/sys/dev/mlx5/mlx5_ib/ |
H A D | mlx5_ib.h | 57 #define field_avail(type, fld, sz) (offsetof(type, fld) + \ argument
|
/freebsd/sys/dev/mlx5/mlx5_en/ |
H A D | en.h | 1200 #define MLX5E_FLD_MAX(typ, fld) ((1ULL << __mlx5_bit_sz(typ, fld)) - 1ULL) argument
|
/freebsd/contrib/ofed/libibverbs/ |
H A D | verbs.h | 82 #define vext_field_avail(type, fld, sz) (offsetof(type, fld) < (sz)) argument
|