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

/macosx-10.5.8/xnu-1228.15.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++) {
/macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/
H A Dsocket_tests.c336 ssize_t my_count; local
425 my_count = write( my_sockets[1], "r", 1 );
426 if ( my_count == -1 ) {
470 my_count = read( my_sockets[1], &my_buffer[0], sizeof(my_buffer) );
471 if ( my_count == -1 ) {
486 my_count = read( my_sockets[0], &my_buffer[0], sizeof(my_buffer) );
487 if ( my_count == -1 ) {
H A Dtests.c1216 int my_err, my_count, i; local
1253 my_count = getfsstat( (struct statfs *)my_bufferp, my_buffer_size, MNT_NOWAIT );
1254 if ( my_count == -1 ) {
1261 for ( i = 0; i < my_count; i++, my_statfsp++ ) {
1270 if ( i >= my_count ) {
1288 my_count = getfsstat64( (struct statfs64 *)my_buffer64p, my_buffer64_size, MNT_NOWAIT );
1289 if ( my_count == -1 ) {
1296 for ( i = 0; i < my_count; i++, my_statfs64p++ ) {
1305 if ( i >= my_count ) {
1413 ssize_t my_count; local
2287 ssize_t my_count; local
2849 ssize_t my_count; local
4043 unsigned int my_count; local
4047 unsigned long my_count; local
4853 size_t my_count; local
[all...]

Completed in 33 milliseconds