HomeSort by relevance Sort by last modified time
    Searched refs:get_error (Results 1 - 25 of 47) sorted by null

1 2

  /external/syslinux/com32/gplinclude/disk/
error.h 12 void get_error(const char *);
  /external/strace/linux/s390x/
get_error.c 3 #define get_error s390_get_error macro
5 #include "../s390/get_error.c"
7 #undef get_error macro
9 #define get_error s390x_get_error macro
11 #include "../s390/get_error.c"
13 #undef get_error macro
16 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/aarch64/
get_error.c 3 #define get_error arm_get_error macro
4 #include "arm/get_error.c"
5 #undef get_error macro
8 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/alpha/
get_error.c 2 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/mips/
get_error.c 2 get_error(struct tcb *tcp, const bool check_errno) function
  /external/syslinux/com32/gpllib/disk/
error.c 15 * get_error - decode a disk error status
20 void get_error(const char *s) function
  /external/strace/linux/arm/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/avr32/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/bfin/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/hppa/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/i386/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/ia64/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/m68k/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/metag/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/microblaze/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/nios2/
get_error.c 2 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/or1k/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/powerpc/
get_error.c 2 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/riscv/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/sh/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/sh64/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/sparc64/
get_error.c 2 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/tile/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/xtensa/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /system/tpm/tpm_manager/client/
tpm_nvram_binder_proxy.cc 65 auto get_error = base::Bind(&CreateErrorResponse<DefineSpaceReply>); local
67 method, callback, get_error);
74 auto get_error = base::Bind(&CreateErrorResponse<DestroySpaceReply>); local
76 method, callback, get_error);
83 auto get_error = base::Bind(&CreateErrorResponse<WriteSpaceReply>); local
85 get_error);
92 auto get_error = base::Bind(&CreateErrorResponse<ReadSpaceReply>); local
94 get_error);
101 auto get_error = base::Bind(&CreateErrorResponse<LockSpaceReply>); local
103 get_error);
110 auto get_error = base::Bind(&CreateErrorResponse<ListSpacesReply>); local
119 auto get_error = base::Bind(&CreateErrorResponse<GetSpaceInfoReply>); local
    [all...]

Completed in 229 milliseconds

1 2