Searched refs:field (Results 26 - 50 of 352) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/aic7xxx/
H A Daic7xxx.reg60 field TEMODE 0x80
61 field ENSELO 0x40
62 field ENSELI 0x20
63 field ENRSELI 0x10
64 field ENAUTOATNO 0x08
65 field ENAUTOATNI 0x04
66 field ENAUTOATNP 0x02
67 field SCSIRSTO 0x01
77 field DFON 0x80
78 field DFPEX
[all...]
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dsys-queue.h198 #define SLIST_NEXT(elm, field) ((elm)->field.sle_next)
200 #define SLIST_FOREACH(var, head, field) \
203 (var) = SLIST_NEXT(var, field))
205 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \
207 (var) && ((tvar) = SLIST_NEXT(var, field), 1); \
217 #define SLIST_INSERT_AFTER(slistelm, elm, field) do { \
218 (elm)->field.sle_next = (slistelm)->field.sle_next; \
219 (slistelm)->field
[all...]
/freebsd-9.3-release/sys/sys/
H A Dqueue.h167 #define SLIST_FOREACH(var, head, field) \
170 (var) = SLIST_NEXT((var), field))
172 #define SLIST_FOREACH_FROM(var, head, field) \
175 (var) = SLIST_NEXT((var), field))
177 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \
179 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
182 #define SLIST_FOREACH_FROM_SAFE(var, head, field, tvar) \
184 (var) && ((tvar) = SLIST_NEXT((var), field), 1); \
187 #define SLIST_FOREACH_PREVPTR(var, varp, head, field) \
190 (varp) = &SLIST_NEXT((var), field))
[all...]
H A Dstddef.h41 #define offsetof(type, field) __offsetof(type, field)
/freebsd-9.3-release/contrib/groff/src/utils/afmtodit/
H A Dafmtodit.pl6091 my @field = split(' ');
6092 next if $#field < 0;
6093 if ($field[0] eq "FontName") {
6094 $psname = $field[1];
6096 elsif($field[0] eq "ItalicAngle") {
6097 $italic_angle = -$field[1];
6099 elsif ($field[0] eq "KPX") {
6100 if ($#field == 3) {
6101 push(@kern1, $field[1]);
6102 push(@kern2, $field[
[all...]
/freebsd-9.3-release/usr.sbin/nscd/
H A Dhashtable.h60 * The only restriction for entries is that is that they should have the field,
75 #define HASHTABLE_INIT(table, type, field, _entries_size) \
82 (table)->entries[var].field.capacity = \
84 (table)->entries[var].field.size = 0; \
85 (table)->entries[var].field.values = malloc( \
88 assert((table)->entries[var].field.values != NULL);\
95 #define HASHTABLE_DESTROY(table, field) \
99 free((table)->entries[var].field.values); \
117 #define HASHTABLE_ENTRY_FOREACH(entry, field, var) \
118 for ((var) = &((entry)->field
[all...]
/freebsd-9.3-release/contrib/ncurses/form/
H A Dfrm_data.c42 | because the beginning of a field is fixed.
56 FIELD *field; local
58 field = form->current;
59 if (!Single_Line_Field(field))
129 | because a dynamic field has a variable end.
143 FIELD *field; local
147 field = form->current;
150 if (Single_Line_Field(field))
154 pos = form->begincol + field->cols;
155 while (pos < field
[all...]
H A Dfrm_driver.c53 The current field of the form is left and some new field is
56 The current position in the current field is changed.
59 It has to check for a multi-line field.
62 It has to check for a single-line field.
64 The content of the current field is changed
68 Perform verifications of the field.
70 Requests to enumerate possible field values
98 /* Allow dynamic field growth also when navigating past the end */
130 /* Calculate the position of a single row in a field buffe
457 FIELD *field; local
486 Buffer_To_Window(const FIELD *field, WINDOW *win) argument
527 Window_To_Buffer(WINDOW *win, FIELD *field) argument
602 Field_Grown(FIELD *field, int amount) argument
753 Field_encloses(FIELD *field, int ry, int rx) argument
784 FIELD *field; local
826 FIELD *field; local
951 Perform_Justification(FIELD *field, WINDOW *win) argument
995 Undo_Justification(FIELD *field, WINDOW *win) argument
1059 Display_Or_Erase_Field(FIELD *field, bool bEraseFlag) argument
1114 Synchronize_Field(FIELD *field) argument
1158 Synchronize_Linked_Fields(FIELD *field) argument
1194 _nc_Synchronize_Attributes(FIELD *field) argument
1260 _nc_Synchronize_Options(FIELD *field, Field_Options newopts) argument
1365 FIELD *field; local
1472 FIELD *field = form->current; local
1543 FIELD *field = form->current; local
1593 FIELD *field = form->current; local
1635 FIELD *field = form->current; local
1689 FIELD *field = form->current; local
1712 FIELD *field = form->current; local
1736 FIELD *field = form->current; local
1760 FIELD *field = form->current; local
1819 FIELD *field = form->current; local
1865 FIELD *field = form->current; local
1900 FIELD *field = form->current; local
2080 FIELD *field = form->current; local
2255 FIELD *field = form->current; local
2312 FIELD *field = form->current; local
2387 FIELD *field = form->current; local
2522 FIELD *field = form->current; local
2606 FIELD *field = form->current; local
2641 FIELD *field = form->current; local
2698 FIELD *field = form->current; local
2786 FIELD *field = form->current; local
2927 Next_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) argument
2960 Previous_Choice(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) argument
2998 FIELD *field = form->current; local
3019 FIELD *field = form->current; local
3050 Check_Field(FIELDTYPE *typ, FIELD *field, TypeArgument *argp) argument
3095 FIELD *field; local
3157 Next_Field_On_Page(FIELD *field) argument
3200 FIELD **field = &form->field[proposed->index]; local
3239 Previous_Field_On_Page(FIELD *field) argument
3269 Sorted_Next_Field(FIELD *field) argument
3295 Sorted_Previous_Field(FIELD *field) argument
3320 Left_Neighbor_Field(FIELD *field) argument
3348 Right_Neighbor_Field(FIELD *field) argument
3376 Upper_Neighbor_Field(FIELD *field) argument
3426 Down_Neighbor_Field(FIELD *field) argument
3740 _nc_Set_Form_Page(FORM *form, int page, FIELD *field) argument
3928 FIELD *field = form->current; local
4248 FIELD *field = form->field[i]; local
4318 set_field_buffer(FIELD *field, int buffer, const char *value) argument
4432 field_buffer(const FIELD *field, int buffer) argument
[all...]
H A Dfld_arg.c48 | make_arg : allocates a structure for the field
85 | Function : void *field_arg(const FIELD *field)
92 field_arg(const FIELD *field) argument
94 T((T_CALLED("field_arg(%p)"), field));
95 returnVoidPtr(Normalize_Field(field)->arg);
H A Dfrm_hook.c60 | the current field changes.
64 GEN_HOOK_SET_FUNCTION(field, init)
70 | Description : Retrieve field initialization routine address.
74 GEN_HOOK_GET_FUNCTION(field, init)
82 | the current field changes.
86 GEN_HOOK_SET_FUNCTION(field, term)
92 | Description : Retrieve field finalization routine address.
96 GEN_HOOK_GET_FUNCTION(field, term)
H A Dfld_def.c208 | Description : Copy argument structure of field src to field dst
242 | Function : void _nc_Free_Type( FIELD *field )
244 | Description : Release Argument structure for this field
249 _nc_Free_Type(FIELD *field) argument
251 assert(field != 0);
252 if (field->type != 0)
254 field->type->ref--;
256 _nc_Free_Argument(field->type, (TypeArgument *)(field
356 free_field(FIELD *field) argument
[all...]
H A Dform.priv.h67 #define _WINDOW_MODIFIED (0x10U) /* Current field window has been modified */
68 #define _FCHECK_REQUIRED (0x20U) /* Current field needs validation */
70 /* field status values */
73 #define _NEWPAGE (0x04U) /* field begins new page of form */
74 #define _MAY_GROW (0x08U) /* dynamic field may still grow */
82 /* This are the field options required to be a selectable field in field
90 /* If field is NULL replace field argumen
[all...]
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_hash.h45 #define _CITRUS_HASH_REMOVE(elm, field) LIST_REMOVE(elm, field)
46 #define _CITRUS_HASH_INSERT(head, elm, field, hashval) \
47 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
48 #define _CITRUS_HASH_SEARCH(head, elm, field, matchfunc, key, hashval) \
50 LIST_FOREACH((elm), &(head)->chh_table[hashval], field) \
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-sysinfo.c188 const char *field = strtok(buffer, " "); local
190 if (field == NULL)
197 if (strcmp(field, "dram_size:") == 0)
199 else if (strcmp(field, "phy_mem_desc_addr:") == 0)
201 else if (strcmp(field, "eclock_hz:") == 0)
203 else if (strcmp(field, "dclock_hz:") == 0)
205 else if (strcmp(field, "board_type:") == 0)
207 else if (strcmp(field, "board_rev_major:") == 0)
209 else if (strcmp(field, "board_rev_minor:") == 0)
211 else if (strcmp(field, "board_serial_numbe
[all...]
H A Dcvmx-csr-db-support.c154 int field; local
157 for (field=cvmx_csr_db[chip][csr].fieldoff+cvmx_csr_db[chip][csr].numfields-1; field>=cvmx_csr_db[chip][csr].fieldoff; field--)
159 uint64_t v = (value >> cvmx_csr_db_fields[chip][field].startbit);
160 if(cvmx_csr_db_fields[chip][field].sizebits < 64)
161 v = v & ~((~0x0ull) << cvmx_csr_db_fields[chip][field].sizebits);
162 if (cvmx_csr_db_fields[chip][field].sizebits == 1)
164 cvmx_csr_db_fields[chip][field].startbit, cvmx_csr_db_fields[chip][field]
[all...]
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dnl.pl.in30 $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/lib/libc/uuid/
H A Duuid_compare.c34 #define DIFF_RETURN(a, b, field) do { \
35 if ((a)->field != (b)->field) \
36 return (((a)->field < (b)->field) ? -1 : 1); \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dht-internal.h105 #define HT_SET_HASH_(elm, field, hashfn) \
106 do { (elm)->field.hte_hash = hashfn(elm); } while (0)
107 #define HT_SET_HASHVAL_(elm, field, val) \
108 do { (elm)->field.hte_hash = (val); } while (0)
109 #define HT_ELT_HASH_(elm, field, hashfn) \
110 ((elm)->field.hte_hash)
112 #define HT_SET_HASH_(elm, field, hashfn) \
114 #define HT_ELT_HASH_(elm, field, hashfn) \
116 #define HT_SET_HASHVAL_(elm, field, val) \
121 #define HT_BUCKET_(head, field, el
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgnu-v3-abi.c106 struct field *field_list, *field; local
124 /* Build the field list. */
125 field_list = xmalloc (sizeof (struct field [4]));
126 memset (field_list, 0, sizeof (struct field [4]));
127 field = &field_list[0];
131 FIELD_NAME (*field) = "vcall_and_vbase_offsets";
132 FIELD_TYPE (*field)
135 FIELD_BITPOS (*field) = offset * TARGET_CHAR_BIT;
136 offset += TYPE_LENGTH (FIELD_TYPE (*field));
[all...]
/freebsd-9.3-release/lib/libusb/
H A Dlibusb20_desc.h86 LIBUSB20_ME_IS_RAW, /* structure excludes length field
88 LIBUSB20_ME_IS_ENCODED, /* structure includes length field */
109 #define LIBUSB20_ME_STRUCT(n, field, arg, ismeta) \
111 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field; )
113 #define LIBUSB20_ME_STRUCT_ARRAY(n, field, arg, ismeta) \
116 LIBUSB20_NOT(ismeta) ( struct libusb20_me_struct field [arg]; )
118 #define LIBUSB20_ME_INTEGER(n, field, ismeta, un, u, bits, a, size) \
123 __aligned((bits) / 8) field a; )
125 #define LIBUSB20_ME_UINT8_T(n, field, arg, ismeta) \
126 LIBUSB20_ME_INTEGER(n, field, ismet
[all...]
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dfw.c148 u8 field; local
239 MLX4_GET(field, outbox, QUERY_DEV_CAP_RSVD_QP_OFFSET);
240 dev_cap->reserved_qps = 1 << (field & 0xf);
241 MLX4_GET(field, outbox, QUERY_DEV_CAP_MAX_QP_OFFSET);
242 dev_cap->max_qps = 1 << (field & 0x1f);
243 MLX4_GET(field, outbox, QUERY_DEV_CAP_RSVD_SRQ_OFFSET);
244 dev_cap->reserved_srqs = 1 << (field >> 4);
245 MLX4_GET(field, outbox, QUERY_DEV_CAP_MAX_SRQ_OFFSET);
246 dev_cap->max_srqs = 1 << (field & 0x1f);
247 MLX4_GET(field, outbo
890 u16 field; local
[all...]
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dlist.h112 #define list_entry(ptr, type, field) container_of(ptr, type, field)
120 #define list_for_each_entry(p, h, field) \
121 for (p = list_entry((h)->next, typeof(*p), field); &p->field != (h); \
122 p = list_entry(p->field.next, typeof(*p), field))
124 #define list_for_each_entry_safe(p, n, h, field) \
125 for (p = list_entry((h)->next, typeof(*p), field), \
126 n = list_entry(p->field
[all...]
/freebsd-9.3-release/lib/libc/posix1e/
H A Dacl_from_text_nfs4.c49 * Parse the tag field of ACL entry passed as "str". If qualifier
74 warnx("malformed ACL: invalid \"tag\" field");
80 * Parse the qualifier field of ACL entry passed as "str".
98 warnx("malformed ACL: empty \"qualifier\" field");
158 warnx("malformed ACL: invalid \"type\" field");
172 warnx("malformed ACL: \"appended id\" field present, "
206 char *field, *qualifier_field; local
216 field = strsep(&str, ":");
218 field = string_skip_whitespace(field);
[all...]
/freebsd-9.3-release/contrib/groff/src/libs/libxutil/
H A DXFontName.c65 #define GetString(field,bit)\
67 (name, temp.field, sizeof (temp.field),\
71 #define GetUnsigned(field,bit)\
73 (name, &temp.field, \
124 #define PutString(field, bit)\
126 fontName->field \
138 #define PutUnsigned(field, bit) \
140 utoa (fontName->field, number, sizeof (number)) \
185 #define CompareString(field,bi
[all...]
/freebsd-9.3-release/sys/xen/interface/
H A Dkexec.h172 #define VMCOREINFO_OFFSET(name, field) \
173 vmcoreinfo_append_str("OFFSET(%s.%s)=%lu\n", #name, #field, \
174 (unsigned long)offsetof(struct name, field))
175 #define VMCOREINFO_OFFSET_ALIAS(name, field, alias) \
177 (unsigned long)offsetof(struct name, field))

Completed in 297 milliseconds

1234567891011>>