Home
last modified time | relevance | path

Searched refs:linecount (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/kernel/debug/kdb/
H A Dkdb_io.c628 int linecount; in vkdb_printf() local
652 diag = kdbgetintenv("LINES", &linecount); in vkdb_printf()
653 if (diag || linecount <= 1) in vkdb_printf()
654 linecount = 24; in vkdb_printf()
809 if (kdb_nextline >= linecount) { in vkdb_printf()
849 kdb_nextline = linecount - 1; in vkdb_printf()
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-security/bastille/files/
H A DHPSpecific.pm1608 my $linecount = 0;
1623 ++$linecount;
1634 " line: $linecount and field: $fieldcount");
1671 &getGlobal('BFILE','AccountSecSupport') . ": $linecount");
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys.py810 linecount = 0
814 linecount += 1
816 if linecount > 1:
839 linecount = 0
/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup.h49 void spk_get_index_count(int *linecount, int *sentcount);
H A Dsynth.c309 void spk_get_index_count(int *linecount, int *sentcount) in spk_get_index_count() argument
324 *linecount = index_count; in spk_get_index_count()
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer811 linecount = len(patchlist)
818 logger.info("(skipping %d/%d %s - no changes)" % (i, linecount, patchdisp))
821 logger.info("Applying %d/%d: %s" % (i, linecount, patchdisp))
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c494 int linecount; in trace_block() local
497 linecount = (count > 16) ? 16 : count; in trace_block()
498 for(i=0; i < linecount; i++) in trace_block()
502 for(i=0;i<linecount;i++) { in trace_block()
509 data += linecount; in trace_block()
510 count -= linecount; in trace_block()
/openbmc/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c444 int linecount = 0; in dpu_encoder_get_linecount() local
450 linecount = phys->ops.get_line_count(phys); in dpu_encoder_get_linecount()
452 return linecount; in dpu_encoder_get_linecount()
/openbmc/u-boot/scripts/
H A Dcheckpatch.pl6529 my $linecount = 0;
6537 $linecount++;
6539 if ($linecount > 3) {
/openbmc/linux/scripts/
H A Dcheckpatch.pl7770 my $linecount = 0;
7778 $linecount++;
7780 if ($linecount > 3) {
/openbmc/linux/drivers/tty/vt/
H A Dvt.c3996 int linecount; in con_debug_enter() local
4003 if (kdbgetintenv(setargs[0], &linecount)) { in con_debug_enter()
/openbmc/linux/
H A Dopengrok1.0.log[all...]