Searched refs:my_count (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dkqueue_tests.c152 size_t my_count, my_index; local
200 my_count = write( my_sockets[1], "r", 1 );
201 if ( my_count == -1 ) {
206 my_count = read( my_sockets[1], &my_buffer[0], 1 );
207 if ( my_count == -1 ) {
217 my_count = write( my_fd, "11111111", 8 );
218 if ( my_count == -1 ) {
230 my_count = read( my_sockets[1], &my_buffer[0], 1 );
231 if ( my_count == -1 ) {
243 my_count
[all...]
H A D32bit_inode_tests.c46 unsigned long my_count; local
165 int my_err, my_count, i; local
194 my_count = getfsstat( (struct statfs *)my_bufferp, my_buffer_size, MNT_NOWAIT );
195 if ( my_count == -1 ) {
202 for ( i = 0; i < my_count; i++, my_statfsp++ ) {
211 if ( i >= my_count ) {
H A Dsocket_tests.c414 ssize_t my_count; local
503 my_count = write( my_sockets[1], "r", 1 );
504 if ( my_count == -1 ) {
548 my_count = read( my_sockets[1], &my_buffer[0], sizeof(my_buffer) );
549 if ( my_count == -1 ) {
564 my_count = read( my_sockets[0], &my_buffer[0], sizeof(my_buffer) );
565 if ( my_count == -1 ) {
H A Dtests.c1329 int my_err, my_count, i; local
1372 my_count = getfsstat( (struct statfs *)my_bufferp, my_buffer_size, MNT_NOWAIT );
1373 if ( my_count == -1 ) {
1380 for ( i = 0; i < my_count; i++, my_statfsp++ ) {
1389 if ( i >= my_count ) {
1408 my_count = getfsstat64( (struct statfs64 *)my_buffer64p, my_buffer64_size, MNT_NOWAIT );
1409 if ( my_count == -1 ) {
1416 for ( i = 0; i < my_count; i++, my_statfs64p++ ) {
1425 if ( i >= my_count ) {
1538 ssize_t my_count; local
2311 ssize_t my_count; local
2867 ssize_t my_count; local
4195 unsigned int my_count; local
4199 unsigned long my_count; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/
H A Dcred_dump_creds.c76 int i, my_count = (buf_size / sizeof(debug_ucred)); local
79 my_count);
80 for (i = 0; i < my_count; i++) {

Completed in 194 milliseconds