HomeSort by: relevance | last modified time | path
    Searched defs:fsoptions (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/makefs/
makefs.c 102 fsinfo_t fsoptions; local in function:main
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 *
398 nextfsopt = &fsoptions;
620 for (nv = fsoptions; nv != NULL; nv = nv->nv_next) {
1223 if (do_option(fsopttab, &fsoptions, &nextfsopt, name, n, "file-system",
1246 if (undo_option(fsopttab, &fsoptions, &nextfsopt, name, "file-system", nowarn))

Completed in 13 milliseconds