| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | arm-neon-intrinsics.texi | 11 @*@emph{Form of expected instruction(s):} @code{vadd.i32 @var{d0}, @var{d0}, @var{d0}} 17 @*@emph{Form of expected instruction(s):} @code{vadd.i16 @var{d0}, @var{d0}, @var{d0}} 23 @*@emph{Form of expected instruction(s):} @code{vadd.i8 @var{d0}, @var{d0}, @var{d0}} 29 @*@emph{Form of expected instruction(s):} @code{vadd.i32 @var{d0}, @var{d0}, @var{d0}} 35 @*@emph{Form of expected instruction(s):} @code{vadd.i16 @var{d0}, @var{d0}, @var{d0}} 41 @*@emph{Form of expected instruction(s):} @code{vadd.i8 @var{d0}, @var{d0}, @var{d0}} 47 @*@emph{Form of expected instruction(s):} @code{vadd.f32 @var{d0}, @var{d0}, @var{d0}} 63 @*@emph{Form of expected instruction(s):} @code{vadd.i32 @var{q0}, @var{q0}, @var{q0}} 69 @*@emph{Form of expected instruction(s):} @code{vadd.i16 @var{q0}, @var{q0}, @var{q0}} 75 @*@emph{Form of expected instruction(s):} @code{vadd.i8 @var{q0}, @var{q0}, @var{q0}} [all …]
|
| HD | libgcc.texi | 57 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b}) 58 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b}) 59 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b}) 60 These functions return the result of shifting @var{a} left by @var{b} bits. 63 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b}) 64 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b}) 65 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b}) 66 These functions return the result of arithmetically shifting @var{a} right 67 by @var{b} bits. 70 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b}) [all …]
|
| /dragonfly/stand/boot/dloader/ |
| HD | subs.c | 46 dvar_t var; in dvar_get() local 48 for (var = dvbase; var; var = var->next) { in dvar_get() 49 if (strcmp(name, var->name) == 0) in dvar_get() 50 return(var); in dvar_get() 58 dvar_t var; in dvar_set() local 60 for (var = dvbase; var; var = var->next) { in dvar_set() 61 if (strcmp(name, var->name) == 0) in dvar_set() 64 if (var == NULL) { in dvar_set() 65 var = malloc(sizeof(*var) + strlen(name) + 1); in dvar_set() 66 var->name = (char *)(void *)(var + 1); in dvar_set() [all …]
|
| /dragonfly/contrib/gdb-7/gdb/ |
| HD | varobj.c | 228 struct varobj *var; member 257 static void free_variable (struct varobj *var); 259 static struct cleanup *make_cleanup_free_variable (struct varobj *var); 261 static struct type *get_type (struct varobj *var); 263 static struct type *get_value_type (struct varobj *var); 273 static int update_type_if_necessary (struct varobj *var, 276 static int install_new_value (struct varobj *var, struct value *value, 281 static enum varobj_languages variable_language (struct varobj *var); 293 static char *my_value_of_variable (struct varobj *var, 298 struct varobj *var); [all …]
|
| HD | varobj.h | 101 extern char *varobj_get_objname (struct varobj *var); 103 extern char *varobj_get_expression (struct varobj *var); 105 extern int varobj_delete (struct varobj *var, char ***dellist, 109 struct varobj *var, 113 struct varobj *var); 115 extern int varobj_get_thread_id (struct varobj *var); 117 extern void varobj_set_frozen (struct varobj *var, int frozen); 119 extern int varobj_get_frozen (struct varobj *var); 121 extern void varobj_get_child_range (struct varobj *var, int *from, int *to); 123 extern void varobj_set_child_range (struct varobj *var, int from, int to); [all …]
|
| /dragonfly/contrib/binutils-2.27/libiberty/ |
| HD | simple-object.txh | 3 (int @var{descriptor}, off_t @var{offset}, const char *{segment_name}, @ 4 const char **@var{errmsg}, int *@var{err}) 10 @var{descriptor} holds a file descriptor which permits reading. 12 @var{offset} is the offset into the file; this will be @code{0} in the 16 @var{segment_name} is only used with the Mach-O file format used on 22 @code{*@var{errmsg}} to an error string and sets @code{*@var{err}} to 28 (simple_object_read *@var{simple_object}, int (*@var{pfn}) (void *@var{data}, @ 29 const char *@var{name}, off_t @var{offset}, off_t @var{length}), @ 30 void *@var{data}, int *@var{err}) 32 This function calls @var{pfn} for each section in @var{simple_object}. [all …]
|
| /dragonfly/contrib/gdb-7/libiberty/ |
| HD | simple-object.txh | 3 (int @var{descriptor}, off_t @var{offset}, const char *{segment_name}, @ 4 const char **@var{errmsg}, int *@var{err}) 10 @var{descriptor} holds a file descriptor which permits reading. 12 @var{offset} is the offset into the file; this will be @code{0} in the 16 @var{segment_name} is only used with the Mach-O file format used on 22 @code{*@var{errmsg}} to an error string and sets @code{*@var{err}} to 28 (simple_object_read *@var{simple_object}, int (*@var{pfn}) (void *@var{data}, @ 29 const char *@var{name}, off_t @var{offset}, off_t @var{length}), @ 30 void *@var{data}, int *@var{err}) 32 This function calls @var{pfn} for each section in @var{simple_object}. [all …]
|
| /dragonfly/sys/sys/ |
| HD | queue.h | 167 #define SLIST_FOREACH(var, head, field) \ argument 168 for ((var) = SLIST_FIRST((head)); \ 169 (var); \ 170 (var) = SLIST_NEXT((var), field)) 172 #define SLIST_FOREACH_FROM(var, head, field) \ argument 173 for ((var) = ((var) ? (var) : SLIST_FIRST((head))); \ 174 (var); \ 175 (var) = SLIST_NEXT((var), field)) 177 #define SLIST_FOREACH_MUTABLE(var, head, field, tvar) \ argument 178 for ((var) = SLIST_FIRST((head)); \ [all …]
|
| HD | kernel.h | 329 int *var; member 331 #define TUNABLE_INT(path, var) \ argument 332 _TUNABLE_INT((path), (var), __LINE__) 333 #define _TUNABLE_INT(path, var, line) \ argument 334 __TUNABLE_INT((path), (var), line) 336 #define __TUNABLE_INT(path, var, line) \ argument 339 var, \ 345 #define TUNABLE_INT_FETCH(path, var) kgetenv_int((path), (var)) argument 348 #define TUNABLE_INT_DECL(path, defval, var) \ argument 349 static void __Tunable_ ## var (void *ignored) \ [all …]
|
| /dragonfly/lib/libevtr/ |
| HD | ktrfmt.y | 45 struct evtr_variable *var; in evtr_var_new() local 47 var = calloc(1, sizeof(*var)); in evtr_var_new() 48 if (var) { in evtr_var_new() 49 if (!(var->name = strdup(name))) { in evtr_var_new() 50 free(var); in evtr_var_new() 53 var->val.type = EVTR_VAL_NIL; in evtr_var_new() 55 return var; in evtr_var_new() 78 evtr_var_t hsh, var; in index_hash() local 106 var = evtr_var_new(uniq_varname()); in index_hash() 107 if (var) { in index_hash() [all …]
|
| HD | ktrfmt.tab.c | 118 struct evtr_variable *var; in evtr_var_new() local 120 var = calloc(1, sizeof(*var)); in evtr_var_new() 121 if (var) { in evtr_var_new() 122 if (!(var->name = strdup(name))) { in evtr_var_new() 123 free(var); in evtr_var_new() 126 var->val.type = EVTR_VAL_NIL; in evtr_var_new() 128 return var; in evtr_var_new() 151 evtr_var_t hsh, var; in index_hash() local 179 var = evtr_var_new(uniq_varname()); in index_hash() 180 if (var) { in index_hash() [all …]
|
| /dragonfly/tools/tools/ath/athprom/ |
| HD | athprom.c | 487 eevar(FILE *fd, const char *var) in eevar() argument 491 if (streq(var, "mode")) { in eevar() 496 } else if (streq(var, "version")) { in eevar() 498 } else if (streq(var, "V_major")) { in eevar() 500 } else if (streq(var, "V_minor")) { in eevar() 502 } else if (streq(var, "earStart")) { in eevar() 504 } else if (streq(var, "tpStart")) { in eevar() 506 } else if (streq(var, "eepMap")) { in eevar() 508 } else if (streq(var, "exist32KHzCrystal")) { in eevar() 510 } else if (streq(var, "eepMap2PowerCalStart")) { in eevar() [all …]
|
| /dragonfly/contrib/binutils-2.27/gas/doc/ |
| HD | c-tic54x.texi | 121 defined within a macro will have global scope, unless the @code{.var} 123 @pxref{TIC54X-Directives,,@code{.var}}. 144 @item @code{:@var{symbol}(@var{char_index}):} 145 Evaluates to a single-character string, the character at @var{char_index}. 146 @item @code{:@var{symbol}(@var{start},@var{length}):} 147 Evaluates to a substring of @var{symbol} beginning at @var{start} with 148 length @var{length}. 191 @item @code{$acos(@var{expr})} 192 Returns the floating point arccosine of @var{expr}. 195 @item @code{$asin(@var{expr})} [all …]
|
| HD | c-z80.texi | 161 @item db @var{expression}|@var{string}[,@var{expression}|@var{string}...] 162 @itemx defb @var{expression}|@var{string}[,@var{expression}|@var{string}...] 163 For each @var{string} the characters are copied to the object file, for 164 each other @var{expression} the value is stored in one byte. 167 @item dw @var{expression}[,@var{expression}...] 168 @itemx defw @var{expression}[,@var{expression}...] 169 For each @var{expression} the value is stored in two bytes, ignoring 172 @item d24 @var{expression}[,@var{expression}...] 173 @itemx def24 @var{expression}[,@var{expression}...] 174 For each @var{expression} the value is stored in three bytes, ignoring [all …]
|
| /dragonfly/contrib/gdb-7/gdb/mi/ |
| HD | mi-cmd-var.c | 39 static void varobj_update_one (struct varobj *var, 43 static int mi_print_value_p (struct varobj *var, 51 print_varobj (struct varobj *var, enum print_values print_values, in print_varobj() argument 59 ui_out_field_string (uiout, "name", varobj_get_objname (var)); in print_varobj() 61 ui_out_field_string (uiout, "exp", varobj_get_expression (var)); in print_varobj() 62 ui_out_field_int (uiout, "numchild", varobj_get_num_children (var)); in print_varobj() 64 if (mi_print_value_p (var, print_values)) in print_varobj() 66 char *val = varobj_get_value (var); in print_varobj() 72 type = varobj_get_type (var); in print_varobj() 79 thread_id = varobj_get_thread_id (var); in print_varobj() [all …]
|
| /dragonfly/lib/libefivar/ |
| HD | efivar.c | 125 efi_var_reset(struct efi_var_ioc *var) in efi_var_reset() argument 127 var->name = NULL; in efi_var_reset() 128 var->namesize = 0; in efi_var_reset() 129 memset(&var->vendor, 0, sizeof(var->vendor)); in efi_var_reset() 130 var->attrib = 0; in efi_var_reset() 131 var->data = NULL; in efi_var_reset() 132 var->datasize = 0; in efi_var_reset() 166 struct efi_var_ioc var; in efi_get_variable() local 173 efi_var_reset(&var); in efi_get_variable() 174 rv = utf8_to_ucs2(name, &var.name, &var.namesize); in efi_get_variable() [all …]
|
| /dragonfly/usr.bin/u4bhidctl/ |
| HD | usbhid.c | 73 struct variable *var, **pnext; in parceargs() local 102 var = malloc(sizeof(*var)); in parceargs() 103 memset(var, 0, sizeof(*var)); in parceargs() 104 asprintf(&var->name, "%s%s%s:%s", in parceargs() 108 var->h = h; in parceargs() 109 *pnext = var; in parceargs() 110 pnext = &var->next; in parceargs() 116 var = malloc(sizeof(*var)); in parceargs() 117 memset(var, 0, sizeof(*var)); in parceargs() 120 var->name = strsep(&tmp1, "#"); in parceargs() [all …]
|
| /dragonfly/contrib/gdb-7/gdb/doc/ |
| HD | observer.texi | 55 internal happenings, gdb, Debugging with @var{GDBN}}). 74 @deftypefun extern struct observer *observer_attach_@var{event} (observer_@var{event}_ftype *@var{f… 75 Using the function @var{f}, create an observer that is notified when 76 ever @var{event} occurs, return the observer. 79 @deftypefun extern void observer_detach_@var{event} (struct observer *@var{observer}); 80 Remove @var{observer} from the list of observers to be notified when 81 @var{event} occurs. 84 @deftypefun extern void observer_notify_@var{event} (void); 85 Send a notification to all @var{event} observers. 90 @deftypefun void normal_stop (struct bpstats *@var{bs}, int @var{print_frame}) [all …]
|
| /dragonfly/etc/ |
| HD | newsyslog.conf | 20 /var/log/cron 600 3 100 * Z 21 /var/log/auth.log 600 7 100 * Z 22 /var/log/daemon 640 5 100 * Z 23 /var/log/lpd-errs 644 7 100 * Z 24 /var/log/maillog 640 7 * @T00 Z 25 /var/log/sendmail.st 640 10 * 168 B 26 /var/log/messages 644 5 100 * Z 27 /var/log/all.log 600 7 * @T00 Z 28 /var/log/slip.log root:network 640 3 100 * Z 29 /var/log/pflog 600 3 100 * ZB /var/run/pflogd.p… [all …]
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-dfa.c | 220 tree var; in dump_referenced_vars() local 226 FOR_EACH_REFERENCED_VAR (cfun, var, rvi) in dump_referenced_vars() 229 dump_variable (file, var); in dump_referenced_vars() 248 dump_variable (FILE *file, tree var) in dump_variable() argument 250 if (TREE_CODE (var) == SSA_NAME) in dump_variable() 252 if (POINTER_TYPE_P (TREE_TYPE (var))) in dump_variable() 253 dump_points_to_info_for (file, var); in dump_variable() 254 var = SSA_NAME_VAR (var); in dump_variable() 257 if (var == NULL_TREE) in dump_variable() 263 print_generic_expr (file, var, dump_flags); in dump_variable() [all …]
|
| HD | tree-ssanames.c | 119 make_ssa_name_fn (struct function *fn, tree var, gimple stmt) in make_ssa_name_fn() argument 124 gcc_assert (DECL_P (var)); in make_ssa_name_fn() 149 TREE_TYPE (t) = TREE_TYPE (var); in make_ssa_name_fn() 150 SSA_NAME_VAR (t) = var; in make_ssa_name_fn() 174 release_ssa_name (tree var) in release_ssa_name() argument 176 if (!var) in release_ssa_name() 181 if (SSA_NAME_IS_DEFAULT_DEF (var)) in release_ssa_name() 186 if (name_registered_for_update_p (var)) in release_ssa_name() 188 release_ssa_name_after_update_ssa (var); in release_ssa_name() 199 if (! SSA_NAME_IN_FREE_LIST (var)) in release_ssa_name() [all …]
|
| /dragonfly/lib/libssh/openbsd-compat/ |
| HD | sys-queue.h | 207 #define SLIST_FOREACH(var, head, field) \ argument 208 for((var) = SLIST_FIRST(head); \ 209 (var) != SLIST_END(head); \ 210 (var) = SLIST_NEXT(var, field)) 212 #define SLIST_FOREACH_SAFE(var, head, field, tvar) \ argument 213 for ((var) = SLIST_FIRST(head); \ 214 (var) && ((tvar) = SLIST_NEXT(var, field), 1); \ 215 (var) = (tvar)) 281 #define LIST_FOREACH(var, head, field) \ argument 282 for((var) = LIST_FIRST(head); \ [all …]
|
| /dragonfly/usr.bin/window/ |
| HD | var.h | 41 struct var { struct 42 struct var *r_left; argument 43 struct var *r_right; argument 48 struct var **var_lookup1(struct var **, const char *); argument 49 struct var *var_set1(struct var **, const char *, struct value *); 50 struct var *var_setnum1(struct var **, const char *, int); 51 struct var *var_setstr1(struct var **, const char *, char *); 52 int var_unset1(struct var **, const char *); 53 int var_walk1(struct var *, int (*func)(void *, struct var *), 63 EXTERN struct var *var_head; /* secret, shhh */
|
| /dragonfly/sys/dev/drm/include/linux/ |
| HD | moduleparam.h | 39 #define TUNABLE_int(name, var) TUNABLE_INT( _TUNABLE_VAR(.name), &(var)) argument 41 #define TUNABLE_bool(name, var) TUNABLE_INT( _TUNABLE_VAR(.name), (int *)&(var)) argument 43 #define TUNABLE_uint(name, var) TUNABLE_INT( _TUNABLE_VAR(.name), (int *)&(var)) argument 45 #define TUNABLE_charp(name, var) /* kgetenv() could be useful here */ argument 47 #define module_param(var, type, mode) \ argument 48 TUNABLE_##type(name, var) 50 #define module_param_unsafe(var, type, mode) module_param(var, type, mode) argument 52 #define module_param_named(name, var, type, mode) \ argument 53 TUNABLE_##type(name, var) 55 #define module_param_named_unsafe(name, var, type, mode) \ argument [all …]
|
| /dragonfly/contrib/gdb-7/gdb/cli/ |
| HD | cli-setshow.c | 191 if (*(char **) c->var == NULL in do_set_command() 192 || strcmp (*(char **) c->var, new) != 0) in do_set_command() 194 xfree (*(char **) c->var); in do_set_command() 195 *(char **) c->var = new; in do_set_command() 207 if (*(char **) c->var == NULL || strcmp (*(char **) c->var, arg) != 0) in do_set_command() 209 xfree (*(char **) c->var); in do_set_command() 210 *(char **) c->var = xstrdup (arg); in do_set_command() 237 if (*(char **) c->var == NULL in do_set_command() 238 || strcmp (*(char **) c->var, val) != 0) in do_set_command() 240 xfree (*(char **) c->var); in do_set_command() [all …]
|