Searched refs:fn (Results 1 - 25 of 898) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsound_firmware.h1 extern int mod_firmware_load(const char *fn, char **fp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dsignature.h38 # define SIGNATURE_CHECK(fn, ret, args) \
39 SIGNATURE_CHECK1 (fn, ret, args, __LINE__)
43 # define SIGNATURE_CHECK1(fn, ret, args, id) \
44 SIGNATURE_CHECK2 (fn, ret, args, id) /* macroexpand line */
45 # define SIGNATURE_CHECK2(fn, ret, args, id) \
46 static ret (* _GL_UNUSED signature_check ## id) args = fn
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/libcoreutils/
H A Dcp_mv_stat.c26 int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf) argument
28 if (sf(fn, fn_stat) < 0) {
30 bb_perror_msg("cannot stat '%s'", fn);
40 int cp_mv_stat(const char *fn, struct stat *fn_stat) argument
42 return cp_mv_stat2(fn, fn_stat, stat);
H A Dcoreutils.h9 typedef int (*stat_func)(const char *fn, struct stat *ps);
11 int cp_mv_stat2(const char *fn, struct stat *fn_stat, stat_func sf);
12 int cp_mv_stat(const char *fn, struct stat *fn_stat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-kde/admin/
H A Dcvs-clean.pl17 my $fn = shift;
18 lstat ($fn);
20 if (opendir (DIR, $fn)) {
22 &rmrf ($fn."/".$efn);
25 rmdir ($fn);
28 unlink ($fn);
48 for my $fn (grep (!/^\.\.?$/, readdir (DIR))) {
49 if (-d $dir.$fn) {
50 $fn eq "CVS" or $dirsdir{$fn}
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinit.h141 extern int do_one_initcall(initcall_t fn);
170 #define __define_initcall(level,fn,id) \
171 static initcall_t __initcall_##fn##id __used \
172 __attribute__((__section__(".initcall" level ".init"))) = fn
179 #define early_initcall(fn) __define_initcall("early",fn,early)
187 #define pure_initcall(fn) __define_initcall("0",fn,0)
189 #define core_initcall(fn) __define_initcall("1",fn,
[all...]
H A Dstop_machine.h25 cpu_stop_fn_t fn; member in struct:cpu_stop_work
30 int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg);
31 void stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg,
33 int stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
34 int try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg);
42 cpu_stop_fn_t fn; member in struct:cpu_stop_work
46 static inline int stop_one_cpu(unsigned int cpu, cpu_stop_fn_t fn, void *arg) argument
51 ret = fn(arg);
61 stwork->fn(stwork->arg);
66 cpu_stop_fn_t fn, voi
65 stop_one_cpu_nowait(unsigned int cpu, cpu_stop_fn_t fn, void *arg, struct cpu_stop_work *work_buf) argument
77 stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) argument
85 try_stop_cpus(const struct cpumask *cpumask, cpu_stop_fn_t fn, void *arg) argument
[all...]
H A Dcpu.h81 #define cpu_notifier(fn, pri) { \
82 static struct notifier_block fn##_nb __cpuinitdata = \
83 { .notifier_call = fn, .priority = pri }; \
84 register_cpu_notifier(&fn##_nb); \
87 #define cpu_notifier(fn, pri) do { (void)(fn); } while (0)
115 #define cpu_notifier(fn, pri) do { (void)(fn); } while (0)
142 #define hotcpu_notifier(fn, pri) cpu_notifier(fn, pr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dinit.h91 #define __uml_initcall(fn) \
92 static initcall_t __uml_initcall_##fn __uml_init_call = fn
94 #define __uml_exitcall(fn) \
95 static exitcall_t __uml_exitcall_##fn __uml_exit_call = fn
99 #define __uml_postsetup(fn) \
100 static initcall_t __uml_postsetup_##fn __uml_postsetup_call = fn
109 #define __uml_setup(str, fn, hel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcop2.h25 #define cu2_notifier(fn, pri) \
27 static struct notifier_block fn##_nb = { \
28 .notifier_call = fn, \
32 register_cu2_notifier(&fn##_nb); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtaskbar.h101 #define wx__DECLARE_TASKBAREVT(evt, fn) \
102 wx__DECLARE_EVT0(wxEVT_TASKBAR_ ## evt, wxTaskBarIconEventHandler(fn))
104 #define EVT_TASKBAR_MOVE(fn) wx__DECLARE_TASKBAREVT(MOVE, fn)
105 #define EVT_TASKBAR_LEFT_DOWN(fn) wx__DECLARE_TASKBAREVT(LEFT_DOWN, fn)
106 #define EVT_TASKBAR_LEFT_UP(fn) wx__DECLARE_TASKBAREVT(LEFT_UP, fn)
107 #define EVT_TASKBAR_RIGHT_DOWN(fn) wx__DECLARE_TASKBAREVT(RIGHT_DOWN, fn)
[all...]
H A Dtreebase.h362 #define wx__DECLARE_TREEEVT(evt, id, fn) \
363 wx__DECLARE_EVT1(wxEVT_COMMAND_TREE_ ## evt, id, wxTreeEventHandler(fn))
369 #define EVT_TREE_BEGIN_DRAG(id, fn) wx__DECLARE_TREEEVT(BEGIN_DRAG, id, fn)
370 #define EVT_TREE_BEGIN_RDRAG(id, fn) wx__DECLARE_TREEEVT(BEGIN_RDRAG, id, fn)
374 #define EVT_TREE_END_DRAG(id, fn) wx__DECLARE_TREEEVT(END_DRAG, id, fn)
381 #define EVT_TREE_BEGIN_LABEL_EDIT(id, fn) wx__DECLARE_TREEEVT(BEGIN_LABEL_EDIT, id, fn)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/tests/
H A Dc-plus-plus-test-gen.py27 files = filter(lambda fn: fn.endswith(".h") and not fn.startswith("."), files)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/tests/
H A Dc-plus-plus-test-gen.py27 files = filter(lambda fn: fn.endswith(".h") and not fn.startswith("."), files)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dtest.h17 #define ALSA_CHECK(fn) ({ \
18 int err = fn; \
21 __FILE__, __LINE__, snd_strerror(err), #fn); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/tools/
H A Ddbus-uuidgen.c56 const char *fn; local
61 fn = arg + strlen(option);
63 if (!(*fn == '=' || *fn == ' ' || *fn == '\0'))
68 if (*fn == '=')
69 ++fn;
71 while (*fn == ' ' && *fn != '\0')
72 ++fn;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_ioc32.c54 drm_ioctl_compat_t *fn = NULL; local
60 if (fn != NULL)
61 ret = (*fn)(filp, cmd, arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dip6_fib.c79 static void fib6_prune_clones(struct net *net, struct fib6_node *fn,
81 static struct rt6_info *fib6_find_prefix(struct net *net, struct fib6_node *fn);
82 static struct fib6_node *fib6_repair_tree(struct net *net, struct fib6_node *fn);
153 struct fib6_node *fn; local
155 fn = kmem_cache_zalloc(fib6_node_kmem, GFP_ATOMIC);
157 return fn;
160 static __inline__ void node_free(struct fib6_node * fn) argument
162 kmem_cache_free(fib6_node_kmem, fn);
432 struct fib6_node *fn, *in, *ln; local
443 fn
614 fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt, struct nl_info *info) argument
699 struct fib6_node *fn, *pn = NULL; local
831 struct fib6_node *fn; local
887 struct fib6_node *fn; local
922 struct fib6_node *fn; local
952 struct fib6_node *fn; local
978 fib6_find_prefix(struct net *net, struct fib6_node *fn) argument
1000 fib6_repair_tree(struct net *net, struct fib6_node *fn) argument
1101 fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp, struct nl_info *info) argument
1167 struct fib6_node *fn = rt->rt6i_node; local
1233 struct fib6_node *fn, *pn; local
1416 fib6_prune_clones(struct net *net, struct fib6_node *fn, struct rt6_info *rt) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dmstats.c51 mstats_open(const char *fn) argument
62 if (strlen(fn) >= sizeof(mmap_fn))
66 fd = open (fn, O_CREAT | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
69 msg (M_ERR, "mstats_open: cannot open: %s", fn);
80 msg (M_ERR, "mstats_open: write error: %s", fn);
89 msg (M_ERR, "mstats_open: write error: %s", fn);
97 msg (M_ERR, "mstats_open: close error: %s", fn);
101 strcpy(mmap_fn, fn);
106 msg (M_INFO, "memstats data will be written to %s", fn);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dmachdep.h344 #define __define_machine_initcall(mach,level,fn,id) \
345 static int __init __machine_initcall_##mach##_##fn(void) { \
346 if (machine_is(mach)) return fn(); \
349 __define_initcall(level,__machine_initcall_##mach##_##fn,id);
351 #define machine_core_initcall(mach,fn) __define_machine_initcall(mach,"1",fn,1)
352 #define machine_core_initcall_sync(mach,fn) __define_machine_initcall(mach,"1s",fn,1s)
353 #define machine_postcore_initcall(mach,fn) __define_machine_initcall(mach,"2",fn,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/plot/
H A Dplot.h409 #define EVT_PLOT(id, fn) { wxEVT_PLOT_DOUBLECLICKED, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
410 #define EVT_PLOT_SEL_CHANGING(id, fn) { wxEVT_PLOT_SEL_CHANGING, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
411 #define EVT_PLOT_SEL_CHANGED(id, fn) { wxEVT_PLOT_SEL_CHANGED, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
412 #define EVT_PLOT_CLICKED(id, fn) { wxEVT_PLOT_CLICKED, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObject *) NULL },
413 #define EVT_PLOT_DOUBLECLICKED(id, fn) { wxEVT_PLOT_DOUBLECLICKED, id, wxID_ANY, (wxObjectEventFunction) (wxEventFunction) (wxCommandEventFunction) (wxNotifyEventFunction) (wxPlotEventFunction) & fn, (wxObjec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-client/
H A Dxdg-config.c41 char fn[PATH_MAX], *p = NULL, buf[2048], *s = NULL; local
46 snprintf(p = fn, sizeof(fn), "%s/%s", e, filename);
48 snprintf(p = fn, sizeof(fn), "%s/.config/%s", e, filename);
63 snprintf(fn, sizeof(fn), "%s/%s", e, filename);
65 if ((f = fopen(fn, "r")))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dclobber.c42 void clobber_region(const char *fn, unsigned int line, char *dest, size_t len) argument
45 global_clobber_region_function = fn;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dvfstest.h28 int (*fn)(struct connection_struct *conn, const char *path); member in struct:func_entry
41 NTSTATUS (*fn)(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc, member in struct:cmd_set
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-client/
H A Dxdg-config.c41 char fn[PATH_MAX], *p = NULL, buf[2048], *s = NULL; local
46 snprintf(p = fn, sizeof(fn), "%s/%s", e, filename);
48 snprintf(p = fn, sizeof(fn), "%s/.config/%s", e, filename);
63 snprintf(fn, sizeof(fn), "%s/%s", e, filename);
65 if ((f = fopen(fn, "r")))

Completed in 166 milliseconds

1234567891011>>