Searched refs:field (Results 101 - 125 of 476) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/binutils/gas/
H A Dcgen.c87 struct cgen_maybe_multi_ifield * field; member in struct:fixup
272 fixP->fx_cgen.field = NULL;
312 fixP->fx_cgen.field = NULL;
682 fixP->fx_cgen.field = fixups[i].field;
696 /* Queue many fixups, recursively. If the field is a multi-ifield,
697 repeatedly queue its sub-parts, right shifted to fit into the field (we
705 const CGEN_MAYBE_MULTI_IFLD * field,
709 if (field && field
702 queue_fixup_recursively(const int opindex, const int opinfo, expressionS * expP, const CGEN_MAYBE_MULTI_IFLD * field, const int signed_p, const int part_of_multi) argument
[all...]
/freebsd-11.0-release/libexec/getty/
H A Dsubr.c83 for (sp = gettystrs; sp->field; sp++)
127 for (sp = gettystrs; sp->field; sp++) {
128 if ((l = cgetstr(buf, (char*)sp->field, &p)) >= 0) {
145 for (np = gettynums; np->field; np++) {
146 if (cgetnum(buf, (char*)np->field, &n) == -1)
154 for (fp = gettyflags; fp->field; fp++) {
155 if (cgetcap(buf, (char *)fp->field, ':') == NULL)
171 for (sp = gettystrs; sp->field; sp++)
174 for (np = gettynums; np->field; np++)
177 for (fp = gettyflags; fp->field; f
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dhpread.c94 /* We put a pointer to this structure in the read_symtab_private field
441 size of the header itself and just look at the pxdbed field,
1875 This field is not always correct: if there are
3164 TYPE_FIELDS (type) = (struct field *)
3165 obstack_alloc (&objfile->objfile_obstack, sizeof (struct field) * nsyms);
3325 TYPE_FIELDS (type) = (struct field *)
3327 sizeof (struct field) * nsyms);
3504 TYPE_FIELDS (type) = (struct field *)
3506 sizeof (struct field) * nsyms);
3587 struct field fiel
3572 struct field field; member in struct:nextfield
3584 struct fn_fieldlist field; member in struct:next_fn_field
3616 dnttpointer field, fn_field, parent; local
6298 hpread_get_next_skip_over_anon_unions(int skip_fields, dnttpointer field, union dnttentry **fieldp, struct objfile *objfile) argument
[all...]
/freebsd-11.0-release/usr.bin/mail/
H A Dcmd2.c447 char field[LINESIZE]; local
455 istrncpy(field, *ap, sizeof(field));
456 if (member(field, tab))
458 h = hash(field);
460 igp->i_field = calloc((unsigned)strlen(field) + 1,
462 strcpy(igp->i_field, field);
497 * Compare two names for sorting ignored field list.
/freebsd-11.0-release/bin/sh/
H A Dmknodes.c62 /* field types */
63 #define T_NODE 1 /* union node *field */
64 #define T_NODELIST 2 /* struct nodelist *field */
66 #define T_INT 4 /* int field */
68 #define T_TEMP 6 /* don't copy this field */
71 struct field { /* a structure field */ struct
72 char *name; /* name of field */
73 int type; /* type of field */
74 char *decl; /* declaration of field */
81 struct field field[MAXFIELDS]; /* the fields of the structure */ member in struct:str
[all...]
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c299 * Lookup the bit information for a JTAG field name
314 cvmx_dprintf("__cvmx_qlm_lookup_field: Illegal field name %s\n", name);
319 * Get a field in a QLM JTAG chain
323 * @param name String name of field
325 * @return JTAG field value
329 const __cvmx_qlm_jtag_field_t *field = __cvmx_qlm_lookup_field(name); local
333 if (!field)
339 cvmx_helper_qlm_jtag_shift_zeros(qlm, qlm_jtag_length * (num_lanes-1-lane)); /* Shift to the start of the field */
340 cvmx_helper_qlm_jtag_shift_zeros(qlm, field->start_bit);
342 return cvmx_helper_qlm_jtag_shift(qlm, field
358 const __cvmx_qlm_jtag_field_t *field = __cvmx_qlm_lookup_field(name); local
[all...]
H A Dcvmx-utils.h106 * This macro spins on a field waiting for it to reach a value. It
107 * is common in code to need to wait for a specific field in a CSR
111 * 2) Check if ("type".s."field" "op" "value")
114 #define CVMX_WAIT_FOR_FIELD64(address, type, field, op, value, timeout_usec)\
123 if ((c.s.field) op (value)) { \
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfty_int.c154 | FIELD * field,
159 | Return Values : TRUE - field is valid
160 | FALSE - field is invalid
163 Check_This_Field(FIELD *field, const void *argp) argument
169 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
238 set_field_buffer(field, 0, buf);
H A Dfrm_def.c54 (FIELD **)0, /* field */
104 /* we leave the loop with current pointing to the field after newfield */
126 if (form->field)
130 for (fields = form->field; *fields; fields++)
138 form->field = (FIELD **)0;
152 | E_CONNECTED - a field is already connected
153 | E_BAD_ARGUMENT - Invalid form pointer or field array
168 form->field = fields;
257 | If there are fields, position to first active field.
260 | E_BAD_ARGUMENT - Invalid form pointer or field arra
[all...]
/freebsd-11.0-release/usr.sbin/makefs/ffs/
H A Dufs_inode.h95 #define DIP(ip, field) \
97 (ip)->i_ffs1_##field : (ip)->i_ffs2_##field)
/freebsd-11.0-release/contrib/gcc/cp/
H A Dclass.c302 field, because other parts of the compiler know that such
433 tree field; local
455 for (field = TYPE_FIELDS (BINFO_TYPE (d_binfo));
456 field; field = TREE_CHAIN (field))
457 /* Is this the base field created by build_base_field? */
458 if (TREE_CODE (field) == FIELD_DECL
459 && DECL_FIELD_IS_BASE (field)
460 && TREE_TYPE (field)
2467 tree field; local
2668 check_bitfield_decl(tree field) argument
2744 check_field_decl(tree field, tree t, int* cant_have_const_ctor, int* no_const_asn_ref, int* any_default_members) argument
2841 tree *field; local
3189 tree field; local
4237 tree field; local
4588 tree field; local
6289 tree field; local
[all...]
H A Dinit.c185 tree field; local
189 for (field = TYPE_FIELDS (type); field; field = TREE_CHAIN (field))
191 if (TREE_CODE (field) != FIELD_DECL)
198 if (!static_storage_p || !zero_init_p (TREE_TYPE (field)))
200 tree value = build_zero_init (TREE_TYPE (field),
203 CONSTRUCTOR_APPEND_ELT(v, field, value);
206 /* For unions, only the first field i
580 tree field; local
889 initializing_context(tree field) argument
908 member_init_ok_or_else(tree field, tree type, tree member_name) argument
954 tree field; local
2174 tree field; local
[all...]
/freebsd-11.0-release/contrib/wpa/src/utils/
H A Dradiotap_iter.h12 uint8_t field; member in struct:radiotap_override
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Deapol_test.py43 def set_network(self, id, field, value):
44 res = self.request("SET_NETWORK " + str(id) + " " + field + " " + value)
49 def set_network_quoted(self, id, field, value):
50 res = self.request("SET_NETWORK " + str(id) + " " + field + ' "' + value + '"')
/freebsd-11.0-release/bin/ps/
H A Dps.h68 const char *field; /* xo field name */ member in struct:var
/freebsd-11.0-release/sys/dev/drm2/
H A Ddrm_linux_list.h275 #define hlist_entry(ptr, type, field) container_of(ptr, type, field)
283 #define hlist_for_each_entry(tp, p, head, field) \
285 p ? (tp = hlist_entry(p, typeof(*tp), field)): NULL; p = p->next)
287 #define hlist_for_each_entry_continue(tp, p, field) \
289 p ? (tp = hlist_entry(p, typeof(*tp), field)): NULL; p = p->next)
291 #define hlist_for_each_entry_from(tp, p, field) \
292 for (; p ? (tp = hlist_entry(p, typeof(*tp), field)): NULL; p = p->next)
/freebsd-11.0-release/sys/cam/
H A Dcam_sim.h84 #define spriv_field0 sim_priv.entries[0].field
85 #define spriv_field1 sim_priv.entries[1].field
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_videodev2_compat.h20 enum v4l2_field field; member in struct:l_v4l2_buffer
52 enum v4l2_field field; member in struct:l_v4l2_window
/freebsd-11.0-release/contrib/ofed/management/libibmad/src/
H A Dmad.c53 mad_decode_field(uint8_t *buf, int field, void *val) argument
55 ib_field_t *f = ib_mad_f + field;
57 if (!field) {
73 mad_encode_field(uint8_t *buf, int field, void *val) argument
75 ib_field_t *f = ib_mad_f + field;
77 if (!field) {
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A DMKcaptab.sh93 #define add_alias(field) \\
94 if (source[n].field >= 0) { \\
95 (*actual)[n].field = strings + source[n].field; \\
/freebsd-11.0-release/contrib/binutils/include/coff/
H A Decoff.h248 #define AUX_GET_ANY(bigend, ax, field) \
249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
258 #define AUX_PUT_ANY(bigend, val, ax, field) \
260 ? (bfd_putb32 ((bfd_vma) (val), (ax)->field), 0) \
261 : (bfd_putl32 ((bfd_vma) (val), (ax)->field), 0))
317 /* When linking, this field holds a mapping from the input FDR
348 field is NULL if this cache does not contain valid information. */
/freebsd-11.0-release/sys/xen/interface/
H A Dmemory.h46 * then the user has no addressing restriction. This field is not used by
460 #define XENMEM_SHARING_OP_FIELD_MAKE_GREF(field, val) \
461 (field) = (XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG | val)
462 #define XENMEM_SHARING_OP_FIELD_IS_GREF(field) \
463 ((field) & XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG)
464 #define XENMEM_SHARING_OP_FIELD_GET_GREF(field) \
465 ((field) & (~XENMEM_SHARING_OP_FIELD_IS_GREF_FLAG))
/freebsd-11.0-release/sys/contrib/v4l/
H A Dvideodev2.h121 V4L2_FIELD_TOP = 2, /* top field only */
122 V4L2_FIELD_BOTTOM = 3, /* bottom field only */
129 V4L2_FIELD_INTERLACED_TB = 8, /* both fields interlaced, top field
130 first and the top field is
132 V4L2_FIELD_INTERLACED_BT = 9, /* both fields interlaced, top field
133 first and the bottom field is
136 #define V4L2_FIELD_HAS_TOP(field) \
137 ((field) == V4L2_FIELD_TOP ||\
138 (field) == V4L2_FIELD_INTERLACED ||\
139 (field)
283 enum v4l2_field field; member in struct:v4l2_pix_format
538 enum v4l2_field field; member in struct:v4l2_buffer
600 enum v4l2_field field; member in struct:v4l2_window
1550 __u32 field; /* 0: first field, 1: second field */ member in struct:v4l2_sliced_vbi_data
[all...]
/freebsd-11.0-release/sys/boot/common/
H A Dufsread.c160 #define DIP(field) dp2.field
162 #define DIP(field) dp1.field
164 #define DIP(field) fs.fs_magic == FS_UFS1_MAGIC ? dp1.field : dp2.field
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dmep-asm.c69 CGEN_KEYWORD *keyword_table, long *field)
74 err = cgen_parse_keyword (cd, strp, keyword_table, field);
81 *field = value;
90 long *field)
92 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_cr_fmax, field);
98 long *field)
100 return cgen_parse_keyword (cd, strp, & mep_cgen_opval_h_ccr_fmax, field);
106 CGEN_KEYWORD *keyword_table, long *field)
110 err = cgen_parse_keyword (cd, strp, keyword_table, field);
113 if (*field !
67 parse_csrn(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table, long *field) argument
86 parse_fmax_cr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
94 parse_fmax_ccr(CGEN_CPU_DESC cd, const char **strp, CGEN_KEYWORD *keyword_table ATTRIBUTE_UNUSED, long *field) argument
104 parse_tpreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
118 parse_spreg(CGEN_CPU_DESC cd, const char ** strp, CGEN_KEYWORD *keyword_table, long *field) argument
132 parse_mep_align(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, long *field) argument
195 parse_mep_alignu(CGEN_CPU_DESC cd, const char ** strp, enum cgen_operand_type type, unsigned long *field) argument
[all...]

Completed in 180 milliseconds

1234567891011>>