Searched refs:FRAME_END (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/x68k/include/
H A Dremote-sl.h48 #define FRAME_END 0xc0 /* Frame End */ macro
/netbsd-current/sys/arch/sparc/include/
H A Dremote-sl.h48 #define FRAME_END 0xc0 /* Frame End */ macro
/netbsd-current/sys/arch/x68k/x68k/
H A Dkgdb_stub.c92 if (c == FRAME_END) { \
127 PUTC(FRAME_END);
155 c = FRAME_END;
166 case FRAME_END:
185 while (GETC != FRAME_END)
375 while (GETC != FRAME_END)
/netbsd-current/sys/net/
H A Dif_sl.c187 #define FRAME_END 0xc0 /* Frame End */ macro
667 c = FRAME_END;
674 case FRAME_END:
793 * The extra FRAME_END will start up a new packet,
800 (void)putc(FRAME_END, &tp->t_outq);
817 case FRAME_END:
856 if (putc(FRAME_END, &tp->t_outq)) {
866 (void)putc(FRAME_END, &tp->t_outq);
/netbsd-current/sys/arch/amiga/dev/
H A Dmfc.c1105 if (kgdb_dev == makedev(maj, unit) && c == FRAME_END)
H A Dser.c593 if (kgdb_dev == makedev(maj, 0) && c == FRAME_END)

Completed in 254 milliseconds