/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | rdsv3_debug.c | 358 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 D | emlxs_event.c | 156 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 D | emlxs_dfc.c | 7683 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 D | netif.h | 33 int missed; member
|
/illumos-gate/usr/src/uts/common/io/vioscsi/ |
H A D | vioscsi.c | 712 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 D | RELEASE | 6 10-10-19 dllscan.c: still no code for implicit libs missed by dlopen()
|
/illumos-gate/usr/src/uts/sun4v/ml/ |
H A D | mach_locore.S | 936 ! 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 D | usbgem.h | 39 uint32_t missed; member
|
H A D | usbgem.c | 3228 val = gstp->norcvbuf + gstp->missed; in usbgem_m_getstat()
|
/illumos-gate/usr/src/uts/sun4u/ml/ |
H A D | mach_locore.S | 771 ! 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 D | mdb_print.c | 410 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 D | RELEASE | 49 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 D | sfe_util.h | 96 uint32_t missed; member
|
H A D | sfe_util.c | 4275 val = gstp->norcvbuf + gstp->missed; in gem_m_getstat()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 2108 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 D | nfs_vnops.c | 2980 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 D | nfs3_vnops.c | 3727 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 D | README | 542 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 D | README | 542 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 D | RELEASE | 15 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 D | emlxs_extern.h | 99 uint32_t *missed);
|
H A D | emlxs_fc.h | 706 uint32_t missed; member
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | RELEASE | 615 iffe.sh: fix hdr/lib precheck that missed some -- ouch
|
/illumos-gate/usr/src/cmd/sgs/tools/ |
H A D | SUNWonld-README | 935 6195521 64-bit moe(1) missed the train
|