Searched refs:fsun1 (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/newfs/
H A Dmkfs.c513 union fs_u *fsun1; local
516 fsun1 = calloc(1, sizeof(union fs_u));
517 if (fsun1 == NULL)
519 fs1 = &fsun1->fs;
525 free(fsun1);
/openbsd-current/sbin/growfs/
H A Dgrowfs.c78 } fsun1, fsun2; variable in typeref:union:__anon1
79 #define sblock fsun1.fs /* the new superblock */
1813 memcpy(&fsun1, &fsun2, sizeof(fsun2));

Completed in 200 milliseconds