Home | History | Annotate | Download | only in common

Lines Matching refs:pos

75     struct cam_list *pos = NULL;
79 pos = head->next;
80 if (pos != head) {
81 node = member_of(pos, cam_node_t, list);
99 struct cam_list *pos = NULL;
103 pos = head->next;
105 while(pos != head) {
106 node = member_of(pos, cam_node_t, list);
107 pos = pos->next;