Searched refs:COPYOUT (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/x86_64/
H A Dcopyio.c72 #define COPYOUT 1 /* from kernel virtual to user virtual */ macro
154 case COPYOUT:
272 return copyio(COPYOUT, user_addr, (char *)(uintptr_t)kernel_addr, nbytes, NULL, 0);
278 return copyio(COPYOUT, user_addr, (char *)(uintptr_t)kernel_addr, nbytes, NULL, 0);
/xnu-2422.115.4/bsd/net/
H A Dpf_table.c87 #define COPYOUT(from, to, size, flags) \ macro
322 if (COPYOUT(&ad, addr, sizeof (ad), flags))
415 if (COPYOUT(&ad, addr, sizeof (ad), flags))
499 if (COPYOUT(&ad, addr, sizeof (ad), flags))
513 if (COPYOUT(&ad, addr, sizeof (ad), flags))
575 if (COPYOUT(&ad, addr, sizeof (ad), flags))
698 if (COPYOUT(&ad, addr, sizeof (ad), flags))
962 if (COPYOUT(&ad, addr, sizeof (ad), flags))
1105 if (COPYOUT(&as, w->pfrw_astats, sizeof (as), flags))
1317 if (COPYOUT(
[all...]

Completed in 15 milliseconds