Home
last modified time | relevance | path

Searched refs:missed (Results 1 – 24 of 24) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c358 int missed; member
385 if (rs->missed) { in rdsv3_printk_ratelimit()
387 "%d callbacks suppressed\n", rs->missed); in rdsv3_printk_ratelimit()
390 rs->missed = 0; in rdsv3_printk_ratelimit()
397 rs->missed++; in rdsv3_printk_ratelimit()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_event.c156 uint32_t missed = 0; in emlxs_event_destroy() local
185 hba->hba_event.missed++; in emlxs_event_destroy()
186 missed = 1; in emlxs_event_destroy()
192 entry->evt->label, entry->id, entry->flag, missed, eventq->count); in emlxs_event_destroy()
800 uint32_t *eventcount, uint32_t *missed) in emlxs_get_dfc_eventinfo() argument
815 if (!eventinfo || !eventcount || !missed) { in emlxs_get_dfc_eventinfo()
821 *missed = 0; in emlxs_get_dfc_eventinfo()
826 if (hba->hba_event.new > hba->hba_event.missed) { in emlxs_get_dfc_eventinfo()
827 hba->hba_event.new -= hba->hba_event.missed; in emlxs_get_dfc_eventinfo()
832 *missed = hba->hba_event.missed; in emlxs_get_dfc_eventinfo()
[all …]
H A Demlxs_dfc.c7683 uint32_t missed = 0; in emlxs_dfc_get_eventinfo() local
7739 &missed) != 0) { in emlxs_dfc_get_eventinfo()
7754 bcopy((void *)&missed, dfc->buf3, sizeof (uint32_t)); in emlxs_dfc_get_eventinfo()
7758 emlxs_dfc_xlate(dfc->cmd), event_count, hba->hba_event.missed, in emlxs_dfc_get_eventinfo()
/illumos-gate/usr/src/boot/libsa/
H A Dnetif.h33 int missed; member
/illumos-gate/usr/src/uts/common/io/vioscsi/
H A Dvioscsi.c712 boolean_t missed = B_FALSE; in vioscsi_evt_handler() local
760 missed = B_TRUE; in vioscsi_evt_handler()
771 missed = B_TRUE; in vioscsi_evt_handler()
780 if (missed) { in vioscsi_evt_handler()
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/
H A DRELEASE6 10-10-19 dllscan.c: still no code for implicit libs missed by dlopen()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S936 ! must reset ! the PC and nPC back to the beginning to prevent missed
953 ! the PC and nPC back to the beginning to prevent missed wakeups.
/illumos-gate/usr/src/uts/common/io/usbgem/
H A Dusbgem.h39 uint32_t missed; member
H A Dusbgem.c3228 val = gstp->norcvbuf + gstp->missed; in usbgem_m_getstat()
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.S771 ! must reset the PC and nPC back to the beginning to prevent missed
788 ! the PC and nPC back to the beginning to prevent missed wakeups.
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c410 intmax_t missed; in enum_value_print_p2() local
426 missed = (value & ~(intmax_t)eii.e_bits); in enum_value_print_p2()
432 if (missed != 0) in enum_value_print_p2()
438 if (!eii.e_found || missed) { in enum_value_print_p2()
439 mdb_printf("%#llx", missed); in enum_value_print_p2()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DRELEASE49 ppcall.c: fix '(' peek bug that missed the MARK
74 03-02-28 ppsearch.c: fix -MM bug that missed prefix include hosted mark
340 fix PP_TRUNCATE macro fsm bug that missed some expansions
378 COMPATIBILITY macro recursion bug fix may cause some to be missed
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.h96 uint32_t missed; member
H A Dsfe_util.c4275 val = gstp->norcvbuf + gstp->missed; in gem_m_getstat()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c2108 int missed = ntransmitted - nreceived; in print_stats() local
2109 double loss = 100 * (double)missed / (double)ntransmitted; in print_stats()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c2980 int missed; in nfs_readdir() local
3027 missed = 0; in nfs_readdir()
3110 if (!missed) in nfs_readdir()
3225 missed = 1; in nfs_readdir()
H A Dnfs3_vnops.c3727 int missed; in nfs3_readdir() local
3772 missed = 0; in nfs3_readdir()
3855 if (!missed) in nfs3_readdir()
3985 missed = 1; in nfs3_readdir()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A DREADME542 6595668 e1000g postinstall script missed 5 device ids which had been supported by shared code
556 6637039 e1000g_recycle() missed a mutex_exit()
/illumos-gate/usr/src/uts/common/io/e1000api/
H A DREADME542 6595668 e1000g postinstall script missed 5 device ids which had been supported by shared code
556 6637039 e1000g_recycle() missed a mutex_exit()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE15 12-06-08 comp/strtold.c: fix header botch that missed ldexpl() prototype -- ouch
357 07-10-26 regex/regcomp.c: fix bug that missed ')' in ~(F)...
405 07-02-12 comp/conf.sh: fix CONF_LIMIT bug that missed ULONG_MAX etc.
683 04-01-31 features/vmalloc: fix typo that missed _mmap_zero
782 03-05-06 misc/optget.c: fix getopt_long() prefix==1 bug that missed short flags
1558 regrexec.c: fix REG_INVERT end boundary bug that missed last record
1646 fix stkclose() to free(stream) -- purify missed because of sfio links
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_extern.h99 uint32_t *missed);
H A Demlxs_fc.h706 uint32_t missed; member
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A DRELEASE615 iffe.sh: fix hdr/lib precheck that missed some -- ouch
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README935 6195521 64-bit moe(1) missed the train