Lines Matching full:partnode
95 cnode *partnode;
98 for (partnode = root->first_child; partnode; partnode = partnode->next) {
105 pinfo->name = strdup(partnode->name);
107 if(config_bool(partnode, "active", 0))
110 if (!(tmp = config_str(partnode, "type", NULL))) {
125 if ((tmp = config_str(partnode, "len", NULL)) != NULL) {
144 cnode *partnode;
219 if (!(partnode = config_find(devroot, "partitions"))) {
224 if (load_partitions(partnode, dinfo))