Home
last modified time | relevance | path

Searched refs:scc_mode (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c105 struct scc_mode sm; in main()
157 sioc.ic_len = sizeof (struct scc_mode); in main()
237 sioc.ic_len = sizeof (struct scc_mode); in main()
252 sioc.ic_len = sizeof (struct scc_mode); in main()
H A Dsyncloop.c102 struct scc_mode sm; in main()
212 sioc.ic_len = sizeof (struct scc_mode); in main()
275 sioc.ic_len = sizeof (struct scc_mode); in main()
288 sioc.ic_len = sizeof (struct scc_mode); in main()
H A Dsyncstat.c45 static struct scc_mode sm;
133 sioc.ic_len = sizeof (struct scc_mode); in main()
/titanic_50/usr/src/uts/common/sys/
H A Dser_sync.h72 struct scc_mode { struct
196 struct scc_mode sl_mode; /* clock, etc. modes */
/titanic_50/usr/src/uts/sun/io/
H A Dzs_hdlc.c266 static int zsh_program(struct zscom *zs, struct scc_mode *sm);
275 struct scc_mode *sm);
1060 (struct scc_mode *)mp->b_cont->b_rptr); in zsh_wput()
1238 register struct scc_mode *sm; in zsh_ioctl()
1258 tmp = allocb(sizeof (struct scc_mode), BPRI_MED); in zsh_ioctl()
1264 mioc2ack(mp, tmp, sizeof (struct scc_mode), 0); in zsh_ioctl()
1266 mcopyout(mp, NULL, sizeof (struct scc_mode), NULL, tmp); in zsh_ioctl()
1267 sm = (struct scc_mode *)mp->b_cont->b_rptr; in zsh_ioctl()
1268 bcopy(&zss->sl_mode, sm, sizeof (struct scc_mode)); in zsh_ioctl()
1327 error = miocpullup(mp, sizeof (struct scc_mode)); in zsh_ioctl()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1277 struct scc_mode sm;