Home
last modified time | relevance | path

Searched refs:ostat (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Dstat.h103 struct ostat { struct
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h203 #define ostat stat.un.s macro
H A Dmyri10ge.c2532 if (tx->info[idx].ostat.opackets != 0) { in myri10ge_tx_done()
2533 tx->stats.multixmt += tx->info[idx].ostat.multixmt; in myri10ge_tx_done()
2534 tx->stats.brdcstxmt += tx->info[idx].ostat.brdcstxmt; in myri10ge_tx_done()
2535 tx->stats.obytes += tx->info[idx].ostat.obytes; in myri10ge_tx_done()
2536 tx->stats.opackets += tx->info[idx].ostat.opackets; in myri10ge_tx_done()
3154 tx->info[idx].ostat.opackets = opackets; in myri10ge_tx_tso_copy()
3155 tx->info[idx].ostat.obytes = (opackets - 1) * hdr_size in myri10ge_tx_tso_copy()
3620 tx_info[0].ostat.opackets = opackets; in myri10ge_send()
3621 tx_info[0].ostat.obytes = (opackets - 1) * lso_hdr_size in myri10ge_send()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2863 char *ostat; in getoldstat() local
2880 ostat = s_calloc(1, sb.st_size); in getoldstat()
2882 if (read(fd, ostat, sb.st_size) != sb.st_size) { in getoldstat()
2885 free(ostat); in getoldstat()
2893 error = nvlist_unpack(ostat, sb.st_size, &walk_arg.old_nvlp, 0); in getoldstat()
2895 free(ostat); in getoldstat()