Searched refs:scc_mode (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | syncinit.c | 105 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 D | syncloop.c | 102 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 D | syncstat.c | 45 static struct scc_mode sm; 133 sioc.ic_len = sizeof (struct scc_mode); in main()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | ser_sync.h | 72 struct scc_mode { struct 196 struct scc_mode sl_mode; /* clock, etc. modes */
|
/titanic_50/usr/src/uts/sun/io/ |
H A D | zs_hdlc.c | 266 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 D | sys-solaris.c | 1277 struct scc_mode sm;
|