Searched refs:field (Results 151 - 175 of 352) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/opie/libopie/
H A Dlogin.c82 #error No ut_name field in struct utmp? (Please send in a bug report)
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_error.h63 int field, int bit_valid, int bit);
/freebsd-9.3-release/sys/dev/twa/
H A Dtw_cl_share.h319 /* Determine the offset of a field from the head of the structure it is in. */
320 #define TW_CL_STRUCT_OFFSET(struct_type, field) \
321 (TW_INT8 *)(&((struct_type *)0)->field)
326 * field within it.
328 #define TW_CL_STRUCT_HEAD(addr, struct_type, field) \
330 TW_CL_STRUCT_OFFSET(struct_type, field))
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dud_header.c40 #define STRUCT_FIELD(header, field) \
41 .struct_offset_bytes = offsetof(struct ib_unpacked_ ## header, field), \
42 .struct_size_bytes = sizeof ((struct ib_unpacked_ ## header *) 0)->field, \
43 .field_name = #header ":" #field
/freebsd-9.3-release/usr.bin/chpass/
H A DMakefile9 SRCS= chpass.c edit.c field.c pw_scan.c table.c util.c
/freebsd-9.3-release/usr.bin/cut/
H A Dcut.c169 * set a byte in the positions array to indicate if a field or
383 int field, i, isdelim; local
426 for (field = maxval, p = lbuf; field; --field, ++pos) {
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darc-dis.c100 #define CHECK_FIELD(field) \
103 if (field == 62) \
106 field##isReg = 0; \
107 PUT_NEXT_WORD_IN (field); \
108 limm_value = field; \
110 else if (field > 60) \
112 field##isReg = 0; \
114 flag = (field == 61); \
115 field = FIELDD (state->words[0]); \
148 #define IS_SMALL(x) (((field##
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Drtti.c176 /* The offset-to-top field is at index -2 from the vptr. */
1072 /* Combine offset and flags into one field. */
1134 /* First field is the pseudo type_info base class. */
1296 tree field, fields;
1298 field = build_decl (FIELD_DECL, NULL_TREE, const_ptr_type_node);
1299 fields = field;
1301 field = build_decl (FIELD_DECL, NULL_TREE, const_string_type_node);
1302 TREE_CHAIN (field) = fields;
1303 fields = field;
1334 tree field, field
1293 tree field, fields; local
1331 tree field, fields; local
[all...]
/freebsd-9.3-release/libexec/getty/
H A Dgettytab.h41 const char *field; /* name to lookup in gettytab */ member in struct:gettystrs
47 const char *field; /* name to lookup */ member in struct:gettynums
54 const char *field; /* name to lookup */ member in struct:gettyflags
/freebsd-9.3-release/contrib/ntp/ntpsnmpd/
H A DntpSnmpSubagentObject.c44 * will result in a field string "SERVERHOSTNAME" and a value
47 * results in a field string "MYFIRSTPARAMETER" and a value " is this! "
52 * field char * The buffer for the field name.
53 * fieldsize size_t The size of the field buffer.
64 char * field,
82 /* Parsing the field name */
100 field[j++] = toupper(string[i]);
105 field[j] = '\0';
141 * It will then copy the requested field int
62 ntpsnmpd_parse_string( const char * string, char * field, size_t fieldsize, char * value, size_t valuesize ) argument
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c131 BN_init(&group->field);
143 BN_free(&group->field);
154 BN_clear_free(&group->field);
171 if (!BN_copy(&dest->field, &src->field))
202 /* group->field */
203 if (!BN_copy(&group->field, p))
205 i = BN_GF2m_poly2arr(&group->field, group->poly, 5);
244 if (!BN_copy(p, &group->field))
265 * Gets the degree of the field
[all...]
/freebsd-9.3-release/sys/dev/aic7xxx/aicasm/
H A Daicasm_symbol.c234 int field; local
236 field = FALSE;
246 field = TRUE;
256 || (field
261 || (!field && (curnode->symbol->info.rinfo->address >
276 if ((field
281 || (!field
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c732 * active on another processor after its pm_active field is checked by
735 * processor before its pm_active field is checked but due to
739 * The kernel page table is exempt because its pm_active field is
1985 int bit, field, freed;
2015 for (field = 0; field < _NPCM; field++) {
2016 for (inuse = ~pc->pc_map[field] & pc_freemask[field];
2019 pv = &pc->pc_pventry[field * 3
1984 int bit, field, freed; local
2105 int idx, field, bit; local
2161 int bit, field; local
3579 int field, idx; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcoffread.c793 /* c_value field contains symnum of next .file entry in table
1029 field is always zero.
1397 int field_size = TYPE_NFIELDS (real_target) * sizeof (struct field);
1401 TYPE_FIELDS (target) = (struct field *) TYPE_ALLOC (target, field_size);
1750 have to check the c_sclass field. SCO 3.2v4 cc gets confused
1941 struct field field;
1972 /* Get space to record the next field's data. */
1978 list->field.name =
1982 FIELD_TYPE (list->field)
1928 struct field field; member in struct:nextfield
[all...]
/freebsd-9.3-release/contrib/libc++/src/
H A Dlocale.cpp4707 #pragma clang diagnostic ignored "-Wmissing-field-initializers"
4710 #pragma GCC diagnostic ignored "-Wmissing-field-initializers"
5475 pat.field[0] = sign;
5476 pat.field[1] = value;
5477 pat.field[2] = none; // Any space appears in the symbol.
5478 pat.field[3] = symbol;
5490 // setting pat.field[2]=space so that when
5500 pat.field[0] = sign;
5501 pat.field[3] = symbol;
5505 pat.field[
[all...]
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dconfig.c1355 /* STR: Define a string variable for an ASCII string; f = field name */
1417 * generous help from the C pre-processor. The field name is stored as a string
1420 * offset to the field containing the length of the configuration variable.
1425 * this table and select the entry that matches with the field name. The parser
1426 * function (.parser) is then called to parse the actual value of the field.
1854 const struct parse_data *field = &ssid_fields[i]; local
1855 if (os_strcmp(var, field->name) != 0)
1858 if (field->parser(field, ssid, line, value)) {
1869 wpa_printf(MSG_ERROR, "Line %d: unknown network field "
1892 const struct parse_data *field; local
1959 const struct parse_data *field = &ssid_fields[i]; local
1992 const struct parse_data *field = &ssid_fields[i]; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-dump.c97 queue_and_dump_index (dump_info_p di, const char *field, tree t, int flags) argument
117 fprintf (di->stream, "%-4s: ", field);
166 dump_pointer (dump_info_p di, const char *field, void *ptr) argument
169 fprintf (di->stream, "%-4s: %-8lx ", field, (unsigned long) ptr);
176 dump_int (dump_info_p di, const char *field, int i) argument
179 fprintf (di->stream, "%-4s: %-7d ", field, i);
186 dump_real (dump_info_p di, const char *field, const REAL_VALUE_TYPE *r) argument
191 fprintf (di->stream, "%-4s: %s ", field, buf);
209 /* Dump the string field S. */
212 dump_string_field (dump_info_p di, const char *field, cons argument
[all...]
H A Dalias.c77 of the type system. If structure X contains a field of type Y then
78 a store thru a pointer to an X can overwrite any field that is
716 tree field;
742 for (field = TYPE_FIELDS (type); field != 0; field = TREE_CHAIN (field))
743 if (TREE_CODE (field) == FIELD_DECL && ! DECL_NONADDRESSABLE_P (field))
744 record_alias_subset (superset, get_alias_set (TREE_TYPE (field)));
713 tree field; local
1974 tree field = TREE_OPERAND (x, 1); local
2019 tree field = TREE_OPERAND (exprx, 1); local
2047 tree field = TREE_OPERAND (expry, 1); local
[all...]
H A Dtree-ssa-structalias.c88 each field of a structure variable is assigned an integer id as well.
91 field" in each variable that points to the next field in offset
93 Each variable for a structure field has
95 1. "size", that tells the size in bits of that field.
98 structure to this field.
229 /* A link to the variable for the next field in this structure. */
1322 /* Return true if variable N + OFFSET is a legal field of N. */
2362 overlaps with a field at [FIELDPOS, FIELDSIZE] */
2439 setting the constraint to the first actual field i
2898 varinfo_t field; local
3606 insert_into_field_list(varinfo_t base, varinfo_t field) argument
3619 insert_into_field_list_sorted(varinfo_t base, varinfo_t field) argument
3682 tree field; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/libibmad/src/
H A Ddump.c671 int n, field; local
673 for (field = start; field < end && bufsz > 0; field++) {
674 mad_decode_field(data, field, val);
675 if (!mad_dump_field(field, s, bufsz, val))
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe.h1040 * When this field is set the driver instance is
2002 #define SHMEM_ADDR(sc, field) \
2003 (sc->devinfo.shmem_base + offsetof(struct shmem_region, field))
2004 #define SHMEM_RD(sc, field) REG_RD(sc, SHMEM_ADDR(sc, field))
2005 #define SHMEM_RD16(sc, field) REG_RD16(sc, SHMEM_ADDR(sc, field))
2006 #define SHMEM_WR(sc, field, val) REG_WR(sc, SHMEM_ADDR(sc, field), val)
2008 #define SHMEM2_ADDR(sc, field) \
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c879 #define BUFDUMPSTR(ptr, field) \
880 (void) printf("%s: %20s => ", g_pname, #field); \
881 if ((ptr)->field != NULL) { \
882 const char *c = (ptr)->field; \
897 #define BUFDUMPASSTR(ptr, field, str) \
898 (void) printf("%s: %20s => %s\n", g_pname, #field, str);
900 #define BUFDUMP(ptr, field) \
901 (void) printf("%s: %20s => %lld\n", g_pname, #field, \
902 (long long)(ptr)->field);
904 #define BUFDUMPPTR(ptr, field) \
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/refer/
H A Dref.h55 string *field; member in class:reference
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dtls_gnutls.c454 char *field, *tmp;
465 field = "EMAIL";
468 field = "DNS";
471 field = "URI";
474 field = NULL;
480 if (!field)
484 field, gen->d.ia5->data);
485 len = os_strlen(field) + 1 +
490 snprintf(tmp, len, "%s:%s", field, gen->d.ia5->data);
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap.h219 * @field: Field name (e.g., "IDENTITY")
222 void (*eap_param_needed)(void *ctx, const char *field,

Completed in 375 milliseconds

1234567891011>>