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

/darwin-on-arm/xnu/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c48 case F_LOG2PHYS:
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c184 #ifdef F_LOG2PHYS
185 { BSM_F_LOG2PHYS, F_LOG2PHYS },
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h257 #define F_LOG2PHYS 49 /* file offset to device offset */ macro
516 * For F_LOG2PHYS this information is passed back to user
531 * F_LOG2PHYS_EXT is a variant of F_LOG2PHYS that uses a passed in
533 * F_LOG2PHYS_EXT operates on the same structure as F_LOG2PHYS, but
540 off_t l2p_contigbytes; /* F_LOG2PHYS: unused so far */
543 off_t l2p_devoffset; /* F_LOG2PHYS: OUT: bytes into device */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1255 case F_LOG2PHYS:

Completed in 29 milliseconds