Searched refs:dag_mem_bottom (Results 1 – 2 of 2) sorted by relevance
177 u_char *dag_mem_bottom; /* DAG card current memory bottom pointer */ member181 u_int dag_mem_bottom; /* DAG card current memory bottom offset */ member346 while (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size) { in dag_read()373 …if ( NULL == (pd->dag_mem_top = dag_advance_stream(p->fd, pd->dag_stream, &(pd->dag_mem_bottom))) … in dag_read()378 pd->dag_mem_top = dag_offset(p->fd, &(pd->dag_mem_bottom), flags); in dag_read()381 if (nonblocking && (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()389 (pd->dag_mem_top - pd->dag_mem_bottom < dag_record_size)) in dag_read()398 while (pd->dag_mem_top - pd->dag_mem_bottom >= dag_record_size) { in dag_read()405 dag_record_t *header = (dag_record_t *)(pd->dag_mem_bottom); in dag_read()407 dag_record_t *header = (dag_record_t *)(pd->dag_mem_base + pd->dag_mem_bottom); in dag_read()[all …]
308 u_char *dag_mem_bottom;/* DAG card current memory bottom pointer */ member312 u_int dag_mem_bottom; /* DAG card current memory bottom offset */ member