Home
last modified time | relevance | path

Searched refs:CHOWN (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/tests/
H A Dkqueue_file_tests.c65 SYMLINK, CHMOD, CHOWN, EXCHANGEDATA, RENAME, LSEEK, OPEN, MMAP, NOTHING, enumerator
159 case CHOWN: in get_action_name()
377 case CHOWN: in execute_action()
1008 …init_action(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)FILE1, (void*)pwd->pw_uid, (void*)p… in run_note_write_tests()
1009 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)FILE1, (void*)getuid(), (void*)getgid()… in run_note_write_tests()
1023 …init_action(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)DIR1, (void*)pwd->pw_uid, (void*)pw… in run_note_write_tests()
1024 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)DIR1, (void*)getuid(), (void*)getgid()); in run_note_write_tests()
1117 …init_action(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)FILE1, (void*)pwd->pw_uid, (void*)p… in run_note_extend_tests()
1118 …init_action(&test.t_helpthreadact, SLEEP, CHOWN, 3, (void*)FILE1, (void*)getuid(), (void*)getgid()… in run_note_extend_tests()
1134 …init_action(&test.t_prep_actions[1], NOSLEEP, CHOWN, 3, (void*)DIR1, (void*)pwd->pw_uid, (void*)pw… in run_note_extend_tests()
[all …]
/xnu-8020.121.3/bsd/sys/
H A Dquota.h342 #define CHOWN 0x02 /* (advisory) change initiated by chown */ macro