Searched refs:EKEEPLOOKING (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h271 #define EKEEPLOOKING (-7) macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_vnops.c238 if (error == EKEEPLOOKING) {
240 panic("EKEEPLOOKING, but we did a create?");
243 panic("EKEEPLOOKING from filesystem that doesn't support compound vnops?");
246 panic("EKEEPLOOKING, but continue flag not set?");
429 if (error == EKEEPLOOKING) {
431 panic("EKEEPLOOKING from a filesystem that doesn't support compound VNOPs?");
472 } else if (error == EKEEPLOOKING) {
474 panic("EKEEPLOOKING, but continue flag not set?");
524 } else if (error == EKEEPLOOKING) {
526 panic("EKEEPLOOKING, bu
[all...]
H A Dkpi_vfs.c1842 return EKEEPLOOKING;
3138 if (*vpp && _err && _err != EKEEPLOOKING) {
4278 if (*vpp && _err && _err != EKEEPLOOKING) {
4834 if (_err && _err != EKEEPLOOKING) {
4955 if (*vpp && _err && _err != EKEEPLOOKING) {
5083 if (*vpp && _err && _err != EKEEPLOOKING) {
H A Dvfs_lookup.c1743 if (error == EKEEPLOOKING) {
H A Dvfs_syscalls.c4055 if (error == EKEEPLOOKING) {
4057 panic("EKEEPLOOKING, but not a filesystem that supports compound VNOPs?");
4061 panic("EKEEPLOOKING, but continue flag not set?");
6285 if (error == EKEEPLOOKING) {
6288 panic("EKEEPLOOKING without NAMEI_CONTLOOKUP on either ndp?");
6538 if (error == EKEEPLOOKING) {
6747 if (error == EKEEPLOOKING) {

Completed in 105 milliseconds