Searched refs:dag_mem_bottom (Results 1 – 2 of 2) sorted by relevance
196 while (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size) { in dag_read()223 p->md.dag_mem_top = dag_advance_stream(p->fd, p->md.dag_stream, &(p->md.dag_mem_bottom)); in dag_read()226 p->md.dag_mem_top = dag_offset(p->fd, &(p->md.dag_mem_bottom), flags); in dag_read()229 if (nonblocking && (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size)) in dag_read()237 (p->md.dag_mem_top - p->md.dag_mem_bottom < dag_record_size)) in dag_read()246 while (p->md.dag_mem_top - p->md.dag_mem_bottom >= dag_record_size) { in dag_read()253 dag_record_t *header = (dag_record_t *)(p->md.dag_mem_bottom); in dag_read()255 dag_record_t *header = (dag_record_t *)(p->md.dag_mem_base + p->md.dag_mem_bottom); in dag_read()280 p->md.dag_mem_bottom += rlen; in dag_read()645 handle->md.dag_mem_bottom = 0; in dag_open_live()
109 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */ member113 u_int dag_mem_bottom; /* DAG card current memory bottom offset */ member