Searched refs:field (Results 226 - 250 of 476) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_cc.c530 static void GetSizeHeaderField(e_NetHeaderType hdr,t_FmPcdFields field,uint8_t *parseCodeRealSize) argument
535 switch(field.eth)
553 switch(field.pppoe)
565 switch(field.vlan)
577 switch(field.mpls)
589 switch(field.ipv4)
612 switch(field.ipv6)
632 switch(field.gre)
644 switch(field.minencap)
663 switch(field
810 GetFullFieldParseCode(e_NetHeaderType hdr, e_FmPcdHdrIndex index, t_FmPcdFields field) argument
1097 GetFieldParseCode(e_NetHeaderType hdr, t_FmPcdFields field, uint32_t offset, uint8_t *parseArrayOffset, e_FmPcdHdrIndex hdrIndex) argument
[all...]
H A Dfm_kg.c254 static t_GenericCodes GetGenFieldCode(e_NetHeaderType hdr, t_FmPcdFields field, bool ignoreProtocolValidation, e_FmPcdHdrIndex hdrIndex) argument
262 switch(field.eth)
271 switch(field.vlan)
307 switch(field.eth)
316 switch(field.vlan)
327 switch(field.ipv4)
336 switch(field.ipv6)
365 static t_KnownFieldsMasks GetKnownProtMask(e_NetHeaderType hdr, e_FmPcdHdrIndex index, t_FmPcdFields field) argument
372 switch(field.eth)
385 switch(field
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DHexagonDYLDRendezvous.h276 bool FindMetadata(const char *name, PThreadField field, uint32_t& value);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.h284 bool FindMetadata(const char *name, PThreadField field, uint32_t& value);
/freebsd-11.0-release/contrib/wpa/src/eap_peer/
H A Deap.h220 * @field: Field indicator (e.g., WPA_CTRL_REQ_EAP_IDENTITY)
223 void (*eap_param_needed)(void *ctx, enum wpa_ctrl_req_type field,
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmilter.c1267 /* p now points to field code */
1279 /* p now points to the field body */
1282 /* install the field into the filter struct */
1434 /* p now points to field code */
1446 /* p now points to the field body */
1450 /* install the field into the filter struct */
2981 sm_dprintf("empty field name\n");
3058 char *field, *val, *mh_value; local
3081 field = response + MILTER_LEN_BYTES;
3082 val = field
3138 char *field, *val, *mh_value; local
[all...]
H A Dudb.c575 ** UDBMATCH -- match user in field, return result of lookup.
579 ** field -- the field to lookup.
592 udbmatch(user, field, rpool)
594 char *field;
605 sm_dprintf("udbmatch(%s, %s)\n", user, field);
622 i = strlen(field);
633 (void) sm_strlcpyn(keybuf, sizeof(keybuf), 3, user, ":", field);
695 if (strcmp(field, "mailname") != 0)
/freebsd-11.0-release/contrib/unbound/sldns/
H A Drrdef.h347 /** A <character-string> encoding of the value field as specified
480 * returns the rdf type for the given rdata field number of the rr type for the given descriptor.
483 * \param[in] field the field number
484 * \return the rdf type for the field
486 sldns_rdf_type sldns_rr_descriptor_field_type(const sldns_rr_descriptor *descriptor, size_t field);
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dia64.h278 opcode field, and zeroes indicating those bits which need not
299 /* Values defined for the flags field of a struct ia64_opcode. */
357 field[4]; /* no operand has more than this many bit-fields */ member in struct:ia64_operand
364 /* Values defined for the flags field of a struct ia64_operand. */
/freebsd-11.0-release/sys/dev/nand/
H A Dnandsim.h123 uint32_t field; member in struct:sim_mod
/freebsd-11.0-release/usr.sbin/makefs/ffs/
H A Dffs_alloc.c536 int blk, field, subfield, pos; local
580 field = around[allocsiz];
583 if ((blk & field) == subfield)
585 field <<= 1;
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc23 * initializers for the member fields of the core data structures. The field
24 * declarations for one structure is enabled by defining the field activation
25 * macro associated with that structure. Only one field activation record
55 * are related to runtime ABI and format. When no field activation macro is
216 * Align the start of next field to be on 8 byte boundaries.
250 * Total size in bytes including this field. It must be a multiple
/freebsd-11.0-release/contrib/gcc/
H A Dtree.c676 /* Return a copy of a chain of nodes, chained through the TREE_CHAIN field.
1836 bit_position (tree field)
1838 return bit_from_pos (DECL_FIELD_OFFSET (field), argument
1839 DECL_FIELD_BIT_OFFSET (field));
1847 int_bit_position (tree field) argument
1849 return tree_low_cst (bit_position (field), 0);
1857 byte_position (tree field)
1859 return byte_from_pos (DECL_FIELD_OFFSET (field),
1860 DECL_FIELD_BIT_OFFSET (field));
1868 int_byte_position (tree field)
1827 bit_position(tree field) argument
1858 int_byte_position(tree field) argument
2293 tree field; local
4893 tree field, value; local
4894 FOR_EACH_CONSTRUCTOR_ELT (CONSTRUCTOR_ELTS (t), idx, field, value) local
7707 tree field; local
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc23 * initializers for the member fields of the core data structures. The field
24 * declarations for one structure is enabled by defining the field activation
25 * macro associated with that structure. Only one field activation record
55 * are related to runtime ABI and format. When no field activation macro is
216 * Align the start of next field to be on 8 byte boundaries.
250 * Total size in bytes including this field. It must be a multiple
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_format.inc38 // Otherwise, do not change p. This will be re-parsed later as the field
/freebsd-11.0-release/contrib/dtc/libfdt/
H A Dlibfdt.h165 #define fdt_get_header(fdt, field) \
166 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
/freebsd-11.0-release/sys/geom/vinum/
H A Dgeom_vinum_drive.c53 * i386 amd64 current field
233 #define GV_SET64BE(field) \
235 *((uint64_t *)&d_hdr[off]) = htobe64(field); \
/freebsd-11.0-release/sys/netgraph/
H A Dng_parse.c211 const struct ng_parse_struct_field *field; local
214 for (field = type->info; field->name != NULL; field++) {
215 int falign = ALIGNMENT(field->type);
1205 u_int index; /* field or element index */
1206 int *foff; /* field value offsets in string */
1271 } else { /* a structure field */
1275 /* Find the field by name (required) in field lis
1282 field = &fields[index]; local
[all...]
/freebsd-11.0-release/sys/contrib/libfdt/
H A Dlibfdt.h143 #define fdt_get_header(fdt, field) \
144 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c810 BIGNUM *field; local
815 if ((field = BN_CTX_get(ctx)) == NULL)
817 if (!BN_GF2m_arr2poly(p, field))
820 ret = BN_GF2m_mod_inv(r, xx, field, ctx);
957 BIGNUM *field; local
964 if ((field = BN_CTX_get(ctx)) == NULL)
966 if (!BN_GF2m_arr2poly(p, field))
969 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/freebsd-11.0-release/contrib/nvi/common/
H A Dmem.h239 #define TAILQ_ENTRY_ISVALID(elm, field) \
240 ((elm)->field.tqe_prev != NULL)
/freebsd-11.0-release/usr.sbin/cpucontrol/
H A Dcpucontrol.c76 #define SLIST_FREE(head, field, freef) do { \
79 SLIST_FOREACH_SAFE(__elm, (head), field, __elm0) \
/freebsd-11.0-release/bin/ps/
H A Dps.c672 vent->var->field ?: vent->var->name,
1012 * depth in the ki_d.level field.
1283 #define DIFF_RETURN(a, b, field) do { \
1284 if ((a)->field != (b)->field) \
1285 return (((a)->field < (b)->field) ? -1 : 1); \
/freebsd-11.0-release/lib/libdevstat/
H A Ddevstat.c841 * selected!) and the number of bytes in the "bytes" field of the
842 * selection structure. The bytes field generally must be kept up
1162 * Compute a number of device statistics. Only one field is mandatory, and
1216 #define DELTA(field, index) \
1217 (current->field[(index)] - (previous ? previous->field[(index)] : 0))
1219 #define DELTA_T(field) \
1220 devstat_compute_etime(&current->field, \
1221 (previous ? &previous->field : NULL))
1242 * current is the only mandatory field
[all...]
/freebsd-11.0-release/sbin/dump/
H A Dtraverse.c63 #define DIP(dp, field) \
65 (dp)->dp1.field : (dp)->dp2.field)
66 #define DIP_SET(dp, field, val) do {\
68 (dp)->dp1.field = (val); \
70 (dp)->dp2.field = (val); \

Completed in 199 milliseconds

1234567891011>>