Searched refs:fn (Results 126 - 150 of 516) sorted by relevance

1234567891011>>

/freebsd-10-stable/contrib/amd/amd/
H A Dclock.c118 * (*fn)(fn_arg) will be called at clocktime(NULL) + secs
121 timeout(u_int secs, callout_fun *fn, opaque_t fn_arg) argument
131 cpnew->c_fn = fn;
214 * Extract first from list, save fn & fn_arg and
223 callout_fun *fn = cp->c_fn; local
228 (*fn) (fn_arg);
/freebsd-10-stable/contrib/binutils/binutils/
H A Drclex.c144 char *send, *fn; local
179 fn = xmalloc (len + 1);
181 memcpy (fn, s, len);
182 fn[len] = 0;
183 while (len > 0 && (fn[len - 1] > 0 && fn[len - 1] <= 0x20))
184 fn[--len] = 0;
185 if (! len || (len == strlen ("DEFAULT") && strcasecmp (fn, "DEFAULT") == 0))
191 if (fn[0] == '0' && (fn[
[all...]
/freebsd-10-stable/sys/arm/xscale/pxa/
H A Dpxa_gpio.c237 pxa_gpio_set_function(int gpio, uint32_t fn) argument
246 if (GPIO_FN(fn) == GPIO_FN(oldfn) &&
247 GPIO_FN_IS_OUT(fn) == GPIO_FN_IS_OUT(oldfn)) {
255 * Return 'fn' instead of 'oldfn' so the caller can
260 if (!GPIO_IS_GPIO_OUT(fn) ||
261 GPIO_FN_IS_SET(fn) == GPIO_FN_IS_SET(oldfn))
262 return (fn);
275 if (GPIO_FN_IS_SET(fn))
284 if (GPIO_FN_IS_OUT(fn))
292 fn
[all...]
/freebsd-10-stable/usr.sbin/ppp/
H A Dfsm.c145 struct fsm_callbacks *fn, const char * const timer_names[3])
162 fp->fn = fn;
203 (*fp->fn->DecodeConfig)(fp, ptr, ptr + count, MODE_NOP, NULL);
245 (*fp->fn->LayerStart)(fp);
260 (*fp->fn->LayerStart)(fp);
322 (*fp->fn->LayerFinish)(fp);
328 (*fp->fn->LayerStart)(fp);
338 (*fp->fn->LayerDown)(fp);
350 (*fp->fn
142 fsm_Init(struct fsm *fp, const char *name, u_short proto, int mincode, int maxcode, int LogLevel, struct bundle *bundle, struct link *l, const struct fsm_parent *parent, struct fsm_callbacks *fn, const char * const timer_names[3]) argument
[all...]
/freebsd-10-stable/contrib/gcclibs/libgomp/
H A Dsections.c103 GOMP_parallel_sections_start (void (*fn) (void *), void *data,
114 gomp_team_start (fn, data, num_threads, ws);
/freebsd-10-stable/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c29 tryMakeFile(const char *fn) argument
31 FILE *f = fopen(fn, "w");
/freebsd-10-stable/contrib/llvm/tools/lli/
H A DRemoteTarget.cpp81 int (*fn)(void) = (int(*)(void))Address;
82 RetVal = fn();
/freebsd-10-stable/lib/libc/gen/
H A Dftw.c33 ftw(const char *path, int (*fn)(const char *, const struct stat *, int),
80 error = fn(cur->fts_path, cur->fts_statp, fnflag);
/freebsd-10-stable/lib/libedit/
H A Dhist.h57 #define HIST_FUN(el, fn, arg) \
59 fn, arg)) == -1) ? NULL : (el)->el_history.ev.str)
/freebsd-10-stable/sys/dev/acpica/
H A Dacpiio.h121 extern int acpi_register_ioctl(u_long cmd, acpi_ioctl_fn fn, void *arg);
122 extern void acpi_deregister_ioctl(u_long cmd, acpi_ioctl_fn fn);
/freebsd-10-stable/sys/dev/firewire/
H A Diec68113.h56 uint8_t fn:2, member in struct:ciphdr
64 fn:2; member in struct:ciphdr
/freebsd-10-stable/usr.sbin/ctm/ctm/
H A Dctm.c231 char *fn; local
235 if (asprintf(&fn, "%s/CTMclient.XXXXXXXXXX", TmpDir) == -1) {
240 if ((fd = mkstemp(fn)) == -1 || (f2 = fdopen(fd, "w+")) == NULL) {
241 warn("%s", fn);
242 free(fn);
248 unlink(fn);
250 fprintf(stderr,"Writing tmp-file \"%s\"\n",fn);
251 free(fn);
/freebsd-10-stable/usr.bin/grep/regex/
H A Dglue.h43 #define CALL_WITH_OFFSET(fn) \
52 ret = fn; \
/freebsd-10-stable/contrib/tcsh/
H A Dtc.sig.c40 sigset_interrupting(int sig, void (*fn) (int))
44 act.sa_handler = fn;
/freebsd-10-stable/usr.sbin/fwcontrol/
H A Dfwmpegts.c80 |0|0| sid | dbs |fn | qpc |S|RSV| dbc |
109 fn = 3
216 if (ciph->fn != 3) {
218 "unsupported MPEG TS stream, fn=%d (only fn=3 is supported)",
219 ciph->fn);
237 ciph->fn, (1<<ciph->fn) );
247 if (ciph->dbc % (1<<ciph->fn) == 0)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXX.cpp214 llvm::Function *fn = local
216 setFunctionLinkage(GlobalDecl(ctor, ctorType), fn); local
218 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo); local
220 SetFunctionDefinitionAttributes(ctor, fn);
221 SetLLVMFunctionAttributesForDefinition(ctor, fn);
269 llvm::Function *fn = local
271 setFunctionLinkage(GlobalDecl(dtor, dtorType), fn); local
273 CodeGenFunction(*this).GenerateCode(GlobalDecl(dtor, dtorType), fn, fnInfo); local
275 SetFunctionDefinitionAttributes(dtor, fn);
276 SetLLVMFunctionAttributesForDefinition(dtor, fn);
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dipa-reference.c120 get_local_reference_vars_info (tree fn) argument
122 ipa_reference_vars_info_t info = get_function_ann (fn)->reference_vars_info;
135 get_global_reference_vars_info (tree fn) argument
137 ipa_reference_vars_info_t info = get_function_ann (fn)->reference_vars_info;
147 that may be read locally by the execution of the function fn.
151 ipa_reference_get_read_local (tree fn) argument
153 ipa_reference_local_vars_info_t l = get_local_reference_vars_info (fn);
161 that may be written locally by the execution of the function fn.
165 ipa_reference_get_written_local (tree fn) argument
167 ipa_reference_local_vars_info_t l = get_local_reference_vars_info (fn);
179 ipa_reference_get_read_global(tree fn) argument
194 ipa_reference_get_written_global(tree fn) argument
208 ipa_reference_get_not_read_global(tree fn) argument
223 ipa_reference_get_not_written_global(tree fn) argument
483 struct cgraph_node *fn = data; local
493 walk_tree (&DECL_INITIAL (t), scan_for_static_refs, fn, visited_nodes); local
790 analyze_function(struct cgraph_node *fn) argument
817 fn, visited_nodes); local
834 fn, visited_nodes); local
845 clean_function(struct cgraph_node *fn) argument
[all...]
H A Dipa-pure-const.c403 struct cgraph_node *fn = data; local
405 funct_state local = get_function_state (fn);
411 walk_tree (&DECL_INITIAL (t), scan_function, fn, visited_nodes); local
501 analyze_function (struct cgraph_node *fn) argument
504 tree decl = fn->decl;
505 struct ipa_dfs_info * w_info = fn->aux;
536 cgraph_node_name (fn),
551 fn, visited_nodes); local
564 current_function_decl = fn->decl;
569 gcc_assert (DECL_STRUCT_FUNCTION (fn
[all...]
H A Dconvert.c245 tree fn = mathfn_built_in (newtype, fcode); local
247 if (fn)
250 expr = build_function_call_expr (fn, arglist);
277 tree fn = mathfn_built_in (type, fcode); local
279 if (fn)
290 build_function_call_expr (fn,
434 tree fn = 0; local
445 fn = mathfn_built_in (s_intype, BUILT_IN_LCEIL);
448 fn = mathfn_built_in (s_intype, BUILT_IN_LLCEIL);
458 fn
[all...]
/freebsd-10-stable/contrib/gcc/cp/
H A Dclass.c1002 tree fn = OVL_CURRENT (fns);
1008 if (TREE_CODE (fn) != TREE_CODE (method))
1021 fn_type = TREE_TYPE (fn);
1029 if (! DECL_STATIC_FUNCTION_P (fn)
1037 if (TREE_CODE (fn) == TEMPLATE_DECL
1040 || !comp_template_parms (DECL_TEMPLATE_PARMS (fn),
1044 if (! DECL_STATIC_FUNCTION_P (fn))
1050 && (!DECL_CONV_FN_P (fn)
1056 if (DECL_CONTEXT (fn) == type)
1059 if (DECL_CONTEXT (fn)
1000 tree fn = OVL_CURRENT (fns); local
1505 tree fn; local
1699 tree fn; local
1841 tree fn; member in struct:find_final_overrider_data_s
1926 find_final_overrider(tree derived, tree binfo, tree fn) argument
1973 get_vcall_index(tree fn, tree type) argument
1993 update_vtable_entry_for_fn(tree t, tree binfo, tree fn, tree* virtuals, unsigned ix) argument
2288 tree fn = TREE_VALUE (*fnsp); local
2403 tree fn; local
3770 build_clone(tree fn, tree name) argument
3892 clone_function_decl(tree fn, int update_method_vec_p) argument
4085 tree fn; local
4195 tree fn; local
4260 fixup_pending_inline(tree fn) argument
5075 tree fn; local
5794 tree fn; local
5836 tree fn = OVL_CURRENT (fns); local
5890 tree fn = OVL_CURRENT (fns); local
6664 debug_thunks(tree fn) argument
7282 tree fn, fn_original; local
7707 tree fn; local
[all...]
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-smb.c37 void (*fn)(const u_char *, const u_char *, const u_char *, const u_char *); member in struct:smbdescript
45 void (*fn)(const u_char *, const u_char *, int, int); member in struct:smbdescriptint
176 static struct smbfnsint *fn = &trans2_fns[0]; local
189 fn = smbfindint(EXTRACT_LE_16BITS(w + 14 * 2), trans2_fns);
192 printf("%s\n", fn->name);
203 printf("%s param_length=%d data_length=%d\n", fn->name, pcnt, dcnt);
216 f1 = fn->descript.req_f1;
217 f2 = fn->descript.req_f2;
222 f1 = fn->descript.rep_f1;
223 f2 = fn
802 struct smbfns *fn; local
[all...]
/freebsd-10-stable/crypto/heimdal/include/
H A Dbits.c121 const char *fn, *hb; local
129 fn = "bits.h";
134 fn = argv[1];
135 p = malloc(strlen(fn) + 5);
136 sprintf(p, "__%s__", fn);
144 fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
145 fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
/freebsd-10-stable/lib/msun/ld80/
H A Ds_expl.c163 long double fn, hx2_hi, hx2_lo, q, r, r1, r2, t, twomk, twopk, x_hi; local
226 /* Use a specialized rint() to get fn. Assume round-to-nearest. */
227 fn = x * INV_L + 0x1.8p63 - 0x1.8p63;
229 n = irintl(fn);
231 n = irint(fn);
233 n = (int)fn;
237 r1 = x - fn * L1;
238 r2 = fn * -L2;
/freebsd-10-stable/contrib/ofed/management/libibcommon/include/infiniband/
H A Dcommon.h121 void ibwarn(const char * const fn, char *msg, ...) IBCOMMON_STRICT_FORMAT;
122 void ibpanic(const char * const fn, char *msg, ...) IBCOMMON_STRICT_FORMAT;
123 void logmsg(const char *const fn, char *msg, ...) IBCOMMON_STRICT_FORMAT;
/freebsd-10-stable/sbin/dumpon/
H A Ddumpon.c72 check_size(int fd, const char *fn) argument
89 err(EX_OSERR, "%s: can't get size", fn);
92 printf("%s is smaller than physical memory\n", fn);

Completed in 262 milliseconds

1234567891011>>