Home
last modified time | relevance | path

Searched refs:ZATTNLEN (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dzmodem.h93 #define ZATTNLEN 32 /* Max length of attention string */ macro
139 extern char Attn[ZATTNLEN+1]; /* Attention string rx sends to tx on err */
H A Dzglobal.h439 extern char Attn[ZATTNLEN+1]; /* Attention string rx sends to tx on err */
H A Dzm.c55 char Attn[ZATTNLEN+1]; /* Attention string rx sends to tx on err */
H A Dlrz.c2067 if (zrdata(Attn, ZATTNLEN,&bytes_in_block) == GOTCRCW) { in tryz()