Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vm/
H A Dtest_vm_no_pager_helper.c179 fork_and_crash(void(f_ptr)(char*, char*), char* file_path, char* device_identifier) in fork_and_crash() argument
184 f_ptr(file_path, device_identifier); in fork_and_crash()
200 read_and_cause_unmount_crash(char* file_path, char* device_identifier) in read_and_cause_unmount_crash() argument
217 …ASSERT(!disk_image_eject(device_identifier), "Failed to force unmount device '%s'", device_identif… in read_and_cause_unmount_crash()
268 char device_identifier[128]; in forced_unmount_crash_test() local
270 setup_unmount_image(device_identifier, sizeof(device_identifier)); in forced_unmount_crash_test()
272 fork_and_crash(read_and_cause_unmount_crash, FUNMOUNT_FILE, device_identifier); in forced_unmount_crash_test()
276 disk_image_eject(device_identifier); in forced_unmount_crash_test()
283 char device_identifier[128]; in forced_unmount_panic_test() local
289 setup_unmount_image(device_identifier, sizeof(device_identifier)); in forced_unmount_panic_test()
[all …]