HomeSort by relevance Sort by last modified time
    Searched refs:boot_args (Results 1 - 6 of 6) sorted by null

  /external/syslinux/com32/modules/
whichsys.c 39 static void boot_args(char **args) function
112 isolinux.option ? boot_args(isolinux.arg[0]) : fprintf(stderr, "No command specified for ISOLINUX.\n\n"); usage();
115 pxelinux.option ? boot_args(pxelinux.arg[0]) : fprintf(stderr, "No command specified for PXELINUX.\n\n"); usage();
118 syslinux.option ? boot_args(syslinux.arg[0]) : fprintf(stderr, "No command specified for SYSLINUX.\n\n"); usage();
ifcpu64.c 74 static void boot_args(char **args) function
122 boot_args(cpu_has_feature(X86_FEATURE_LM) ? args[0] :
ifplop.c 115 static void boot_args(char **args) function
160 boot_args(plop_INT13h_check()? args[0] : args[1]);
ifcpu.c 63 static void boot_args(char **args) function
169 boot_args(hardware_matches ? args[0] : args[1]);
ifmemdsk.c 71 static void boot_args(char **);
157 boot_args(cmd);
337 static void boot_args(char **args) function
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-test-1-run.sh 9 # Usage: kvm-test-1-run.sh config builddir resdir seconds qemu-args boot_args
14 # boot_args defaults to value returned by the per_version_boot_params
17 # Anything you specify for either qemu-args or boot_args is appended to
141 boot_args=$6
153 cpu_count=`configfrag_boot_cpus "$boot_args" "$config_template" "$cpu_count"`
171 boot_args="`configfrag_boot_params "$boot_args" "$config_template"`"
173 boot_args="`per_version_boot_params "$boot_args" $resdir/.config $seconds`"
182 echo $QEMU $qemu_args -m 512 -kernel $KERNEL -append \"$qemu_append $boot_args\" > $resdir/qemu-cm
    [all...]

Completed in 637 milliseconds