Home | History | Annotate | Download | only in hfs

Lines Matching defs:curnode

555 	uint32_t			curnode;
588 curnode = in_vol->chr.root_node;
598 printf("--> node %d\n", curnode);
602 &bytesread,in_vol->chr.node_size, curnode * in_vol->chr.node_size,
604 HFS_LIBERR("could not read catalog node #%i", curnode);
608 HFS_LIBERR("could not parse catalog node #%i", curnode);
662 curnode = out_rec->child;
696 uint32_t curnode;
722 curnode = in_vol->ehr.root_node;
729 in_vol->ehr.node_size, curnode * in_vol->ehr.node_size, extents,
731 HFS_LIBERR("could not read extents overflow node #%i", curnode);
735 HFS_LIBERR("could not parse extents overflow node #%i",curnode);
757 curnode = *((uint32_t *)out_rec); /* out_rec is a node ptr in this case */
761 HFS_LIBERR("unknown node type for extents overflow node #%i",curnode);
932 uint32_t curnode;
966 curnode = in_vol->chr.root_node;
974 in_vol->chr.node_size, curnode * in_vol->chr.node_size, extents,
976 HFS_LIBERR("could not read catalog node #%i", curnode);
980 HFS_LIBERR("could not parse catalog node #%i", curnode);
987 HFS_LIBERR("could not read cat record %i:%i", curnode, recnum);
1000 curnode = lastnode;
1016 curnode = lastnode;
1021 curnode = currec.child;
1036 curnode = nd.flink;