Home | History | Annotate | Download | only in src

Lines Matching refs:last_buf

1976     struct cam_list *last_buf, *insert_before_buf;
2029 last_buf = NULL;
2046 if ( NULL == last_buf ) {
2048 last_buf = pos;
2090 if ( last_buf ) {
2091 while ( last_buf != pos ) {
2092 node = member_of(last_buf, cam_node_t, list);
2101 last_buf = last_buf->next;
2114 ( NULL == last_buf ) ) {
2120 node = member_of(last_buf, cam_node_t, list);
2128 node = member_of(last_buf, cam_node_t, list);