Lines Matching refs:current
376 struct ISO_SUSP_ATTRIBUTES *current = NULL;
392 current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
394 cd9660node_rrip_px(current, parent->node);
395 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
401 current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
403 cd9660node_rrip_px(current, grandparent->node);
404 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
408 current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
410 cd9660_rrip_PL(current,node);
411 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
426 current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
428 cd9660_rrip_CL(current, node);
429 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
434 current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
436 cd9660_rrip_RE(current,node);
437 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
495 struct ISO_SUSP_ATTRIBUTES* current;
507 current = cd9660node_susp_create_node(SUSP_TYPE_RRIP,
510 current->attr.rr_entry.SL.h.version[0] = 1;
511 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
516 memcpy(current->attr.rr_entry.SL.component + path_count,
552 current->attr.rr_entry.SL.flags[0] |= SL_FLAGS_CONTINUE;
564 current->attr.rr_entry.SL.component +
570 current->attr.rr_entry.SL.h.length[0] = path_count + 5;
571 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);
572 current= cd9660node_susp_create_node(SUSP_TYPE_RRIP,
574 current->attr.rr_entry.SL.h.version[0] = 1;
575 current->attr.rr_entry.SL.flags[0] = SL_FLAGS_NONE;
581 current
586 current->attr.rr_entry.SL.component[1]
591 current->attr.rr_entry.SL.component[
600 memcpy(current->attr.rr_entry.SL.component +
609 current->attr.rr_entry.SL.h.length[0] = path_count + 5;
610 TAILQ_INSERT_TAIL(&node->head, current, rr_ll);