Searched refs:func (Results 26 - 50 of 76) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/
H A Dchud_osfmk_callback.c51 chudxnu_timer_alloc(chudxnu_timer_callback_func_t func, uint32_t param0) argument
53 return (chud_timer_t)thread_call_allocate((thread_call_func_t)func, (thread_call_param_t)param0);
H A Dchud_xnu.h159 extern kern_return_t chudxnu_cpu_timer_callback_enter(chudxnu_cpu_timer_callback_func_t func, uint32_t time, uint32_t units); // callback is entered on current cpu
175 extern kern_return_t chudxnu_trap_callback_enter(chudxnu_trap_callback_func_t func);
190 extern kern_return_t chudxnu_interrupt_callback_enter(chudxnu_interrupt_callback_func_t func);
195 extern kern_return_t chudxnu_perfmon_ast_callback_enter(chudxnu_perfmon_ast_callback_func_t func);
201 extern kern_return_t chudxnu_cpusig_callback_enter(chudxnu_cpusig_callback_func_t func);
207 extern kern_return_t chudxnu_kdebug_callback_enter(chudxnu_kdebug_callback_func_t func);
213 extern chud_timer_t chudxnu_timer_alloc(chudxnu_timer_callback_func_t func, uint32_t param0);
220 extern kern_return_t chudxnu_syscall_callback_enter(chudxnu_syscall_callback_func_t func);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dasm.h216 #define Gcall(func) call func
231 #define Gcall(func) call EXT(func)@PLT
245 #define Gcall(func) call *9f; .data; .align ALIGN; 9: .long func; .text
259 #define Egcall(func) Gcall(EXT(func))
H A Ddb_gcc_aout.c291 * search a symbol with file, func and line qualification
506 X_db_search_by_addr(stab, addr, file, func, line, diff)
510 char **func;
521 *file = *func = 0;
578 *func = (func_sp->n_un.n_name[0] == '_')?
597 char *func; local
601 found = X_db_search_by_addr(stab,(unsigned)pc,file,&func,line,&diff);
602 return(found && func && *file);
H A Dlapic.c530 lapic_set_intr_func(int vector, i386_intr_func_t func) argument
542 lapic_intr_func[vector] = func;
546 vector, func);
H A Dperfmon.c289 /* func expected to clear overflow */
334 /* func expected to clear overflow */
657 pmc_set_ovf_func(pmc_id_t id, pmc_ovf_func_t func) argument
666 pmc_table->P4.ovf_func[id] = func;
669 pmc_table->P6.ovf_func[id] = func;
672 pmc_table->Core.ovf_func[id] = func;
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_osfmk_callback_ppc.c115 kern_return_t chudxnu_cpu_timer_callback_enter(chudxnu_cpu_timer_callback_func_t func, uint32_t time, uint32_t units) argument
125 chud_proc_info->cpu_timer_callback_fn = func;
228 kern_return_t chudxnu_trap_callback_enter(chudxnu_trap_callback_func_t func) argument
230 trap_callback_fn = func;
305 kern_return_t chudxnu_perfmon_ast_callback_enter(chudxnu_perfmon_ast_callback_func_t func) argument
307 perfmon_ast_callback_fn = func;
368 kern_return_t chudxnu_interrupt_callback_enter(chudxnu_interrupt_callback_func_t func) argument
370 interrupt_callback_fn = func;
408 kern_return_t chudxnu_cpusig_callback_enter(chudxnu_cpusig_callback_func_t func) argument
410 cpusig_callback_fn = func;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_encap.c195 if (ep->func)
196 prio = (*ep->func)(m, off, proto, ep->arg);
293 if (ep->func)
294 prio = (*ep->func)(m, *offp, proto, ep->arg);
414 encap_attach_func(af, proto, func, psw, arg)
417 int (*func)(const struct mbuf *, int, int, void *);
425 if (!func) {
439 ep->func = func;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_aout.c379 int func; local
415 func = line = 0;
425 if (func == 0 &&
428 func = 1;
436 if (line == 0 || func == 0)
446 if (func)
449 if (func == 0 &&
452 func = 1;
463 if (func == 0 &&
466 func
754 aout_db_search_by_addr( db_symtab_t *stab, db_addr_t addr, char **file, char **func, int *line, db_expr_t *diff, int *args) argument
941 char *func; local
[all...]
H A Ddb_sym.h149 int (*func)(db_symtab_t *,
160 int (*func)(db_symtab_t *,
174 int (*func)(db_symtab_t *,
318 char **func,
H A Ddb_sym.c445 int (*func)(db_symtab_t *,
475 nsym = func(symtab, sym_name);
493 int (*func)(db_symtab_t *,
534 nsym = func(symtab, file_name, sym_name, 0, (db_sym_t *)0,
554 int (*func)(db_symtab_t *, char *, char *, int,
611 (void) func(symtab, file_name, sym_name, line_number, &found,
717 char *func; local
742 sym = X_db_search_by_addr(sp, val, &filename, &func,
1428 __unused char **file, __unused char **func,
1427 no_search_by_addr(__unused db_symtab_t *stab, db_addr_t off, __unused char **file, __unused char **func, __unused int *line, __unused db_expr_t *diffp, __unused int *args) argument
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DOSMetaClass.h120 _ptmf2ptf(const OSMetaClassBase *self, void (OSMetaClassBase::*func)(void))
134 map.fIn = func;
139 // Not virtual, i.e. plain member func
161 _ptmf2ptf(const OSMetaClassBase *self, void (OSMetaClassBase::*func)(void))
169 map.fIn = func;
182 // Not virtual, i.e. plain member func
194 @param func The pointer to member function itself, something like &Base::func.
198 #define OSMemberFunctionCast(cptrtype, self, func) \
200 _ptmf2ptf(self, (void (OSMetaClassBase::*)(void)) func)
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOUserClient.cpp2804 IOMethod func; local
2822 func = method->func;
2827 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(input[2]),
2831 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(input[2]),
2836 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(input[2]),
2841 err = (object->*func)( ARG32(input[0]), ARG32(input[1]), ARG32(input[2]),
2845 err = (object->*func)( ARG32(input[0]), ARG32(input[1]),
2850 err = (object->*func)( ARG32(input[0]),
2855 err = (object->*func)(
3030 IOAsyncMethod func; local
3147 IOMethod func; local
3216 IOAsyncMethod func; local
3319 IOMethod func; local
3391 IOAsyncMethod func; local
3492 IOMethod func; local
3540 IOAsyncMethod func; local
3945 IOTrap func; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dnbp.h144 int (*func)(nbp_req_t *, nve_entry_t *); member in struct:nbp_req
H A Dasp_proto.c412 aw.func = ASPFUNC_CloseSess;
562 aw.func = ASPFUNC_GetStatus;
586 aw.func = ASPFUNC_OpenSess;
704 if (awp->func == ASPFUNC_Tickle)
753 aspCmdStr(awp->func),
809 aw.func = ASPFUNC_Tickle;
861 awp->func = sess_scb->loc_addr.socket;
981 aspCmdStr(awp->func),scb->loc_addr.socket,
987 switch (awp->func) {
1058 awp->func
[all...]
H A Dasp.h166 unsigned char func; member in struct:__anon255
H A Dat_pcb.c100 ddp_handler_func func; member in struct:__anon262
177 if (ddp_handler[ddpsock].func)
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOUserClient.h70 IOMethod func; member in struct:IOExternalMethod
78 IOAsyncMethod func; member in struct:IOExternalAsyncMethod
86 IOTrap func; member in struct:IOExternalTrap
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dsdt.c103 char *name = sdpd->sdpd_name, *func, *nname; local
136 func = sdpd->sdpd_func;
138 if (func == NULL)
139 func = "<unknown>";
145 func, nname)) != DTRACE_IDNONE) {
154 modname, func, nname, SDT_AFRAMES, sdp);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_vlan.c114 typedef int (if_set_bpf_tap_func)(struct ifnet *ifp, int mode, bpf_callback_func * func);
364 bpf_packet_func func);
442 bpf_packet_func func)
444 if (func != NULL) {
445 (*func)(ifp, m);
452 bpf_packet_func func, char * frame_header,
455 if (func != NULL) {
462 (*func)(ifp, m);
893 vlan_set_bpf_tap(ifnet_t ifp, bpf_tap_mode mode, bpf_packet_func func) argument
909 ifv->ifv_bpf_input = func;
441 vlan_bpf_output(struct ifnet * ifp, struct mbuf * m, bpf_packet_func func) argument
451 vlan_bpf_input(struct ifnet * ifp, struct mbuf * m, bpf_packet_func func, char * frame_header, int frame_header_len, int encap_len) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dload.c2639 void (*func)(const char * format, ...))
2641 if (!func) {
2644 __kload_log_func = func;
2653 void (*func)(const char * format, ...))
2655 if (!func) {
2658 __kload_err_log_func = func;
2667 int (*func)(int default_answer, const char * format, ...))
2669 if (!func) {
2672 __kload_approve_func = func;
2681 int (*func)(in
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_isa.c632 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit))
638 func(0x0, VM_MIN_KERNEL_ADDRESS);
639 func(VM_MAX_KERNEL_ADDRESS + 1, ~(uintptr_t)0);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Ddtrace_isa.c583 dtrace_toxic_ranges(void (*func)(uintptr_t base, uintptr_t limit))
589 func(0x0, VM_MIN_KERNEL_ADDRESS);
590 func(VM_MAX_KERNEL_ADDRESS + 1, ~(uintptr_t)0);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dkrpc_subr.c208 krpc_call(sa, sotype, prog, vers, func, data, from_p)
210 u_int sotype, prog, vers, func;
352 call->rp_proc = htonl(func);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.h283 int journal_modify_block_end(journal *jnl, struct buf *bp, void (*func)(struct buf *bp, void *arg), void *arg);

Completed in 131 milliseconds

1234