Searched refs:F_LOG2PHYS_EXT (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c49 case F_LOG2PHYS_EXT:
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h283 #define F_LOG2PHYS_EXT 65 /* file offset to device offset, extended */ macro
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
541 /* F_LOG2PHYS_EXT: IN: number of bytes to be queried */
544 /* F_LOG2PHYS_EXT: IN: bytes into file */
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c1256 case F_LOG2PHYS_EXT: {
1264 if (uap->cmd == F_LOG2PHYS_EXT) {
1292 if (uap->cmd == F_LOG2PHYS_EXT) {
1304 if (uap->cmd == F_LOG2PHYS_EXT) {

Completed in 74 milliseconds