• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/tools/tests/xnu_quick_test/

Lines Matching refs:my_count

1216 	int					my_err, my_count, i;
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;
1446 my_count = read( my_fildes[0], &my_buffer[0], sizeof(my_buffer) );
1447 if ( my_count == -1 ) {
1472 my_count = write( my_fildes[1], &my_pid_string[0], sizeof(my_pid_string) );
1473 if ( my_count == -1 ) {
2287 ssize_t my_count;
2335 my_count = write( my_fd, "aa", 2 );
2336 if ( my_count == -1 ) {
2341 my_count = write( my_newfd, "xx", 2 );
2342 if ( my_count == -1 ) {
2349 my_count = read( my_fd, &my_buffer[0], sizeof(my_buffer) );
2350 if ( my_count == -1 ) {
2361 my_count = read( my_newfd, &my_buffer[0], sizeof(my_buffer) );
2362 if ( my_count == -1 ) {
2849 ssize_t my_count;
2925 my_count = read( my_fd, &my_buffer[0], sizeof(struct acct) );
2926 if ( my_count == -1 ) {
4043 unsigned int my_count;
4047 unsigned long my_count;
4173 my_count = 4;
4175 my_err = getdirentriesattr( my_fd, &my_attrlist, &my_attr_buf[0], sizeof(my_attr_buf), &my_count,
4183 for ( i = 0; i < my_count; i++ ) {
4853 size_t my_count;
4896 my_count = write( my_sockets[1], "r", 1 );
4897 if ( my_count == -1 ) {
4902 my_count = read( my_sockets[1], &my_buffer[0], 1 );
4903 if ( my_count == -1 ) {
4913 my_count = write( my_fd, "11111111", 8 );
4914 if ( my_count == -1 ) {
4926 my_count = read( my_sockets[1], &my_buffer[0], 1 );
4927 if ( my_count == -1 ) {
4939 my_count = read( my_sockets[0], &my_buffer[0], sizeof(my_buffer) );
4940 if ( my_count == -1 ) {
4968 my_count = write( my_sockets[0], "g", 1 );
4969 if ( my_count == -1 ) {
4992 my_count = write( my_sockets[0], "e", 1 );
4993 if ( my_count == -1 ) {