/external/libchrome/sandbox/linux/seccomp-bpf/ |
syscall.cc | 350 int err_status; local 351 intptr_t ret = Syscall::SandboxSyscallRaw(nr, args, &err_status); 353 if (err_status) {
|
/external/mdnsresponder/mDNSPosix/ |
nss_mdns.c | 719 int err_status; local 751 err_status = init_result (&result, result_buf, buf, buflen); 752 if (err_status) 754 *errnop = err_status; 794 int err_status; local 797 err_status = init_result (&result, result_buf, buf, buflen); 798 if (err_status) 800 *errnop = err_status; [all...] |
/system/bt/stack/gatt/ |
gatt_int.h | 490 UINT8 err_status; member in struct:__anon74045 522 extern void gatt_set_err_rsp(BOOLEAN enable, UINT8 req_op_code, UINT8 err_status);
|