Searched refs:func (Results 1 - 25 of 398) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTestCases.h16 draw_func *func; member in struct:__anon5823
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dkernel.h37 system_init_func_t func; member in struct:__system_init
41 #define SYSINIT(uniquifier, subsystem, order, func, ident) \
42 struct __system_init __init_##uniquifier = { (system_init_func_t) func }
44 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \
45 struct __system_init __uninit_##uniquifier = { (system_init_func_t) func }
/haiku-fatelf/src/bin/network/telnetd/
H A Dslc.c131 add_slc(char func, char flag, cc_t val) argument
134 if ((*slcptr++ = (unsigned char)func) == 0xff)
217 process_slc(unsigned char func, unsigned char flag, cc_t val) argument
224 if (func > NSLC) {
225 add_slc(func, SLC_NOSUPPORT, 0);
234 if (func == 0) {
250 mylevel = slctab[func].current.flag & SLC_LEVELBITS;
257 if (hislevel == mylevel && (val == slctab[func].current.val || ack)) {
269 change_slc(func, flag, val);
281 change_slc(char func, cha argument
434 unsigned char func, flag; local
[all...]
/haiku-fatelf/src/kits/opengl/
H A DGLDispatcher.cpp31 #define NAME(func) gl##func
33 #define DISPATCH(func, args, msg) \
36 (dispatch->func) args
38 #define RETURN_DISPATCH(func, args, msg) \
41 return (dispatch->func) args
/haiku-fatelf/headers/private/kernel/arch/sh4/
H A Dvcpu_struct.h9 int (*func)(void *iframe); member in struct:vector
/haiku-fatelf/src/bin/gdb/gdb/
H A Dfbsd-nat.h34 extern int fbsd_find_memory_regions (int (*func) (CORE_ADDR, unsigned long,
/haiku-fatelf/src/bin/network/tcpdump/
H A Dsetsignal.c74 (*setsignal (int sig, RETSIGTYPE (*func)(int)))(int) argument
80 new.sa_handler = func;
87 return (sigset(sig, func));
89 return (signal(sig, func));
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/fs_shell/
H A Dadditional_commands.h15 int (*func)(int argc, char **argv); member in struct:cmd_entry
/haiku-fatelf/src/bin/gdb/opcodes/
H A Darm-dis.c158 arm_decode_shift (given, func, stream)
160 fprintf_ftype func;
163 func (stream, "%s", arm_regnames[given & 0xf]);
176 func (stream, ", rrx");
183 func (stream, ", %s #%d", arm_shift[shift], amount);
186 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5],
220 fprintf_ftype func = info->fprintf_func;
241 func (stream, "%%");
250 func (stream, "[pc");
258 func (strea
218 fprintf_ftype func = info->fprintf_func; local
937 fprintf_ftype func = info->fprintf_func; local
[all...]
H A Dh8500-dis.c83 fprintf_ftype func = info->fprintf_func; local
143 func (stream, _("can't cope with insert %d\n"),
230 (func) (stream, "%s\t", opcode->name);
234 (func) (stream, ",");
238 func (stream, "fp");
241 func (stream, "@(0x%x:16,r%d)", disp, rn);
244 func (stream, "@(0x%x:8 (%d),r%d)", disp & 0xff, disp, rn);
247 func (stream, "@(0x%x:16,r%d)", disp, rd);
250 func (stream, "@(0x%x:8 (%d), r%d)", disp & 0xff, disp, rd);
253 func (strea
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dload.c90 int group, offset, func; local
95 func = load_adr.pc_func;
98 if (functions[func].f_label == NULL)
100 functions[func].f_label =
102 functions[func].f_label->l_next = NULL;
106 temp = functions[func].f_label;
158 long func; local
228 func = long_val (&str);
229 clear_func (func);
231 printf ("Loading function number %d\n", func);
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/bits/
H A Dmathinline.h164 # define __inline_mathop(func, op) \
165 __inline_mathop_ (double, func, op) \
166 __inline_mathop_ (float, __CONCAT(func,f), op) \
167 __inline_mathop_ (long double, __CONCAT(func,l), op)
168 # define __inline_mathopNP(func, op) \
169 __inline_mathopNP_ (double, func, op) \
170 __inline_mathopNP_ (float, __CONCAT(func,f), op) \
171 __inline_mathopNP_ (long double, __CONCAT(func,l), op)
173 # define __inline_mathop(func, op) \
174 __inline_mathop_ (double, func, o
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/ports/usb_serial/
H A DTracing.h29 #define TRACE_FUNCRES(func, param) \
31 func(param);
/haiku-fatelf/src/add-ons/kernel/drivers/video/usb_vision/
H A Dtracing.h26 #define TRACE_FUNCRES(func, param)\
27 { if(b_log_funcres) func(param);}
/haiku-fatelf/src/kits/print/
H A DPrinterDriverAddOn.cpp54 add_printer_func_t func;
56 B_SYMBOL_TYPE_TEXT, (void**)&func);
60 if ((*func)(spoolFolderName) == NULL)
72 config_func_t func;
74 B_SYMBOL_TYPE_TEXT, (void**)&func);
78 BMessage* newSettings = (*func)(spoolFolder, settings);
92 config_func_t func;
94 B_SYMBOL_TYPE_TEXT, (void**)&func);
98 BMessage* newSettings = (*func)(spoolFolder, settings);
112 default_settings_t func;
137 take_job_func_t func; local
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/bits/
H A Dmathinline.h403 # define __inline_mathop(func, op) \
404 __inline_mathop_ (double, func, op) \
405 __inline_mathop_ (float, __CONCAT(func,f), op) \
406 __inline_mathop_ (long double, __CONCAT(func,l), op)
407 # define __inline_mathopNP(func, op) \
408 __inline_mathopNP_ (double, func, op) \
409 __inline_mathopNP_ (float, __CONCAT(func,f), op) \
410 __inline_mathopNP_ (long double, __CONCAT(func,l), op)
412 # define __inline_mathop(func, op) \
413 __inline_mathop_ (double, func, o
[all...]
/haiku-fatelf/src/libs/ncurses/form/
H A Dfrm_hook.c39 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (FORM *form, Form_Hook func)\
41 T((T_CALLED("set_" #typ"_"#name"(%p,%p)"), form, func));\
42 (Normalize_Form( form ) -> typ ## name) = func ;\
/haiku-fatelf/src/libs/ncurses/menu/
H A Dm_hook.c44 NCURSES_IMPEXP int NCURSES_API set_ ## typ ## _ ## name (MENU *menu, Menu_Hook func )\
46 T((T_CALLED("set_" #typ "_" #name "(%p,%p)"), menu, func));\
47 (Normalize_Menu(menu) -> typ ## name = func );\
/haiku-fatelf/src/kits/app/
H A DMessageFilter.cpp13 BMessageFilter::BMessageFilter(uint32 inWhat, filter_hook func) argument
20 fFilterFunction(func)
26 message_source source, filter_hook func)
33 fFilterFunction(func)
39 message_source source, uint32 inWhat, filter_hook func)
46 fFilterFunction(func)
25 BMessageFilter(message_delivery delivery, message_source source, filter_hook func) argument
38 BMessageFilter(message_delivery delivery, message_source source, uint32 inWhat, filter_hook func) argument
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.h29 #define TRACE_FUNCRES(func, param) \
31 func(param);
/haiku-fatelf/src/libs/edit/
H A Dmap.h45 int func; /* function numeric value */ member in struct:el_bindings_t
59 el_func_t *func; /* List of available functions */ member in struct:el_map_t
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dmisc.cpp21 spawn_kernel_thread(thread_func func, const char *name, int32 priority, argument
24 return spawn_thread(func, name, priority, data);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp33 timer_function func; member in struct:timer_info
58 timer_function func; local
68 func = 0;
81 // timer is ready for execution, load func and cookie
83 func = sTimerData[index].func;
102 ASSERT(func);
103 func(cookie);
115 create_timer(timer_function func, void *cookie, bigtime_t interval, uint32 flags) argument
120 if (func
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dtimer.c32 timer_function func; member in struct:timer_info
57 timer_function func; local
67 func = 0;
80 // timer is ready for execution, load func and cookie
82 func = sTimerData[index].func;
101 ASSERT(func);
102 func(cookie);
114 create_timer(timer_function func, void *cookie, bigtime_t interval, uint32 flags) argument
119 if (func
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/rtl8169/
H A Dtimer.c32 timer_function func; member in struct:timer_info
57 timer_function func; local
67 func = 0;
80 // timer is ready for execution, load func and cookie
82 func = sTimerData[index].func;
101 ASSERT(func);
102 func(cookie);
114 create_timer(timer_function func, void *cookie, bigtime_t interval, uint32 flags) argument
119 if (func
[all...]

Completed in 238 milliseconds

1234567891011>>