failure_code     1626 drivers/scsi/qla2xxx/qla_fw.h 	uint16_t failure_code;
failure_code     1679 drivers/scsi/qla2xxx/qla_fw.h 	uint16_t failure_code;
failure_code     4292 drivers/scsi/qla2xxx/qla_mbx.c 		    le16_to_cpu(mn->p.rsp.failure_code) : 0;
failure_code      242 tools/testing/selftests/powerpc/tm/tm-unavailable.c 			failure_code());
failure_code      254 tools/testing/selftests/powerpc/tm/tm-unavailable.c 			failure_code());
failure_code       42 tools/testing/selftests/powerpc/tm/tm.h 	return (failure_code() & TM_CAUSE_PERSISTENT) == TM_CAUSE_PERSISTENT;
failure_code       47 tools/testing/selftests/powerpc/tm/tm.h 	return (failure_code() & TM_CAUSE_SYSCALL) == TM_CAUSE_SYSCALL;
failure_code       52 tools/testing/selftests/powerpc/tm/tm.h 	return (failure_code() & TM_CAUSE_FAC_UNAV) == TM_CAUSE_FAC_UNAV;
failure_code       57 tools/testing/selftests/powerpc/tm/tm.h 	if ((failure_code() & TM_CAUSE_RESCHED) == TM_CAUSE_RESCHED ||
failure_code       58 tools/testing/selftests/powerpc/tm/tm.h 	    (failure_code() & TM_CAUSE_KVM_RESCHED) == TM_CAUSE_KVM_RESCHED ||
failure_code       59 tools/testing/selftests/powerpc/tm/tm.h 	    (failure_code() & TM_CAUSE_KVM_FAC_UNAV) == TM_CAUSE_KVM_FAC_UNAV)