Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/split/
H A Dsplit.c66 long long line_count = 0; in main() local
124 line_count = (long long) strtoll(&argv[i][1], in main()
172 line_count = (long long) strtoll(optarg, in main()
226 if (line_count && byte_count) { in main()
231 if (line_count == 0) { in main()
232 line_count = DEFAULT_LINES; in main()
299 for (out = 0; out < line_count; out++) { in main()
/titanic_50/usr/src/uts/sun4u/sunfire/io/
H A Dac_test.c411 (t_read.address.line_count == 0) || in ac_mem_test_read()
412 (t_read.address.line_count > in ac_mem_test_read()
416 ((t_read.address.line_offset + t_read.address.line_count) > in ac_mem_test_read()
442 ac_blkcopy(src_va, dst_va, t_read.address.line_count, in ac_mem_test_read()
494 t_read.address.line_count * test->info.line_size, flag) != 0) { in ac_mem_test_read()
557 (t_write.address.line_count == 0) || in ac_mem_test_write()
558 (t_write.address.line_count > in ac_mem_test_write()
562 ((t_write.address.line_offset + t_write.address.line_count) > in ac_mem_test_write()
577 t_write.address.line_count * test->info.line_size, flag) != 0) { in ac_mem_test_write()
591 ac_blkcopy(src_va, dst_va, t_write.address.line_count, in ac_mem_test_write()
/titanic_50/usr/src/tools/protocmp/
H A Dproto_list.c120 static int line_count = 0; in get_line() local
127 line_count ++; in get_line()
163 check_line(v, line_count); in get_line()
/titanic_50/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c970 uint_t line_count) in mtest_write() argument
983 if (line_count == 0) in mtest_write()
984 test_write.address.line_count = handle->lines_per_page; in mtest_write()
986 test_write.address.line_count = line_count; in mtest_write()
1005 uint_t line_count, in mtest_read() argument
1022 if (line_count == 0) in mtest_read()
1023 test_read.address.line_count = handle->lines_per_page; in mtest_read()
1025 test_read.address.line_count = line_count; in mtest_read()
1662 tread->address.line_offset, tread->address.line_count); in dump_ioctl()
1673 twrite->address.line_offset, twrite->address.line_count); in dump_ioctl()
/titanic_50/usr/src/cmd/datadm/
H A Ddatadm.c1010 int line_count = 0; in datadm_parse_sp_conf() local
1025 line_count++; in datadm_parse_sp_conf()
1030 sp_conf, line_count, DATADM_LINESZ); in datadm_parse_sp_conf()
1056 sp_conf, line_count, tokens[i - 1]); in datadm_parse_sp_conf()
1076 line_count, token_count, DATADM_NUM_SP_TOKENS); in datadm_parse_sp_conf()
1103 int line_count = 0; in datadm_parse_dat_conf() local
1122 line_count++; in datadm_parse_dat_conf()
1127 dat_conf, line_count, DATADM_LINESZ); in datadm_parse_dat_conf()
1200 line_count, tokens[i - 1]); in datadm_parse_dat_conf()
1229 line_count, token_count, DATADM_NUM_DAT_TOKENS); in datadm_parse_dat_conf()
/titanic_50/usr/src/cmd/ttymon/
H A Dtmchild.c238 int line_count; local
278 for (line_count = 0; line_count < pmtab->p_count; ) {
286 line_count++;
/titanic_50/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf95 line_count=`wc -l $src | awk '{ print $1}'`
106 if [ $line_count -ne 1 ]; then
122 if [ $line_count -ne $supported_count ]
H A Di.kmfconf85 line_count=`wc -l $src | awk '{ print $1}'`
87 if [ $line_count -ne $file_count ]
H A Di.pkcs11conf86 line_count=`wc -l $src | awk '{ print $1}'`
89 if [ $line_count -ne $file_count ]
/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_line.c404 Dwarf_Sword line_count = 0; in _dwarf_internal_srclines() local
618 line_count++; in _dwarf_internal_srclines()
673 line_count++; in _dwarf_internal_srclines()
841 line_count++; in _dwarf_internal_srclines()
894 line_count++; in _dwarf_internal_srclines()
982 _dwarf_get_alloc(dbg, DW_DLA_LIST, line_count); in _dwarf_internal_srclines()
990 for (i = 0; i < line_count; i++) { in _dwarf_internal_srclines()
1009 line_context->lc_line_count = line_count; in _dwarf_internal_srclines()
1013 *count = line_count; in _dwarf_internal_srclines()
/titanic_50/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl197 my $line_count = 0;
203 $line_count++;
235 if ($line_count == 0) {
/titanic_50/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h289 uint_t line_count; member