Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/x86_64/
H A Dcopyio.c94 #define COPYINSTR 2 /* string variant of copyout */ macro
222 case COPYINSTR: in copyio()
325 case COPYINSTR: in copyio()
490 return copyio(COPYINSTR, user_addr, kernel_addr, nbytes, lencopied, 0); in copyinstr()