Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c4871 copyinptr(user_addr_t froma, user_addr_t *toptr, int ptr_size) in copyinptr() function
5273 error = copyinptr(argv, &arg, ptr_size); in exec_extract_strings()
5304 error = copyinptr(argv, &arg, ptr_size); in exec_extract_strings()
5345 error = copyinptr(envv, &env, ptr_size); in exec_extract_strings()