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

/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_debug.h75 uint64_t error_reason);
H A Dkfd_debug.c257 uint64_t error_reason)
259 if (error_reason & KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION)) {
279 error_reason &= ~KFD_EC_MASK(EC_DEVICE_MEMORY_VIOLATION);
282 if (error_reason & (KFD_EC_MASK(EC_PROCESS_RUNTIME))) {
288 error_reason &= ~KFD_EC_MASK(EC_PROCESS_RUNTIME);
291 if (error_reason)
292 return kfd_send_exception_to_runtime(p, queue_id, error_reason);
254 kfd_dbg_send_exception_to_runtime(struct kfd_process *p, unsigned int dev_id, unsigned int queue_id, uint64_t error_reason) argument
H A Dkfd_process.c2153 uint64_t error_reason; member in struct:send_exception_work_handler_workarea
2188 cur_err |= workarea->error_reason;
2201 uint64_t error_reason)
2209 worker.error_reason = error_reason;
2199 kfd_send_exception_to_runtime(struct kfd_process *p, unsigned int queue_id, uint64_t error_reason) argument
H A Dkfd_priv.h1476 uint64_t error_reason);
/openbsd-current/usr.bin/ssh/
H A Dmux.c840 const char *error_reason = NULL; local
909 error_reason = "port not forwarded";
918 error_reason = "port not in permitted opens";
923 error_reason = "port not found";
926 if (error_reason != NULL)
927 reply_error(reply, MUX_S_FAILURE, rid, error_reason);

Completed in 111 milliseconds