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

Lines Matching refs:NULL

64 	{1, &syscall_test, NULL, "syscall"},
65 {1, &fork_wait4_exit_test, NULL, "fork, wait4, exit"},
66 {1, &read_write_test, NULL, "fsync, ftruncate, lseek, pread, pwrite, read, readv, truncate, write, writev"},
67 {1, &open_close_test, NULL, "close, fpathconf, fstat, open, pathconf"},
68 {1, &link_stat_unlink_test, NULL, "link, stat, unlink"},
69 {1, &chdir_fchdir_test, NULL, "chdir, fchdir"},
70 {1, &access_chmod_fchmod_test, NULL, "access, chmod, fchmod"},
71 {1, &chown_fchown_lchown_lstat_symlink_test, NULL, "chown, fchown, lchown, lstat, readlink, symlink"},
72 {1, &fs_stat_tests, NULL, "fstatfs, getattrlist, getfsstat, statfs, getfsstat64, statfs64, fstatfs64"},
73 {1, &getpid_getppid_pipe_test, NULL, "getpid, getppid, pipe"},
74 {1, &uid_tests, NULL, "getauid, gettid, getuid, geteuid, issetugid, setauid, seteuid, settid, settid_with_pid, setuid"},
75 {1, &mkdir_rmdir_umask_test, NULL, "mkdir, rmdir, umask"},
76 {1, &mknod_sync_test, NULL, "mknod, sync"},
77 {1, &socket2_tests, NULL, "fsync, getsockopt, poll, select, setsockopt, socketpair"},
78 {1, &socket_tests, NULL, "accept, bind, connect, getpeername, getsockname, listen, socket, recvmsg, sendmsg, sendto"},
79 {1, &chflags_fchflags_test, NULL, "chflags, fchflags"},
80 {1, &execve_kill_vfork_test, NULL, "kill, vfork, execve, posix_spawn"},
81 {1, &groups_test, NULL, "getegid, getgid, getgroups, setegid, setgid, setgroups"},
82 {1, &dup_test, NULL, "dup, dup2, getdtablesize"},
83 {1, &getrusage_profil_test, NULL, "getrusage, profil"},
84 {1, &signals_test, NULL, "getitimer, setitimer, sigaction, sigpending, sigprocmask, sigsuspend, sigwait"},
85 {1, &acct_test, NULL, "acct"},
86 {1, &ioctl_test, NULL, "ioctl"},
87 {1, &chroot_test, NULL, "chroot"},
88 {1, &memory_tests, NULL, "madvise, mincore, minherit, mlock, mlock, mmap, mprotect, msync, munmap"},
89 {1, &process_group_test, NULL, "getpgrp, getpgid, getsid, setpgid, setpgrp, setsid"},
90 {1, &fcntl_test, NULL, "fcntl"},
91 {1, &getlogin_setlogin_test, NULL, "getlogin, setlogin"},
92 {1, &getpriority_setpriority_test, NULL, "getpriority, setpriority"},
93 {1, &time_tests, NULL, "futimes, gettimeofday, settimeofday, utimes"},
94 {1, &rename_test, NULL, "rename, stat"},
95 {1, &locking_test, NULL, "flock"},
96 {1, &mkfifo_test, NULL, "mkfifo, read, write"},
97 {1, &quotactl_test, NULL, "quotactl"},
98 {1, &limit_tests, NULL, "getrlimit, setrlimit"},
99 {1, &directory_tests, NULL, "getattrlist, getdirentries, getdirentriesattr, setattrlist"},
100 {1, &exchangedata_test, NULL, "exchangedata"},
101 {1, &searchfs_test, NULL, "searchfs"},
102 {1, &sema2_tests, NULL, "sem_close, sem_open, sem_post, sem_trywait, sem_unlink, sem_wait"},
103 {1, &sema_tests, NULL, "semctl, semget, semop"},
104 {1, &bsd_shm_tests, NULL, "shm_open, shm_unlink"},
105 {1, &shm_tests, NULL, "shmat, shmctl, shmdt, shmget"},
106 {1, &xattr_tests, NULL, "fgetxattr, flistxattr, fremovexattr, fsetxattr, getxattr, listxattr, removexattr, setxattr"},
107 {1, &aio_tests, NULL, "aio_cancel, aio_error, aio_read, aio_return, aio_suspend, aio_write, fcntl, lio_listio"},
108 {1, &kqueue_tests, NULL, "kevent, kqueue"},
109 {1, &message_queue_tests, NULL, "msgctl, msgget, msgrcv, msgsnd"},
110 {0, NULL, NULL, "last one"}
141 char *config = NULL;
150 if ( my_targetp == NULL )
198 g_max_failures = strtol( argv[i], NULL, 10 );
250 if (sysctlbyname("sysctl.proc_native", &val, &size, NULL, 0) == -1)
264 config, xml, echo, NULL, "ResultOwner",
265 "com.apple.coreos", NULL );
266 if( logRef == NULL ) {
283 my_start_time = time( NULL );
295 if ( my_testp->test_run_it == 0 || my_testp->test_routine == NULL )
332 my_end_time = time( NULL );
392 if ( my_temp_ptr != NULL ) {
396 my_first_test_number = strtol( &my_buffer[0], NULL, 10 );
402 my_last_test_number = strtol( (my_temp_ptr + 1), NULL, 10 );
414 my_last_test_number = strtol( &my_buffer[0], NULL, 10 );
425 my_first_test_number = strtol( &my_buffer[0], NULL, 10 );
522 if ( my_ptr != NULL ) {
526 printf( "\nUSAGE: %s -target TARGET_PATH \n\n", (my_ptr != NULL) ? my_ptr : g_cmd_namep );
537 printf( "%s -t /Volumes/test_vol/ \n", (my_ptr != NULL) ? my_ptr : g_cmd_namep );
540 printf( "%s -r 10-15, 18, 20 \n", (my_ptr != NULL) ? my_ptr : g_cmd_namep );