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

  /src/sys/arch/x86/conf/
files.x86 5 defparam opt_mpbios.h MPVERBOSE label
  /src/usr.sbin/diskpart/
diskpart.c 92 static struct partition defparam[NPARTITIONS] = { variable in typeref:struct:partition[]
297 temp = defparam[PART('h')].p_fsize;
298 defparam[PART('h')].p_fsize =
299 defparam[PART('g')].p_fsize;
300 defparam[PART('g')].p_fsize = temp;
326 defparam[part].p_frag * defparam[part].p_fsize,
327 'a' + part, defparam[part].p_fsize);
328 if (defparam[part].p_fstype == FS_SWAP)
340 defparam[part].p_frag * defparam[part].p_fsize
    [all...]
  /src/usr.bin/config/
main.c 134 struct dlhash *defparamtab; /* options that have been "defparam"'d */
1105 defparam(const char *fname, struct defoptlist *opts, struct nvlist *deps, int obs) function in typeref:typename:void
1165 /* A defparam must have a value */

Completed in 37 milliseconds