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

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exit.c206 copyoutsiginfo(user_siginfo_t *native, boolean_t is64, user_addr_t uaddr) argument
212 siginfo_user_to_user64(native, &sinfo64);
218 siginfo_user_to_user32(native, &sinfo32);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c227 int native = 0, dufile = 0; local
230 native = VNOP_GETXATTR(vp, name, NULL, &sz, 0, context) ? 0 : 1;
232 if (options & XATTR_CREATE && (native || dufile)) {
236 if (options & XATTR_REPLACE && !(native || dufile)) {
308 * a native xattr, so failure to find it in a DU file during
359 * the native EA names will have been uiomove-d out (or *size updated)
1165 * Default Implementation (Non-native EA)
1452 /* Swap the AppleDouble header fields to native order */
1476 /* Swap the per-entry fields to native order */
2245 * VNOP_LISTXATTR processed any native EA
[all...]

Completed in 20 milliseconds