Home | History | Annotate | Download | only in common

Lines Matching refs:BUFFER_HDR_T

30 #define BUFFER_HDR_SIZE     (sizeof(BUFFER_HDR_T))                  /* Offset past header */
31 #define BUFFER_PADDING_SIZE (sizeof(BUFFER_HDR_T) + sizeof(UINT32)) /* Header + Magic Number */
52 BUFFER_HDR_T *hdr;
53 BUFFER_HDR_T *hdr1 = NULL;
79 hdr = (BUFFER_HDR_T *)p_mem;
88 hdr = (BUFFER_HDR_T *)((UINT8 *)hdr + act_size);
204 BUFFER_HDR_T *header = osi_malloc(size + BUFFER_HDR_SIZE);
246 osi_free((BUFFER_HDR_T *)p_buf - 1);
263 BUFFER_HDR_T *header = (BUFFER_HDR_T *)p_buf - 1;
281 BUFFER_HDR_T *p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE);
289 BUFFER_HDR_T *_p_last_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_last - BUFFER_HDR_SIZE);
317 BUFFER_HDR_T *p_hdr;
327 p_hdr = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_first - BUFFER_HDR_SIZE);
363 BUFFER_HDR_T *p_prev;
364 BUFFER_HDR_T *p_buf_hdr;
374 p_buf_hdr = (BUFFER_HDR_T *)((UINT8 *)p_buf - BUFFER_HDR_SIZE);
375 p_prev = (BUFFER_HDR_T *)((UINT8 *)p_q->_p_first - BUFFER_HDR_SIZE);
449 BUFFER_HDR_T *p_hdr;
451 p_hdr = (BUFFER_HDR_T *) ((UINT8 *) p_buf - BUFFER_HDR_SIZE);