Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c70 case F_TRANSCODEKEY: in fcntl()
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h338 #define F_TRANSCODEKEY 75 /* For some cases, we need to rewrap the key for AKS/MKB */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c4306 case F_TRANSCODEKEY: { in sys_fcntl_nocancel()
4328 error = VNOP_IOCTL(vp, F_TRANSCODEKEY, (caddr_t)&k, 1, &context); in sys_fcntl_nocancel()
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_syscalls.c12055 case F_TRANSCODEKEY: in fsctl_internal()