Searched refs:ustatus (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.sbin/bluetooth/hccontrol/ |
H A D | adv_data.c | 224 uint32_t ustatus; in adv_uuid2str() local 241 uuid_to_string(&uuid, &tmpstr, &ustatus); in adv_uuid2str() 242 if(ustatus == uuid_s_ok) { in adv_uuid2str()
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1562 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument 1564 (long)(ustatus)) 1565 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument 1567 (long)(ustatus)) 2916 void __sanitizer_syscall_pre_impl_spu_run(long fd, long unpc, long ustatus); 2918 long ustatus);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 2706 PRE_SYSCALL(spu_run)(long fd, void *unpc, void *ustatus) {} 2708 POST_SYSCALL(spu_run)(long res, long fd, unsigned *unpc, unsigned *ustatus) { 2712 if (ustatus) 2713 POST_WRITE(ustatus, sizeof(*ustatus));
|