Lines Matching defs:cb_next
1839 struct scsb_cb_entry *cb_next;
1873 if (cbe_ptr->cb_next == (struct scsb_cb_entry *)NULL) {
1874 cbe_ptr->cb_next = (struct scsb_cb_entry *)
1877 cbe_ptr = cbe_ptr->cb_next;
1880 cbe_ptr = cbe_ptr->cb_next;
1885 cbe_ptr->cb_next = (struct scsb_cb_entry *)NULL;
1920 scsb_cb_table = cbe_ptr->cb_next;
1922 prev_ptr->cb_next = cbe_ptr->cb_next;
1930 } while ((cbe_ptr = cbe_ptr->cb_next) != NULL);
5502 cbe_ptr = cbe_ptr->cb_next) {