Searched refs:field (Results 276 - 300 of 516) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/usr.sbin/quot/
H A Dquot.c106 #define DIP(fs, dp, field) \
108 (dp)->dp1.field : (dp)->dp2.field)
/freebsd-11-stable/stand/libsa/
H A Dufs.c129 #define DIP(fp, field) \
131 (fp)->f_di.di1.field : (fp)->f_di.di2.field)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h685 * vdev aux states. When a vdev is in the CANT_OPEN state, the aux field
873 #define VDEV_STAT_VALID(field, uint64_t_field_count) \
875 (offsetof(vdev_stat_t, field) + sizeof(((vdev_stat_t *)NULL)->field)))
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp522 // mips adds an extra load offset field to the link map struct on FreeBSD and
556 bool DYLDRendezvous::FindMetadata(const char *name, PThreadField field, argument
573 addr + field * sizeof(uint32_t), sizeof(uint32_t), 0, error);
577 if (field == eSize)
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c244 const char *field; member in struct:__anon27
275 for (j = 0; fields[j].field != NULL; ++j) {
276 if (!strcasecmp(fields[j].field, elt)) {
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dtasn_enc.c428 ASN1_VALUE *field; member in struct:__anon2
483 tder->field = skitem;
498 (void)sk_ASN1_VALUE_set(sk, i, tder->field);
622 * Default handling if value == size field then omit
/freebsd-11-stable/usr.bin/nfsstat/
H A Dnfsstat.c124 #define DELTA(field) (nfsstats.field - lastst.field)
483 #define DELTA_T(field) \
484 devstat_compute_etime(&cur_stats->field, \
485 (prev_stats ? &prev_stats->field : NULL))
/freebsd-11-stable/bin/ps/
H A Dps.c684 vent->var->field ?: vent->var->name,
1024 * depth in the ki_d.level field.
1295 #define DIFF_RETURN(a, b, field) do { \
1296 if ((a)->field != (b)->field) \
1297 return (((a)->field < (b)->field) ? -1 : 1); \
/freebsd-11-stable/contrib/one-true-awk/
H A Dproto.h162 extern Cell *field(Node **, int);
/freebsd-11-stable/contrib/dtc/libfdt/
H A Dlibfdt.h214 #define fdt_get_header(fdt, field) \
215 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
/freebsd-11-stable/sys/contrib/libfdt/
H A Dlibfdt.h215 #define fdt_get_header(fdt, field) \
216 (fdt32_to_cpu(((const struct fdt_header *)(fdt))->field))
/freebsd-11-stable/sys/dev/amr/
H A Damr_cam.c285 * firmware did not seem to respect the LUN field, and thus
295 csio->ccb_h.sim_priv.entries[0].field= cam_sim_bus(sim);
435 bus = csio->ccb_h.sim_priv.entries[0].field;
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_kern.h671 * default type for the magic field.
684 * just the first field in the derived type.
820 * nm_bdg_attach() initializes the na_vp field to point
1630 * based on the WNA field.
2090 * destination are put in a list using ft_next as a link field.
2235 * This field must be the first, to allow upcast. */
2397 #define CSB_READ(csb, field, r) (get_user(r, &csb->field))
2398 #define CSB_WRITE(csb, field, v) (put_user(v, &csb->field))
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc35 // significand field being set.
95 // bit and inserting the (truncated) trailing NaN field.
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp68 // The reference refers to a field which is not a member of the containing
195 /// Diagnose a reference to a field with no object available.
811 // Case 1: the base of the indirect field is not a field.
837 // Build the implicit member references to the field of the
843 // Case 2: the base of the indirect field is a field and the user
846 FieldDecl *field = cast<FieldDecl>(*FI); local
851 DeclarationNameInfo memberNameInfo(field->getDeclName(), loc);
856 SS, field, foundDec
866 FieldDecl *field = cast<FieldDecl>(*FI++); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp557 // Perform derived-to-base casts and/or field accesses, to get from the
575 "materialized temporary field is not a simple lvalue");
614 /// input field number being accessed.
2033 // Get the source value, truncated to the width of the bit-field.
2074 // Return the new value of the bit-field, if requested.
2199 // If ivar is a structure pointer, assigning to field of
3977 /// Get the field index in the debug info. The debug info structure/union
3994 /// Get the address of a zero-sized field within a record. The resulting
4006 /// Drill down to the storage of a field without walking into
4011 const FieldDecl *field) {
4010 emitAddrOfFieldStorage(CodeGenFunction &CGF, Address base, const FieldDecl *field) argument
4023 emitPreserveStructAccess(CodeGenFunction &CGF, Address base, const FieldDecl *field) argument
4055 EmitLValueForField(LValue base, const FieldDecl *field) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c1339 error ("invalid application of %<sizeof%> to a bit-field");
1387 error ("invalid application of %<__alignof%> to a bit-field");
1476 tree field;
1478 field = TREE_OPERAND (exp, 1);
1479 if (TREE_CODE (field) != FIELD_DECL || !DECL_C_BIT_FIELD (field))
1482 (TREE_TYPE (exp), DECL_BIT_FIELD_TYPE (field)))
1484 return DECL_BIT_FIELD_TYPE (field);
1755 /* Given the TYPE of an anonymous union field inside T, return the
1756 FIELD_DECL for the field
1471 tree field; local
1758 tree field; local
4572 tree field = TREE_OPERAND (arg, 1); local
[all...]
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.c1748 Usually the offset in an unextended instruction is a 5-bit field.
1751 stack pointer, which have an 8-bit immediate field. */
3902 tree field;
3904 /* First check to see if there is any such field. */
3905 for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
3906 if (TREE_CODE (field) == FIELD_DECL
3907 && TREE_CODE (TREE_TYPE (field))
3882 tree field; local
7433 tree field; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-mudflap.c816 tree field = TREE_OPERAND (t, 1); local
818 if (TREE_CODE (DECL_SIZE_UNIT (field)) == INTEGER_CST)
819 size = DECL_SIZE_UNIT (field);
826 byte_position (field)));
H A Dtree-ssa-ccp.c133 constant value was stored (in the MEM_REF field of PROP_VALUE_T).
982 tree base, ctor, idx, field; local
1092 field = TREE_OPERAND (t, 1);
1095 if (cfield == field
1482 widen_bitfield (tree val, tree field, tree var) argument
1489 /* We can only do this if the size of the type and field and VAL are
1492 || !host_integerp (DECL_SIZE (field), 1)
1497 field_size = tree_low_cst (DECL_SIZE (field), 1);
1505 /* If the sign bit of the value is not set or the field's type is unsigned,
1507 if (DECL_UNSIGNED (field)
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbtypes.h29 struct field;
79 /* Different kinds of data types are distinguished by the `code' field. */
96 /* Void type. The length field specifies the length (probably always
108 contain a length field as Pascal strings (for many Pascals,
117 /* Unknown type. The length field is valid if we were able to
207 or to just do the standard conversions. This is used with a short field. */
369 /* For structure and union types, a description of each field.
370 For set and pascal array types, there is one "field",
374 For enum types, each possible value is described by one "field".
375 For a function or method type, a "field" fo
385 struct field struct in struct:main_type
[all...]
/freebsd-11-stable/contrib/ldns/ldns/
H A Drr.h289 octets of the RDATA field.
528 * \param[in] *f the data field member to set
542 * returns the rdata field member counter.
872 * returns the rdf type for the given rdata field number of the rr type for the given descriptor.
875 * \param[in] field the field number
876 * \return the rdf type for the field
878 ldns_rdf_type ldns_rr_descriptor_field_type(const ldns_rr_descriptor *descriptor, size_t field);
881 * Return the rr_list which matches the rdf at position field. Think
896 * the rrtype covered field o
[all...]
/freebsd-11-stable/contrib/amd/amd/
H A Dopts.c1166 * the correct value field.
1383 #define _AM_OPT_COPY(field) do { \
1384 if (old->field) \
1385 newopts->field = xstrdup(old->field); \
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dradiotap.c103 /* sanity check for allowed length and radiotap length field */
197 if (iterator->_arg_index == iterator->overrides[i].field) {
221 * payload for the field. It takes care of alignment handling and extended
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.h39 * marking connection authenticated. This is a bit field of
235 * @field: Field indicator (e.g., WPA_CTRL_REQ_EAP_IDENTITY)
238 void (*eap_param_needed)(void *ctx, enum wpa_ctrl_req_type field,

Completed in 500 milliseconds

<<11121314151617181920>>