Home
last modified time | relevance | path

Searched defs:fld (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/sys/
H A Dabi_compat.h39 #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 Ddevice.h48 #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 Ddn_sched.h149 #define _SI(fld) argument
151 #define _SI(fld) fld argument
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_prn.c134 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 Dvmstat.c360 #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 Diostat.c250 #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 Dfrm_def.c232 FIELD *fld = (FIELD *)0; in Connect_Fields() local
/freebsd/sys/dev/ice/
H A Dice_flow.c566 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 Dice_protocol_type.h238 } fld; global() member
H A Dice_flex_type.h384 } fld; member
/freebsd/contrib/nvi/common/
H A Doptions.h25 #define O_V(sp, o, fld) \ argument
/freebsd/lib/libtacplus/
H A Dtaclib.c93 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 Dsoftmagic.c1049 #define DO_CVT(fld, type) \ argument
1112 #define DO_CVT2(fld, type) \ argument
/freebsd/sys/kern/
H A Dsysv_msg.c1892 #define CP(src, dst, fld) do { (dst).fld = (src).fld; } while (0) argument
H A Dkern_proc.c1415 #define PTRTRIM_CP(src,dst,fld) \ argument
/freebsd/sys/dev/enic/
H A Dvnic_devcmd.h767 #define FILTER_FIELD_VALID(fld) (1 << (fld - 1)) argument
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h57 #define field_avail(type, fld, sz) (offsetof(type, fld) + \ argument
/freebsd/sys/dev/mlx5/mlx5_en/
H A Den.h1200 #define MLX5E_FLD_MAX(typ, fld) ((1ULL << __mlx5_bit_sz(typ, fld)) - 1ULL) argument
/freebsd/contrib/ofed/libibverbs/
H A Dverbs.h82 #define vext_field_avail(type, fld, sz) (offsetof(type, fld) < (sz)) argument