Searched defs:missed (Results 1 - 11 of 11) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
| H A D | traceroute.c | 2070 int missed = ntransmitted - nreceived; local 2071 double loss = 100 * (double)missed / (double)ntransmitted;
|
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs3_vnops.c | 3726 int missed; local 3771 missed = 0; 3854 if (!missed) 3984 missed = 1;
|
| H A D | nfs_vnops.c | 2980 int missed; local 3027 missed = 0; 3110 if (!missed) 3225 missed = 1;
|
| /illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
| H A D | rdsv3_debug.c | 358 int missed; member in struct:ratelimit_state 385 if (rs->missed) { 387 "%d callbacks suppressed\n", rs->missed); 390 rs->missed = 0; 397 rs->missed++;
|
| /illumos-gate/usr/src/uts/common/io/sfe/ |
| H A D | sfe_util.h | 96 uint32_t missed; member in struct:gem_stats
|
| /illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
| H A D | emlxs_fc.h | 702 uint32_t missed; member in struct:emlxs_hba_event
|
| /illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
| H A D | emlxs_dfc.c | 7625 uint32_t missed = 0; local 7681 &missed) != 0) { 7696 bcopy((void *)&missed, dfc->buf3, sizeof (uint32_t)); 7699 "%s: events=%d missed=%d new=%d last_id=%d", 7700 emlxs_dfc_xlate(dfc->cmd), event_count, hba->hba_event.missed,
|
| H A D | emlxs_event.c | 155 uint32_t missed = 0; local 184 hba->hba_event.missed++; 185 missed = 1; 190 "%s[%d]: flag=%x missed=%d cnt=%d", 191 entry->evt->label, entry->id, entry->flag, missed, eventq->count); 797 uint32_t *eventcount, uint32_t *missed) 812 if (!eventinfo || !eventcount || !missed) { 818 *missed = 0; 822 /* Account for missed events */ 823 if (hba->hba_event.new > hba->hba_event.missed) { 796 emlxs_get_dfc_eventinfo(emlxs_port_t *port, HBA_EVENTINFO *eventinfo, uint32_t *eventcount, uint32_t *missed) argument [all...] |
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_print.c | 409 intmax_t missed; local 425 missed = (value & ~(intmax_t)eii.e_bits); 428 /* push out any final value, with a | if we missed anything */ 431 if (missed != 0) 437 if (!eii.e_found || missed) { 438 mdb_printf("%#llx", missed);
|
| /illumos-gate/usr/src/boot/lib/libstand/ |
| H A D | netif.h | 35 int missed; member in struct:netif_stats
|
| /illumos-gate/usr/src/uts/common/io/usbgem/ |
| H A D | usbgem.h | 45 uint32_t missed; member in struct:usbgem_stats
|
Completed in 160 milliseconds