Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vm/
H A Dtest_vm_no_pager_helper.c180 fork_and_crash(void(f_ptr)(char*, char*), char* file_path, char* device_identifier) in fork_and_crash() argument
185 f_ptr(file_path, device_identifier); in fork_and_crash()
201 read_and_cause_unmount_crash(char* file_path, char* device_identifier) in read_and_cause_unmount_crash() argument
218 …ASSERT(!disk_image_eject(device_identifier), "Failed to force unmount device '%s'", device_identif… in read_and_cause_unmount_crash()
269 char device_identifier[128]; in forced_unmount_crash_test() local
271 setup_unmount_image(device_identifier, sizeof(device_identifier)); in forced_unmount_crash_test()
273 fork_and_crash(read_and_cause_unmount_crash, FUNMOUNT_FILE, device_identifier); in forced_unmount_crash_test()
277 disk_image_eject(device_identifier); in forced_unmount_crash_test()
284 char device_identifier[128]; in forced_unmount_panic_test() local
290 setup_unmount_image(device_identifier, sizeof(device_identifier)); in forced_unmount_panic_test()
[all …]