Searched refs:field (Results 76 - 100 of 352) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ofed/management/libibmad/include/infiniband/
H A Dmad.h579 unsigned recsz; /* return field */
651 mad_get_field(void *buf, int base_offs, int field) argument
653 return _get_field(buf, base_offs, ib_mad_f + field);
657 mad_set_field(void *buf, int base_offs, int field, uint32_t val) argument
659 _set_field(buf, base_offs, ib_mad_f + field, val);
662 /* field must be byte aligned */
664 mad_get_field64(void *buf, int base_offs, int field) argument
666 return _get_field64(buf, base_offs, ib_mad_f + field);
670 mad_set_field64(void *buf, int base_offs, int field, uint64_t val) argument
672 _set_field64(buf, base_offs, ib_mad_f + field, va
676 mad_set_array(void *buf, int base_offs, int field, void *val) argument
682 mad_get_array(void *buf, int base_offs, int field, void *val) argument
878 mad_print_field(int field, char *name, void *val) argument
886 mad_dump_field(int field, char *buf, int bufsz, void *val) argument
894 mad_dump_val(int field, char *buf, int bufsz, void *val) argument
[all...]
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_history.txt76 * Fixed the size of the FunctionDependent5 field in the
93 * Moved LUN field defines from mpi2_init.h.
97 * field with MSIxIndex field.
98 * Removed DevHandle field from
154 * Added new value for AccessStatus field of SAS Device
156 * 10-31-07 02.00.04 Added missing SEPDevHandle field to
160 * Modified IOC Page 7 to use masks and added field for
172 * Added missing MaxNumRoutedSasAddresses field to
182 * bits in the Flags field o
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Duserspace.py41 # map from property name prefix -> (field name, isgroup)
51 (field, isgroup) = props[prop]
52 if field not in options.fields:
63 """Return a dict("field": value) for this domain (string) + rid (int)"""
108 (field, isgroup) = props[prop]
129 value = v[field + ".sort"] = value + v[field + ".sort"]
132 v[field] = str(value)
134 v[field] = zfs.util.nicenum(value)
156 u = _("%s [-niHp] [-o field[,
[all...]
/freebsd-9.3-release/contrib/pf/pfctl/
H A Dpfctl_osfp.c170 fprintf(stderr, "%s:%d excess field\n", fp_filename,
555 #define EXPAND(field) do { \
558 if (isdigit(fp->field[_i]) && fp->field[_i+1] == '.') { \
559 _dot = fp->field[_i] - '0'; \
562 if (isdigit(fp->field[_i])) \
563 _start = fp->field[_i++] - '0'; \
566 if (isdigit(fp->field[_i])) \
567 _start = (_start * 10) + fp->field[_i++] - '0'; \
568 if (fp->field[_
783 char *field; local
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.c950 u8 field; local
1027 MTHCA_GET(field, outbox, QUERY_DEV_LIM_RSVD_QP_OFFSET);
1028 dev_lim->reserved_qps = 1 << (field & 0xf);
1029 MTHCA_GET(field, outbox, QUERY_DEV_LIM_MAX_QP_OFFSET);
1030 dev_lim->max_qps = 1 << (field & 0x1f);
1031 MTHCA_GET(field, outbox, QUERY_DEV_LIM_RSVD_SRQ_OFFSET);
1032 dev_lim->reserved_srqs = 1 << (field >> 4);
1033 MTHCA_GET(field, outbox, QUERY_DEV_LIM_MAX_SRQ_OFFSET);
1034 dev_lim->max_srqs = 1 << (field & 0x1f);
1035 MTHCA_GET(field, outbo
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfty_alnum.c131 | FIELD *field,
136 | Return Values : TRUE - field is valid
137 | FALSE - field is invalid
140 Check_This_Field(FIELD *field, const void *argp) argument
143 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
H A Dfty_alpha.c131 | FIELD *field,
136 | Return Values : TRUE - field is valid
137 | FALSE - field is invalid
140 Check_This_Field(FIELD *field, const void *argp) argument
143 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
H A Dfty_int.c122 | FIELD * field,
127 | Return Values : TRUE - field is valid
128 | FALSE - field is invalid
131 Check_This_Field(FIELD *field, const void *argp) argument
137 unsigned char *bp = (unsigned char *)field_buffer(field, 0);
205 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-9.3-release/sys/dev/isci/scil/
H A Dsci_util.h84 #define SCI_FIELD_OFFSET(type, field) ((POINTER_UINT)&(((type *)0)->field))
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dnl.pl30 $field = $1;
31 print STDERR "\tfield = '$field'\n" if $debug;
32 printf " printf(\"offsetof($field) = %%d\\n\", \n\t (int) offsetof($type, $field));\n";
/freebsd-9.3-release/contrib/gcc/
H A Dipa-type-escape.c154 /* Each DECL has a DECL_NAME field which contains an
397 /* Return true if a modification to a field of type FIELD_TYPE cannot
410 same number of pointer tos from the field type. If the field
437 /* The record type must be contained. The field type may
540 tree field; local
543 for (field = TYPE_FIELDS (parent);
544 field;
545 field = TREE_CHAIN (field))
577 tree field; local
1446 tree field; local
1498 tree field; local
1548 tree field; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dref.cpp55 : h(0), merged(0), no(-1), field(0), nfields(0), label_ptr(0),
130 // skip this field
142 field = new string[nfields];
146 field[j].move(temp_fields[i]);
148 abbreviate_names(field[j]);
157 ad_delete(nfields) field;
167 temp_fields[i].move(field[field_index[i]]);
170 temp_fields[i].move(ref.field[ref.field_index[i]]);
180 ad_delete(old_nfields) field;
181 field
[all...]
/freebsd-9.3-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-9.3-release/gnu/usr.bin/rcs/lib/
H A Drcsrev.c166 * by field. Individual fields are compared numerically.
210 /* Compare the two dotted numbers at field fld.
291 absent(revno, field)
293 int field;
297 rcserror("%s %s absent", field&1?"revision":"branch",
298 partialno(&t,revno,field)
310 the omitted field is considered to be larger than any number */
415 /* at least one field; find branch exactly */
531 int field; local
538 field
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.c1636 } field[4], name; local
1652 field[fields].start = start;
1653 field[fields].end = end;
1660 field[n].start = field[n].end = NULL;
1662 /* Check for a numeric ID in field 1 or 3. */
1664 isint_w(field[1].start, field[1].end, &id);
1667 isint_w(field[3].start, field[
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/x509/
H A Dx509_vpm.c113 * The "inh_flags" field determines how this function behaves.
134 /* Macro to test if a field should be copied from src to dest */
136 #define test_x509_verify_param_copy(field, def) \
138 ((src->field != def) && (to_default || (dest->field == def))))
140 /* Macro to test and copy a field if necessary */
142 #define x509_verify_param_copy(field, def) \
143 if (test_x509_verify_param_copy(field, def)) \
144 dest->field = src->field
[all...]
/freebsd-9.3-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-9.3-release/usr.sbin/makefs/ffs/
H A Dufs_inode.h95 #define DIP(ip, field) \
97 (ip)->i_ffs1_##field : (ip)->i_ffs2_##field)
/freebsd-9.3-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)
2454 tree field; local
2648 check_bitfield_decl(tree field) argument
2724 check_field_decl(tree field, tree t, int* cant_have_const_ctor, int* no_const_asn_ref, int* any_default_members) argument
2821 tree *field; local
3169 tree field; local
4208 tree field; local
4559 tree field; local
6260 tree field; local
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/txt_db/
H A Dtxt_db.h98 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (char **),
/freebsd-9.3-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-9.3-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. */

Completed in 377 milliseconds

1234567891011>>