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

/xnu-2422.115.4/bsd/kern/
H A Dkern_exit.c207 copyoutsiginfo(user_siginfo_t *native, boolean_t is64, user_addr_t uaddr) argument
213 siginfo_user_to_user64(native, &sinfo64);
219 siginfo_user_to_user32(native, &sinfo32);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c231 int native = 0, dufile = 0; local
234 native = VNOP_GETXATTR(vp, name, NULL, &sz, 0, context) ? 0 : 1;
236 if (options & XATTR_CREATE && (native || dufile)) {
240 if (options & XATTR_REPLACE && !(native || dufile)) {
310 * a native xattr, so failure to find it in a DU file during
361 * the native EA names will have been uiomove-d out (or *size updated)
1232 * Default Implementation (Non-native EA)
1519 /* Swap the AppleDouble header fields to native order */
1543 /* Swap the per-entry fields to native order */
2327 * VNOP_LISTXATTR processed any native EA
[all...]

Completed in 26 milliseconds