Searched refs:func (Results 51 - 75 of 76) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c287 call_entry_func_t func; member in struct:call_entry
307 timer_call_func_t func,
566 dtrace_timeout(void (*func)(void *, void *), void* arg, uint64_t nanos)
569 thread_call_t call = thread_call_allocate(func, NULL);
929 _taskq_apply( task_func_t func, thread_call_param_t arg ) argument
931 func( (void *)arg );
944 taskq_dispatch(taskq_t *tq, task_func_t func, void *arg, uint_t flags) argument
947 thread_call_setup( (thread_call_t) tq, (thread_call_func_t)_taskq_apply, (thread_call_param_t)func );
H A Ddtrace.c7114 const char *func, const char *name, int aframes, void *arg)
7138 probe->dtpr_func = dtrace_strdup(func);
7218 const char *func, const char *name)
7228 pkey.dtpk_func = func;
7229 pkey.dtpk_fmatch = func ? &dtrace_match_string : &dtrace_match_nul;
7364 void (*func)(void *, dtrace_id_t, void *);
7388 func = *((void(**)(void *, dtrace_id_t, void *))
7391 func(prov->dtpv_arg, i + 1, probe->dtpr_arg);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prf.c523 kvprintf(char const *fmt, void (*func)(int, void*), void *arg, int radix, va_list ap) argument
525 __doprnt(fmt, &ap, func, arg, radix);
H A Dmcache.c1373 mcache_applyall(void (*func)(mcache_t *))
1379 func(cp);
1385 mcache_dispatch(void (*func)(void *), void *arg)
1387 ASSERT(func != NULL);
1388 timeout(func, arg, hz/1000);
H A Dpthread_synch.c799 user_addr_t user_func = uap->func;
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c141 OSObject::func(struct timeval fred) => _func__8OSObject7timeval
1933 const char *func, int funcLen, const char *op)
1952 appendNStr(c, func, funcLen);
1994 appendNStr(c, func, funcLen);
2040 const char *func; local
2049 func = c->fP.fInChar;
2065 funcLen = inCharFromCheck(&dubBarChk) - func - 2;
2066 if (parse_signature(c, func, funcLen, op))
1932 parse_signature(ParseContext *c, const char *func, int funcLen, const char *op) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp.c111 ddp_handler_func func; member in struct:__anon273
123 ddp_handler[ddp_socket].func = input_func;
1010 if (ddp_handler[socket].func) {
1013 (u_int) socket, ddp_handler[socket].func));
1017 (*ddp_handler[socket].func)(mp, ifID);
H A Dddp_nbp.c199 nbp_req.func = nbp_lkup_reply;
786 if (nbp_req->func != NULL) {
787 if ((*(nbp_req->func))(nbp_req, nve_entry) != 0) {
788 /* errno expected to be set by func */
H A Datp_write.c1004 atp_timout(func, trp, ticks)
1005 atp_tmo_func func;
1015 trp->tr_tmo_func = func;
1058 __unused atp_tmo_func func,
1057 atp_untimout( __unused atp_tmo_func func, struct atp_trans *trp) argument
H A Dddp_lap.c1423 static int elap_trackMcast(patp, func, addr)
1425 int func;
1446 switch (func) {
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c469 rrip_table_func func; member in struct:__anon122
511 for (ptable = table; ptable->func; ptable++) {
514 result |= (ptable->func(phead,ana));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_command.c954 uint32_t (*func)(uint32_t, ...);
962 func = (uint32_t (*) (uint32_t, ...))(unsigned long)fn_addr;
995 retval = (*func)(args[0], args[1], args[2], args[3], args[4],
H A Ddb_variables.c266 int (*func)(struct db_variable*, db_expr_t*,int, db_var_aux_param_t)
279 if (func == FCN_NULL) {
285 (*func)(vp, valuep, rw_flag, ap);
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp141 IOPMSettingControllerCallback func; member in class:PMSettingObject
1469 IOPMSettingControllerCallback func,
1477 func, target, refcon, handle);
1488 // * func - A C function callback of the type IOPMSettingControllerCallback
1490 // target to calls to "func"
1492 // argument to calls to "func"
1502 IOPMSettingControllerCallback func,
1513 NULL == func ||
1520 (IOPMrootDomain *)this, func, target,
3175 (*func)(targe
1467 registerPMSettingController( const OSSymbol * settings[], IOPMSettingControllerCallback func, OSObject *target, uintptr_t refcon, OSObject **handle) argument
1499 registerPMSettingController( const OSSymbol * settings[], uint32_t supportedPowerSources, IOPMSettingControllerCallback func, OSObject *target, uintptr_t refcon, OSObject **handle) argument
[all...]
H A DIOMemoryDescriptor.cpp1703 void (*func)(addr64_t pa, unsigned int count) = 0;
1708 func = &dcache_incoherent_io_flush64;
1711 func = &dcache_incoherent_io_store64;
1715 if (!func)
1733 (*func)(dstAddr64, dstLen);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dzalloc.c1894 void (*func)(int *, vm_size_t *, vm_size_t *, vm_size_t *, vm_size_t *, member in struct:fake_zone_info
1901 .func = stack_fake_zone_info,
1906 .func = save_fake_zone_info,
1910 .func = mapping_fake_zone_info,
1916 .func = pt_fake_zone_info,
1921 .func = kalloc_fake_zone_info,
2031 fake_zones[i].func(&zi->zi_count, &zi->zi_cur_size,
H A Dkmod.c960 kern_return_t (*func)(kmod_info_t *, void *);
977 func = (void *)k->start;
979 func = (void *)k->stop;
993 rc = (*func)(k, user_data);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_bond.c656 bpf_packet_func func);
996 u_int16_t vlan_tag, bpf_packet_func func)
1013 (*func)(ifp, vl_m);
1021 bpf_packet_func func)
1023 if (func != NULL) {
1029 bond_bpf_vlan(ifp, m, eh_p, m->m_pkthdr.vlan_tag, func);
1033 (*func)(ifp, m);
1041 bpf_packet_func func)
1043 if (func != NULL) {
1045 bond_bpf_vlan(ifp, m, eh_p, m->m_pkthdr.vlan_tag, func);
994 bond_bpf_vlan(struct ifnet * ifp, struct mbuf * m, const struct ether_header * eh_p, u_int16_t vlan_tag, bpf_packet_func func) argument
1020 bond_bpf_output(struct ifnet * ifp, struct mbuf * m, bpf_packet_func func) argument
1040 bond_bpf_input(ifnet_t ifp, mbuf_t m, const struct ether_header * eh_p, bpf_packet_func func) argument
1293 bond_set_bpf_tap(struct ifnet * ifp, bpf_tap_mode mode, bpf_packet_func func) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace_glue.h270 thread_call_t dtrace_timeout(void (*func)(void *, void *), void* arg, uint64_t nanos);
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dperfmon.h419 extern int pmc_set_ovf_func(pmc_id_t id, pmc_ovf_func_t *func);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.c1713 void (*func)(port_item *));
1784 void (*func)(port_item *))
1791 if (func != FUNC_NULL)
1792 (*func)(p);
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dsha1.c150 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref);
230 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref) argument
236 if(!OSCompareAndSwap((uintptr_t)NULL, (uintptr_t)func, (uintptr_t *)&performSHA1WithinKernelOnly)) {
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_journal.c2402 journal_modify_block_end(journal *jnl, struct buf *bp, void (*func)(struct buf *bp, void *arg), void *arg)
2510 if (func == NULL) {
2527 if (func) {
2530 buf_setfilter(bp, func, arg, &old_func, &old_arg);
2532 panic("jnl: modify_block_end: old func %p / arg %p", old_func, old_arg);
2777 void (*func)(struct buf *, void *);
2780 buf_setfilter(bp, NULL, NULL, (void **)&func, &arg);
2782 if (func) {
2795 func(bp, arg);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcpu.c1160 cpu_broadcast(uint32_t *synch, broadcastFunc func, uint32_t parm) argument
1177 if(KERN_SUCCESS != cpu_signal(ocpu, SIGPcall, (uint32_t)func, parm)) { /* Call the function on the other processor */
/macosx-10.5.8/xnu-1228.15.4/libkern/
H A Dzlib.c737 compress_func func; member in struct:config_s
972 compress_func func; local
984 func = configuration_table[s->level].func;
986 if (func != configuration_table[level].func && strm->total_in != 0) {
1119 bstate = (*(configuration_table[s->level].func))(s, flush);

Completed in 250 milliseconds

1234