Home
last modified time | relevance | path

Searched refs:phy_read_panic (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dmachine.c488 uint32_t phy_read_panic = 1; variable
492 uint32_t phy_read_panic = 0; variable
575 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_io_read()
/xnu-8020.101.4/osfmk/i386/
H A Dmachine_routines.h417 extern uint32_t phy_read_panic;
/xnu-8020.101.4/osfmk/x86_64/
H A Dloose_ends.c370 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
653 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_port_io_read()
/xnu-8020.101.4/bsd/dev/arm64/
H A Dsysctl.c403 &phy_read_panic, 0, "if set, report-phy-read-delay timeout panics");
/xnu-8020.101.4/osfmk/arm64/
H A Dloose_ends.c358 if (phy_read_panic && (machine_timeout_suspended() == FALSE)) { in ml_phys_read_data()
/xnu-8020.101.4/osfmk/arm/
H A Dmachine_routines.h1335 extern uint32_t phy_read_panic;
/xnu-8020.101.4/bsd/dev/i386/
H A Dsysctl.c934 &phy_read_panic, 0, "");