Home
last modified time | relevance | path

Searched refs:real_root (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/makefs/
H A Dcd9660.c470 cd9660node *real_root; in cd9660_makefs() local
496 real_root = cd9660_allocate_cd9660node(); in cd9660_makefs()
497 real_root->isoDirRecord = emalloc(sizeof(*real_root->isoDirRecord)); in cd9660_makefs()
499 memset(real_root->isoDirRecord->name, 0, in cd9660_makefs()
500 sizeof(real_root->isoDirRecord->name)); in cd9660_makefs()
502 real_root->level = 0; in cd9660_makefs()
503 diskStructure->rootNode = real_root; in cd9660_makefs()
504 real_root->type = CD9660_TYPE_DIR; in cd9660_makefs()
506 real_root->node = root; in cd9660_makefs()
507 cd9660_convert_structure(diskStructure, root, real_root, 1, in cd9660_makefs()
[all …]