/src/sys/dev/usb/ |
udsir.c | 532 int error, sirlength; local in function:udsir_write 593 sirlength = irda_sir_frame(wrbuf, MAX_UDSIR_OUTPUT_FRAME, 595 if (sirlength < 0) 596 error = -sirlength; 603 btlen = sirlength;
|
ustir.c | 910 int error, sirlength; local in function:ustir_write 976 sirlength = irda_sir_frame(&wrbuf[STIR_OUTPUT_HEADER_SIZE], 980 if (sirlength < 0) { 981 error = -sirlength; 988 wrbuf[2] = sirlength & 0xff; 989 wrbuf[3] = (sirlength >> 8) & 0xff; 991 btlen = STIR_OUTPUT_HEADER_SIZE + sirlength;
|
udsir.c | 532 int error, sirlength; local in function:udsir_write 593 sirlength = irda_sir_frame(wrbuf, MAX_UDSIR_OUTPUT_FRAME, 595 if (sirlength < 0) 596 error = -sirlength; 603 btlen = sirlength;
|
ustir.c | 910 int error, sirlength; local in function:ustir_write 976 sirlength = irda_sir_frame(&wrbuf[STIR_OUTPUT_HEADER_SIZE], 980 if (sirlength < 0) { 981 error = -sirlength; 988 wrbuf[2] = sirlength & 0xff; 989 wrbuf[3] = (sirlength >> 8) & 0xff; 991 btlen = STIR_OUTPUT_HEADER_SIZE + sirlength;
|