Symbol: sl_stats
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
349
struct sl_stats start_stats, end_stats;
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
356
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
397
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
413
struct sl_stats start_stats, end_stats;
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
425
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
512
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
142
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
154
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
189
struct sl_stats nst;
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
195
sioc.ic_len = sizeof (struct sl_stats);
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
44
static struct sl_stats st;
usr/src/uts/common/sys/ser_sync.h
195
struct sl_stats sl_st; /* Data and error statistics */
usr/src/uts/sun/io/zs_hdlc.c
1240
struct sl_stats *st;
usr/src/uts/sun/io/zs_hdlc.c
1273
tmp = allocb(sizeof (struct sl_stats), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1279
mioc2ack(mp, tmp, sizeof (struct sl_stats), 0);
usr/src/uts/sun/io/zs_hdlc.c
1281
mcopyout(mp, NULL, sizeof (struct sl_stats), NULL, tmp);
usr/src/uts/sun/io/zs_hdlc.c
1282
st = (struct sl_stats *)mp->b_cont->b_rptr;
usr/src/uts/sun/io/zs_hdlc.c
1283
bcopy(&zss->sl_st, st, sizeof (struct sl_stats));
usr/src/uts/sun/io/zs_hdlc.c
1341
bzero(&zss->sl_st, sizeof (struct sl_stats));
usr/src/uts/sun/io/zs_hdlc.c
2047
bzero(&zss->sl_st, sizeof (struct sl_stats));