Searched refs:ustatus (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/usr.sbin/bluetooth/hccontrol/
H A Dadv_data.c225 uint32_t ustatus; local
242 uuid_to_string(&uuid, &tmpstr, &ustatus);
243 if(ustatus == uuid_s_ok) {
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1553 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \
1555 (long)(ustatus))
1556 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \
1558 (long)(ustatus))
2895 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus);
2897 long ustatus);

Completed in 83 milliseconds