/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | errno.h | 55 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | errno.h | 55 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 61 #define EMULTIHOP 87 /* Multihop attempted */ macro
|
/openbmc/linux/tools/arch/sparc/include/uapi/asm/ |
H A D | errno.h | 61 #define EMULTIHOP 87 /* Multihop attempted */ macro
|
/openbmc/linux/tools/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 91 #define EMULTIHOP 110 /* Multihop attempted */ macro
|
/openbmc/linux/tools/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 35 #define EMULTIHOP 64 /* Multihop attempted */ macro
|
/openbmc/linux/tools/arch/mips/include/uapi/asm/ |
H A D | errno.h | 51 #define EMULTIHOP 74 /* Multihop attempted */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | errno.h | 91 #define EMULTIHOP 110 /* Multihop attempted */ macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 35 #define EMULTIHOP 64 /* Multihop attempted */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | errno.h | 51 #define EMULTIHOP 74 /* Multihop attempted */ macro
|
/openbmc/u-boot/include/linux/ |
H A D | errno.h | 80 #define EMULTIHOP 72 /* Multihop attempted */ macro
|
/openbmc/linux/drivers/gpu/drm/ttm/ |
H A D | ttm_bo.c | 154 if (ret == -EMULTIHOP) in ttm_bo_handle_move_mem() 464 if (ret != -EMULTIHOP) in ttm_bo_evict() 862 if (ret == -EMULTIHOP) { in ttm_bo_move_buffer() 1179 WARN(ret == -EMULTIHOP, "Unexpected multihop in swaput - likely driver bug.\n"); in ttm_bo_swapout()
|
/openbmc/u-boot/lib/ |
H A D | errno_str.c | 86 ERRNO_MSG(EMULTIHOP, "Multihop attempted"),
|
/openbmc/linux/lib/ |
H A D | errname.c | 88 E(EMULTIHOP),
|
/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_ttm.c | 150 return -EMULTIHOP; in qxl_bo_move()
|
/openbmc/qemu/linux-user/ |
H A D | errnos.c.inc | 80 E(EMULTIHOP)
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm_move.c | 593 return -EMULTIHOP; in i915_ttm_move()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_gem_vram_helper.c | 923 return -EMULTIHOP; in bo_driver_move()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_ttm.c | 243 return -EMULTIHOP; in radeon_bo_move()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bo.c | 1105 return -EMULTIHOP; in nouveau_bo_move()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 546 return -EMULTIHOP; in amdgpu_bo_move()
|
/openbmc/linux/fs/ceph/ |
H A D | mds_client.c | 3125 return -EMULTIHOP; in __prepare_send_request() 3875 req->r_err = -EMULTIHOP; in handle_forward()
|