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

  /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/sys/arch/atari/conf/
files.atari 11 defparam opt_atariscsi.h TRY_SCSI_LINKED_COMMANDS
12 defparam ST_POOL_SIZE
  /src/usr.bin/config/
defs.h 477 extern struct dlhash *defparamtab; /* options that have been "defparam"'d */
591 void defparam(const char *, struct defoptlist *, struct nvlist *, int);
gram.y 175 %token DEFFS DEFINE DEFOPT DEFPARAM DEFFLAG DEFPSEUDO DEFPSEUDODEV
417 DEFPARAM optfile_opt defopts optdepend_list
418 { defparam($2, $3, $4, 0); }
422 OBSOLETE DEFPARAM optfile_opt defopts
423 { defparam($3, $4, NULL, 1); }
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 */
  /src/sys/arch/x86/conf/
files.x86 5 defparam opt_mpbios.h MPVERBOSE label

Completed in 17 milliseconds