Searched refs:check_func (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | cpu_event.h | 127 cpu_idle_check_wakeup_t check_func, void *check_arg); 184 cpu_idle_check_wakeup_t check_func, void *check_arg);
|
/titanic_50/usr/src/uts/i86pc/os/cpupm/ |
H A D | cpu_idle.c | 343 cpu_idle_check_wakeup_t check_func = &acpi_cpu_check_wakeup; in acpi_cpu_cstate() local 353 check_func = &acpi_cpu_mwait_ipi_check_wakeup; in acpi_cpu_cstate() 356 check_func = &acpi_cpu_mwait_check_wakeup; in acpi_cpu_cstate() 478 check_func, (void *)mcpu_mwait) == 0) { in acpi_cpu_cstate() 506 check_func, (void *)mcpu_mwait) == 0) { in acpi_cpu_cstate() 519 check_func, (void *)mcpu_mwait) == 0) { in acpi_cpu_cstate()
|
/titanic_50/usr/src/lib/libdisasm/common/ |
H A D | dis_i386.c | 46 check_func(void *data) in check_func() function 131 dhx->dhx_dis.d86_check_func = check_func; in dis_i386_handle_attach()
|
/titanic_50/usr/src/cmd/fm/eversholt/common/ |
H A D | check.c | 968 check_func(np); in check_cat_list() 976 check_func(struct node *np) in check_func() function 1095 check_func(arglist->u.expr.left); in check_func() 1097 check_func(arglist->u.expr.right); in check_func() 1107 check_func(arglist); in check_func() 1116 check_func(arglist); in check_func() 1128 check_func(arglist->u.expr.left); in check_func() 1138 check_func(arglist); in check_func() 1158 check_func(arglist->u.expr.left); in check_func() 1195 check_func(arglist->u.expr.right); in check_func() [all …]
|
H A D | check.h | 58 void check_func(struct node *np);
|
H A D | tree.c | 767 check_func(ret); in tree_func()
|
/titanic_50/usr/src/uts/i86pc/io/fipe/ |
H A D | fipe_pm.c | 280 cpu_idle_check_wakeup_t check_func, void* check_arg); 1365 fipe_enable(int throttle, cpu_idle_check_wakeup_t check_func, void* check_arg) in fipe_enable() argument 1374 if (check_func != NULL) { in fipe_enable() 1375 (*check_func)(check_arg); in fipe_enable() 1545 cpu_idle_check_wakeup_t check_func, void* check_arg) in fipe_idle_enter() argument 1583 check_func, check_arg); in fipe_idle_enter()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | evtchn.c | 984 ec_wait_on_evtchn(int evtchn, int (*check_func)(void *), void *arg) in ec_wait_on_evtchn() 987 while (!check_func(arg)) in ec_wait_on_evtchn() 1001 if (check_func(arg)) in ec_wait_on_evtchn() 1009 ec_wait_on_ipi(int ipl, int (*check_func)(void *), void *arg) in ec_wait_on_ipi() 1016 ec_wait_on_evtchn(ipip->mi_evtchns[CPU->cpu_id], check_func, arg); in ec_wait_on_ipi()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | cpu_event.c | 251 cpu_idle_check_wakeup_t check_func, void *check_arg) in cpu_idle_dtrace_enter() argument 632 cpu_idle_check_wakeup_t check_func, void *check_arg) in cpu_idle_enter() argument 691 cip->enter(cip->arg, ctx, check_func, check_arg); in cpu_idle_enter()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 121 typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len)); 2613 check_func c, /* check function */ 3090 check_func checkfn; /* check function */ 3235 check_func c;
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 263 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len)); 3554 check_func c, /* check function */ 4192 check_func checkfn; /* check function */ 4323 check_func c;
|