Home | History | Annotate | Download | only in src

Lines Matching defs:last_buf

2309     struct cam_list *last_buf, *insert_before_buf, *last_buf_ptr;
2357 last_buf = NULL;
2389 if ( NULL == last_buf ) {
2391 last_buf = pos;
2449 if ( last_buf ) {
2450 while ( last_buf != pos ) {
2451 node = member_of(last_buf, cam_node_t, list);
2460 last_buf = last_buf->next;
2478 && ( NULL == last_buf )) {
2482 last_buf_ptr = last_buf;
2506 node = member_of(last_buf, cam_node_t, list);