Home
last modified time | relevance | path

Searched refs:num_events (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-kstats.c254 uint32_t num_events, num_events2; in fpc_dev_kstat() local
262 num_events = sizeof (fire_imu_events) / sizeof (fi_kev_mask_t); in fpc_dev_kstat()
268 num_events = sizeof (fire_mmu_events) / sizeof (fi_kev_mask_t); in fpc_dev_kstat()
274 num_events = sizeof (fire_lpu_events) / sizeof (fi_kev_mask_t); in fpc_dev_kstat()
280 num_events = sizeof (fire_tlu_events) / sizeof (fi_kev_mask_t); in fpc_dev_kstat()
289 num_events = sizeof (fire_jbc_events) / sizeof (fi_kev_mask_t); in fpc_dev_kstat()
300 ksinfop->pic_num_events = num_events; in fpc_dev_kstat()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_intr.c405 int num_events = 0; in process_event_intr() local
423 num_events++; in process_event_intr()
444 if (num_events != 0) { in process_event_intr()
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.h94 int num_events; /* Size of events array. */ member
H A Diospc.c354 grp_p->regsel_p->fields_p[i].num_events, in iospc_create_name_kstat()
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c1444 u_longlong_t num_events; in kstat_timer_stop() local
1448 num_events = ktp->num_events; in kstat_timer_stop()
1449 if (etime < ktp->min_time || num_events == 0) in kstat_timer_stop()
1454 ktp->num_events = num_events + 1; in kstat_timer_stop()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c498 IN uint32_t num_events) in dapls_set_cqN_notify() argument
505 (void *)cq_handle, num_events); in dapls_set_cqN_notify()
508 num_events); in dapls_set_cqN_notify()
1692 OUT int *num_events) in dapls_ib_event_poll() argument
1698 *num_events = 0; in dapls_ib_event_poll()
1728 *num_events = evp_msg.evp_num_polled; in dapls_ib_event_poll()
1736 *num_events = evp_msg.evp_num_polled; in dapls_ib_event_poll()
/illumos-gate/usr/src/uts/sun4v/io/n2piupc/
H A Dn2piupc_tables.h105 int num_events; /* Size of events array. */ member
H A Dn2piupc_kstats.c157 grp_p->regsel_p->fields_p[i].num_events, in n2piupc_create_name_kstat()
/illumos-gate/usr/src/uts/common/sys/
H A Dkstat.h699 u_longlong_t num_events; /* number of events */ member
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c3034 uint32_t num_events = 0; in daplka_event_poll() local
3146 evp[num_events].ibe_ce.ibce_event = in daplka_event_poll()
3153 &evp[num_events], head); in daplka_event_poll()
3156 if (++num_events == max_events) { in daplka_event_poll()
3173 evp[num_events].ibe_ev_family = in daplka_event_poll()
3176 evp[num_events].ibe_ev_family = in daplka_event_poll()
3192 evp[num_events].ibe_ce. in daplka_event_poll()
3199 if (++num_events == max_events) { in daplka_event_poll()
3214 evp[num_events].ibe_ev_family = in daplka_event_poll()
3227 if (++num_events == max_events) { in daplka_event_poll()
[all …]
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/
H A Deventlog.c297 returned_events = rscReply->num_events; in ADM_Process_new_event_log()
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_adapter_util.h273 OUT int *num_events);
/illumos-gate/usr/src/uts/sun4u/sys/
H A Drmc_comm_hproto.h1011 rsci16 num_events; /* size of retrieved data */ member
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_mcp_api.h1230 u64 *num_events);
H A Decore_mcp.c3541 u64 *num_events) in ecore_mcp_mem_ecc_events() argument
3546 0, &rsp, (u32 *)num_events); in ecore_mcp_mem_ecc_events()
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1413 SAVE_UINT64(ksi, ktimer, num_events); in save_timer()
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs985 SAVE_UINT64(self, ktimerp, num_events); in save_timer()
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c5951 uint32_t i, n, num_events; in iwk_write_event_log() local
5985 num_events = idx; in iwk_write_event_log()
5988 num_events = log_size - idx; in iwk_write_event_log()
5993 for (i = 0; i < num_events; i++) { in iwk_write_event_log()