Searched refs:fmt64 (Results 1 – 4 of 4) sorted by relevance
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/8021q/ |
H A D | vlanproc.c | 247 static const char fmt64[] = "%30s %12llu\n"; in vlandev_seq_show() local 259 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show() 260 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show() 261 seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast); in vlandev_seq_show() 263 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show() 264 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()
|
/dports/multimedia/libv4l/linux-5.13-rc2/net/8021q/ |
H A D | vlanproc.c | 247 static const char fmt64[] = "%30s %12llu\n"; in vlandev_seq_show() local 259 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show() 260 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show() 261 seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast); in vlandev_seq_show() 263 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show() 264 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/8021q/ |
H A D | vlanproc.c | 247 static const char fmt64[] = "%30s %12llu\n"; in vlandev_seq_show() local 259 seq_printf(seq, fmt64, "total frames received", stats->rx_packets); in vlandev_seq_show() 260 seq_printf(seq, fmt64, "total bytes received", stats->rx_bytes); in vlandev_seq_show() 261 seq_printf(seq, fmt64, "Broadcast/Multicast Rcvd", stats->multicast); in vlandev_seq_show() 263 seq_printf(seq, fmt64, "total frames transmitted", stats->tx_packets); in vlandev_seq_show() 264 seq_printf(seq, fmt64, "total bytes transmitted", stats->tx_bytes); in vlandev_seq_show()
|
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/sparc64/sparc64/ |
H A D | trap.c | 753 #define fmt64(x) (u_int)((x)>>32), (u_int)((x)) in trap() macro 756 l->l_proc->p_pid, l->l_lid, l->l_proc->p_comm, fmt64(dsfsr), fmt64(dsfar), in trap() 757 fmt64(isfsr), pc); in trap()
|