Searched refs:errcode (Results 1 - 6 of 6) sorted by relevance

/seL4-camkes-master/projects/seL4_libs/libsel4utils/include/sel4utils/
H A Dstrerror.h18 const char *sel4_strerror(int errcode);
19 const char *sel4_strfault(int errcode);
/seL4-camkes-master/projects/seL4_libs/libsel4utils/src/
H A Dstrerror.c55 sel4_strerror(int errcode) argument
57 assert(errcode < sizeof(sel4_errlist) / sizeof(*sel4_errlist) - 1);
58 return sel4_errlist[errcode];
/seL4-camkes-master/kernel/src/arch/x86/api/
H A Dfaults.c43 word_t errcode,
56 word_t errcode,
76 printf("ErrCode: 0x%lx\n", errcode);
54 handleKernelException( word_t vector, word_t errcode, word_t ip, word_t sp, word_t flags, word_t cr0, word_t cr2, word_t cr3, word_t cr4 ) argument
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c2616 reg_errcode_t errcode = REG_OK; local
2625 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
2626 if (errcode != REG_OK)
2627 return errcode;
2628 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs);
2635 errcode = tre_make_trans(cat->left->lastpos, cat->right->firstpos,
2637 if (errcode != REG_OK)
2638 return errcode;
2639 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs);
2640 if (errcode !
2688 reg_errcode_t errcode; local
[all...]
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_tftp.c485 static int send_error(uint8_t *buf, struct pico_socket *sock, union pico_address *a, uint16_t port, uint16_t errcode, const char *errmsg) argument
498 eh->error_code = short_be(errcode);
510 static void tftp_send_error(struct pico_tftp_session *session, union pico_address *a, uint16_t port, uint16_t errcode, const char *errmsg) argument
528 eh->error_code = short_be(errcode);
/seL4-camkes-master/kernel/src/arch/x86/32/
H A Dtraps.S468 # call handleKernelException(vector, errcode, EIP, ESP, EFLAGS, CR0, CR2, CR3, CR4)

Completed in 56 milliseconds