Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c184 #ifdef F_LOG2PHYS
185 { BSM_F_LOG2PHYS, F_LOG2PHYS },
/xnu-8020.121.3/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c54 case F_LOG2PHYS: in fcntl()
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h281 #define F_LOG2PHYS 49 /* file offset to device offset */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c3617 case F_LOG2PHYS: in sys_fcntl_nocancel()