/illumos-gate/usr/src/uts/sun4/io/fpc/ |
H A D | fpc-kstats.c | 254 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 D | smartpqi_intr.c | 405 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 D | iospc.h | 94 int num_events; /* Size of events array. */ member
|
H A D | iospc.c | 354 grp_p->regsel_p->fields_p[i].num_events, in iospc_create_name_kstat()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | kstat_fr.c | 1444 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 D | dapl_tavor_ibtf_util.c | 498 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 D | n2piupc_tables.h | 105 int num_events; /* Size of events array. */ member
|
H A D | n2piupc_kstats.c | 157 grp_p->regsel_p->fields_p[i].num_events, in n2piupc_create_name_kstat()
|
/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/ |
H A D | daplt.c | 3034 uint32_t num_events = 0; in daplka_event_poll() local 3145 evp[num_events].ibe_ev_family = DAPL_CR_EVENTS; in daplka_event_poll() 3146 evp[num_events].ibe_ce.ibce_event = in daplka_event_poll() 3148 evp[num_events].ibe_ce.ibce_cookie = in daplka_event_poll() 3150 evp[num_events].ibe_ce.ibce_psep_cookie = 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() 3179 evp[num_events].ibe_ce.ibce_event = in daplka_event_poll() [all …]
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | kstat.h | 699 u_longlong_t num_events; /* number of events */ member
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | eventlog.c | 297 returned_events = rscReply->num_events; in ADM_Process_new_event_log()
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_adapter_util.h | 273 OUT int *num_events);
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | rmc_comm_hproto.h | 1011 rsci16 num_events; /* size of retrieved data */ member
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/ |
H A D | ecore_mcp_api.h | 1230 u64 *num_events);
|
H A D | ecore_mcp.c | 3541 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 D | kstat.c | 1413 SAVE_UINT64(ksi, ktimer, num_events); in save_timer()
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 985 SAVE_UINT64(self, ktimerp, num_events); in save_timer()
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 5951 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()
|