Lines Matching refs:frameUsed

72 			  u_char frame[], ssize_t *frameUsed,
75 u_char frame[], ssize_t *frameUsed,
78 u_char frame[], ssize_t *frameUsed,
81 u_char frame[], ssize_t *frameUsed,
84 u_char frame[], ssize_t *frameUsed,
87 u_char frame[], ssize_t *frameUsed,
90 u_char frame[], ssize_t *frameUsed,
93 u_char frame[], ssize_t *frameUsed,
96 u_char frame[], ssize_t *frameUsed,
99 u_char frame[], ssize_t *frameUsed,
102 u_char frame[], ssize_t *frameUsed,
105 u_char frame[], ssize_t *frameUsed,
108 u_char frame[], ssize_t *frameUsed,
111 u_char frame[], ssize_t *frameUsed,
156 u_char frame[], ssize_t *frameUsed, in ata_ct_law() argument
162 u_char *p = &frame[*frameUsed]; in ata_ct_law()
175 *frameUsed += used; in ata_ct_law()
181 u_char frame[], ssize_t *frameUsed, in ata_ct_s8() argument
185 void *p = &frame[*frameUsed]; in ata_ct_s8()
193 *frameUsed += used; in ata_ct_s8()
199 u_char frame[], ssize_t *frameUsed, in ata_ct_u8() argument
205 u_char *p = &frame[*frameUsed]; in ata_ct_u8()
216 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u8()
228 *frameUsed += used; in ata_ct_u8()
234 u_char frame[], ssize_t *frameUsed, in ata_ct_s16be() argument
240 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be()
252 *frameUsed += used*2; in ata_ct_s16be()
254 void *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16be()
259 *frameUsed += used; in ata_ct_s16be()
266 u_char frame[], ssize_t *frameUsed, in ata_ct_u16be() argument
272 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16be()
285 *frameUsed += used*2; in ata_ct_u16be()
287 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16be()
298 *frameUsed += used; in ata_ct_u16be()
305 u_char frame[], ssize_t *frameUsed, in ata_ct_s16le() argument
312 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_s16le()
325 *frameUsed += used*2; in ata_ct_s16le()
327 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_s16le()
339 *frameUsed += used; in ata_ct_s16le()
346 u_char frame[], ssize_t *frameUsed, in ata_ct_u16le() argument
353 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ct_u16le()
365 *frameUsed += used*2; in ata_ct_u16le()
367 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ct_u16le()
379 *frameUsed += used; in ata_ct_u16le()
386 u_char frame[], ssize_t *frameUsed, in ata_ctx_law() argument
399 u_char *p = &frame[*frameUsed]; in ata_ctx_law()
418 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_law()
442 *frameUsed += usedf-frameLeft; in ata_ctx_law()
448 u_char frame[], ssize_t *frameUsed, in ata_ctx_s8() argument
459 u_char *p = &frame[*frameUsed]; in ata_ctx_s8()
476 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s8()
496 *frameUsed += usedf-frameLeft; in ata_ctx_s8()
502 u_char frame[], ssize_t *frameUsed, in ata_ctx_u8() argument
513 u_char *p = &frame[*frameUsed]; in ata_ctx_u8()
531 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u8()
552 *frameUsed += usedf-frameLeft; in ata_ctx_u8()
558 u_char frame[], ssize_t *frameUsed, in ata_ctx_s16be() argument
569 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s16be()
588 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16be()
608 *frameUsed += usedf-frameLeft; in ata_ctx_s16be()
614 u_char frame[], ssize_t *frameUsed, in ata_ctx_u16be() argument
625 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u16be()
645 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16be()
666 *frameUsed += usedf-frameLeft; in ata_ctx_u16be()
672 u_char frame[], ssize_t *frameUsed, in ata_ctx_s16le() argument
683 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_s16le()
703 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_s16le()
724 *frameUsed += usedf-frameLeft; in ata_ctx_s16le()
730 u_char frame[], ssize_t *frameUsed, in ata_ctx_u16le() argument
741 u_short *p = (u_short *)&frame[*frameUsed]; in ata_ctx_u16le()
761 u_long *p = (u_long *)&frame[*frameUsed]; in ata_ctx_u16le()
782 *frameUsed += usedf-frameLeft; in ata_ctx_u16le()