Symbol: scc_mode
usr/src/cmd/cmd-inet/usr.bin/pppd/sys-solaris.c
1218
struct scc_mode sm;
usr/src/cmd/cmd-inet/usr.sbin/syncinit.c
103
struct scc_mode sm;
usr/src/cmd/cmd-inet/usr.sbin/syncinit.c
155
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncinit.c
235
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncinit.c
250
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
100
struct scc_mode sm;
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
210
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
273
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncloop.c
286
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
131
sioc.ic_len = sizeof (struct scc_mode);
usr/src/cmd/cmd-inet/usr.sbin/syncstat.c
43
static struct scc_mode sm;
usr/src/uts/common/sys/ser_sync.h
194
struct scc_mode sl_mode; /* clock, etc. modes */
usr/src/uts/sun/io/zs_hdlc.c
1060
(struct scc_mode *)mp->b_cont->b_rptr);
usr/src/uts/sun/io/zs_hdlc.c
1239
struct scc_mode *sm;
usr/src/uts/sun/io/zs_hdlc.c
1259
tmp = allocb(sizeof (struct scc_mode), BPRI_MED);
usr/src/uts/sun/io/zs_hdlc.c
1265
mioc2ack(mp, tmp, sizeof (struct scc_mode), 0);
usr/src/uts/sun/io/zs_hdlc.c
1267
mcopyout(mp, NULL, sizeof (struct scc_mode), NULL, tmp);
usr/src/uts/sun/io/zs_hdlc.c
1268
sm = (struct scc_mode *)mp->b_cont->b_rptr;
usr/src/uts/sun/io/zs_hdlc.c
1269
bcopy(&zss->sl_mode, sm, sizeof (struct scc_mode));
usr/src/uts/sun/io/zs_hdlc.c
1328
error = miocpullup(mp, sizeof (struct scc_mode));
usr/src/uts/sun/io/zs_hdlc.c
1332
(struct scc_mode *)mp->b_cont->b_rptr);
usr/src/uts/sun/io/zs_hdlc.c
1336
mcopyin(mp, NULL, sizeof (struct scc_mode), NULL);
usr/src/uts/sun/io/zs_hdlc.c
1390
zsh_setmode(struct zscom *zs, struct syncline *zss, struct scc_mode *sm)
usr/src/uts/sun/io/zs_hdlc.c
1906
zsh_program(struct zscom *zs, struct scc_mode *sm)
usr/src/uts/sun/io/zs_hdlc.c
2048
bcopy(sm, &zss->sl_mode, sizeof (struct scc_mode));
usr/src/uts/sun/io/zs_hdlc.c
267
static int zsh_program(struct zscom *zs, struct scc_mode *sm);
usr/src/uts/sun/io/zs_hdlc.c
276
struct scc_mode *sm);