Home
last modified time | relevance | path

Searched refs:kcount (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/tools/
Dboottool315 my $kcount = $#sections-1;
316 if ((!defined $newdefault) || ($newdefault < 0) || ($newdefault > $kcount)) {
317 warn "ERROR: Enter a default between 0 and $kcount.\n";
456 my $kcount = $#sections-1;
457 …update-kernel'} !~ /^\d+$/ || $params{'update-kernel'} < 0 || $params{'update-kernel'} > $kcount) {
458 warn "ERROR: Enter a default between 0 and $kcount.\n";
1344 my $kcount = $#sections-1;
1346 if (($newdefault < 0) || ($newdefault > $kcount)) {
1347 warn "ERROR: Enter a default between 0 and $kcount.\n";
1528 my $kcount = $#sections-1;
[all …]
/external/toybox/toys/posix/
Dps.c260 int kcount, forcek, sortpos;
756 TT.kcount++; in get_ps()
1065 struct carveup **tbsort = collate(TT.kcount, dt, ksort); in ps_main()
1068 for (i = 0; i<TT.kcount; i++) { in ps_main()
1084 qsort(tbsort, TT.kcount, sizeof(struct carveup *), (void *)ksort); in ps_main()
1085 for (i = 0; i<TT.kcount; i++) { in ps_main()
1191 plnew->tb = collate(plnew->count = TT.kcount, dt, ksort); in top_common()
1192 TT.kcount = 0; in top_common()
/external/toybox/generated/
Dglobals.h1182 int kcount, forcek, sortpos; member