Home
last modified time | relevance | path

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

/xnu-11215/bsd/tests/
H A Dvm_parameter_validation_kern_bsd.c11 struct file_control_return { struct
17 struct file_control_return get_control_from_fd(int fd); argument
19 struct file_control_return
28 struct file_control_return ret = {NULL, NULL, NULL, fd}; in get_control_from_fd()
85 void cleanup_control_related_data(struct file_control_return info);
88 cleanup_control_related_data(struct file_control_return info) in cleanup_control_related_data()
/xnu-11215/osfmk/tests/
H A Dvm_parameter_validation_kern.c915 struct file_control_return { struct
921 struct file_control_return get_control_from_fd(int fd); argument
922 void cleanup_control_related_data(struct file_control_return info);
991 struct file_control_return control_info = get_control_from_fd(file_descriptor); in test_kext_unix_with_allocated_vnode_addr()
1565 struct file_control_return control_info = get_control_from_fd(file_descriptor); in vm_map_enter_mem_object_control_wrapped()