Searched refs:line_count (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c970 uint_t line_count)
983 if (line_count == 0)
984 test_write.address.line_count = handle->lines_per_page;
986 test_write.address.line_count = line_count;
1005 uint_t line_count,
1022 if (line_count == 0)
1023 test_read.address.line_count = handle->lines_per_page;
1025 test_read.address.line_count = line_count;
965 mtest_write( mtest_handle_t handle, void *page_buf, u_longlong_t page_no, uint_t line_offset, uint_t line_count) argument
1000 mtest_read( mtest_handle_t handle, void *page_buf, u_longlong_t page_no, uint_t line_offset, uint_t line_count, struct mtest_error *errp) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm3214 my($line_count,$last_updated);
3218 $shift =~ /^Line-Count:\s+(\d+)/ and $line_count = $1;
3221 if (not defined $line_count) {
3230 } elsif ($line_count != scalar @lines) {
3236 $index_target, $line_count, scalar(@lines);

Completed in 1029 milliseconds