| /src/usr.sbin/makefs/ |
| makefs.c | 102 fsinfo_t fsoptions; local 115 /* set default fsoptions */ 116 (void)memset(&fsoptions, 0, sizeof(fsoptions)); 117 fsoptions.fd = -1; 118 fsoptions.sectorsize = -1; 121 fstype->prepare_options(&fsoptions); 143 fsoptions.needswap = 1; 149 fsoptions.needswap = 1; 153 usage(fstype, &fsoptions); [all...] |
| makefs.c | 102 fsinfo_t fsoptions; local 115 /* set default fsoptions */ 116 (void)memset(&fsoptions, 0, sizeof(fsoptions)); 117 fsoptions.fd = -1; 118 fsoptions.sectorsize = -1; 121 fstype->prepare_options(&fsoptions); 143 fsoptions.needswap = 1; 149 fsoptions.needswap = 1; 153 usage(fstype, &fsoptions); [all...] |
| /src/usr.bin/config/ |
| main.c | 120 struct nvlist *fsoptions; /* filesystems */ variable in typeref:struct:nvlist 402 nextfsopt = &fsoptions; 624 for (nv = fsoptions; nv != NULL; nv = nv->nv_next) { 1260 if (do_option(fsopttab, &fsoptions, &nextfsopt, name, n, "file-system", 1283 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn))
|
| main.c | 120 struct nvlist *fsoptions; /* filesystems */ variable in typeref:struct:nvlist 402 nextfsopt = &fsoptions; 624 for (nv = fsoptions; nv != NULL; nv = nv->nv_next) { 1260 if (do_option(fsopttab, &fsoptions, &nextfsopt, name, n, "file-system", 1283 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn))
|