Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 1971) sorted by relevance

12345678910>>...79

/freebsd-src/usr.sbin/rpc.lockd/
H A Dtest.c15 static nlm_testres res; local
31 static nlm_res res; local
48 static nlm_res res; local
63 static nlm_res res; local
78 static nlm_res res; local
93 static char res; local
108 static char res; local
124 static char res; local
139 static char res; local
154 static char res; local
[all …]
H A Dlock_proc.c428 static nlm_testres res; in nlm_test_1_svc() local
460 nlm_testres res; in nlm_test_msg_1_svc() local
515 static nlm_res res; in nlm_lock_1_svc() local
537 static nlm_res res; in nlm_lock_msg_1_svc() local
566 static nlm_res res; in nlm_cancel_1_svc() local
588 static nlm_res res; in nlm_cancel_msg_1_svc() local
617 static nlm_res res; in nlm_unlock_1_svc() local
634 static nlm_res res; in nlm_unlock_msg_1_svc() local
670 static nlm_res res; in nlm_granted_1_svc() local
688 static nlm_res res; in nlm_granted_msg_1_svc() local
[all …]
/freebsd-src/contrib/libcbor/src/cbor/internal/
H A Dbuilder_callbacks.c116 #define CHECK_RES(ctx, res) \ argument
134 #define PUSH_CTX_STACK(ctx, res, subitems) \ argument
144 cbor_item_t *res = cbor_new_int8(); in cbor_builder_uint8_callback() local
153 cbor_item_t *res = cbor_new_int16(); in cbor_builder_uint16_callback() local
162 cbor_item_t *res = cbor_new_int32(); in cbor_builder_uint32_callback() local
171 cbor_item_t *res = cbor_new_int64(); in cbor_builder_uint64_callback() local
180 cbor_item_t *res = cbor_new_int8(); in cbor_builder_negint8_callback() local
189 cbor_item_t *res = cbor_new_int16(); in cbor_builder_negint16_callback() local
198 cbor_item_t *res = cbor_new_int32(); in cbor_builder_negint32_callback() local
207 cbor_item_t *res = cbor_new_int64(); in cbor_builder_negint64_callback() local
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h25 #define __sanitizer_syscall_post_time(res, tloc) \ argument
29 #define __sanitizer_syscall_post_stime(res, tptr) \ argument
33 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \ argument
37 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \ argument
41 __sanitizer_syscall_post_adjtimex(res,txc_p) global() argument
45 __sanitizer_syscall_post_times(res,tbuf) global() argument
48 __sanitizer_syscall_post_gettid(res) global() argument
52 __sanitizer_syscall_post_nanosleep(res,rqtp,rmtp) global() argument
56 __sanitizer_syscall_post_alarm(res,seconds) global() argument
59 __sanitizer_syscall_post_getpid(res) global() argument
62 __sanitizer_syscall_post_getppid(res) global() argument
65 __sanitizer_syscall_post_getuid(res) global() argument
68 __sanitizer_syscall_post_geteuid(res) global() argument
71 __sanitizer_syscall_post_getgid(res) global() argument
74 __sanitizer_syscall_post_getegid(res) global() argument
79 __sanitizer_syscall_post_getresuid(res,ruid,euid,suid) global() argument
85 __sanitizer_syscall_post_getresgid(res,rgid,egid,sgid) global() argument
90 __sanitizer_syscall_post_getpgid(res,pid) global() argument
93 __sanitizer_syscall_post_getpgrp(res) global() argument
97 __sanitizer_syscall_post_getsid(res,pid) global() argument
101 __sanitizer_syscall_post_getgroups(res,gidsetsize,grouplist) global() argument
106 __sanitizer_syscall_post_setregid(res,rgid,egid) global() argument
110 __sanitizer_syscall_post_setgid(res,gid) global() argument
114 __sanitizer_syscall_post_setreuid(res,ruid,euid) global() argument
118 __sanitizer_syscall_post_setuid(res,uid) global() argument
123 __sanitizer_syscall_post_setresuid(res,ruid,euid,suid) global() argument
129 __sanitizer_syscall_post_setresgid(res,rgid,egid,sgid) global() argument
134 __sanitizer_syscall_post_setfsuid(res,uid) global() argument
138 __sanitizer_syscall_post_setfsgid(res,gid) global() argument
142 __sanitizer_syscall_post_setpgid(res,pid,pgid) global() argument
145 __sanitizer_syscall_post_setsid(res) global() argument
149 __sanitizer_syscall_post_setgroups(res,gidsetsize,grouplist) global() argument
154 __sanitizer_syscall_post_acct(res,name) global() argument
158 __sanitizer_syscall_post_capget(res,header,dataptr) global() argument
162 __sanitizer_syscall_post_capset(res,header,data) global() argument
166 __sanitizer_syscall_post_personality(res,personality) global() argument
170 __sanitizer_syscall_post_sigpending(res,set) global() argument
175 __sanitizer_syscall_post_sigprocmask(res,how,set,oset) global() argument
180 __sanitizer_syscall_post_getitimer(res,which,value) global() argument
185 __sanitizer_syscall_post_setitimer(res,which,value,ovalue) global() argument
193 __sanitizer_syscall_post_timer_create(res,which_clock,timer_event_spec,created_timer_id) global() argument
199 __sanitizer_syscall_post_timer_gettime(res,timer_id,setting) global() argument
204 __sanitizer_syscall_post_timer_getoverrun(res,timer_id) global() argument
211 __sanitizer_syscall_post_timer_settime(res,timer_id,flags,new_setting,old_setting) global() argument
218 __sanitizer_syscall_post_timer_delete(res,timer_id) global() argument
222 __sanitizer_syscall_post_clock_settime(res,which_clock,tp) global() argument
227 __sanitizer_syscall_post_clock_gettime(res,which_clock,tp) global() argument
232 __sanitizer_syscall_post_clock_adjtime(res,which_clock,tx) global() argument
237 __sanitizer_syscall_post_clock_getres(res,which_clock,tp) global() argument
244 __sanitizer_syscall_post_clock_nanosleep(res,which_clock,flags,rqtp,rmtp) global() argument
250 __sanitizer_syscall_post_nice(res,increment) global() argument
255 __sanitizer_syscall_post_sched_setscheduler(res,pid,policy,param) global() argument
260 __sanitizer_syscall_post_sched_setparam(res,pid,param) global() argument
264 __sanitizer_syscall_post_sched_getscheduler(res,pid) global() argument
268 __sanitizer_syscall_post_sched_getparam(res,pid,param) global() argument
273 __sanitizer_syscall_post_sched_setaffinity(res,pid,len,user_mask_ptr) global() argument
280 __sanitizer_syscall_post_sched_getaffinity(res,pid,len,user_mask_ptr) global() argument
286 __sanitizer_syscall_post_sched_yield(res) global() argument
290 __sanitizer_syscall_post_sched_get_priority_max(res,policy) global() argument
294 __sanitizer_syscall_post_sched_get_priority_min(res,policy) global() argument
299 __sanitizer_syscall_post_sched_rr_get_interval(res,pid,interval) global() argument
305 __sanitizer_syscall_post_setpriority(res,which,who,niceval) global() argument
310 __sanitizer_syscall_post_getpriority(res,which,who) global() argument
314 __sanitizer_syscall_post_shutdown(res,arg0,arg1) global() argument
319 __sanitizer_syscall_post_reboot(res,magic1,magic2,cmd,arg) global() argument
324 __sanitizer_syscall_post_restart_syscall(res) global() argument
330 __sanitizer_syscall_post_kexec_load(res,entry,nr_segments,segments,flags) global() argument
337 __sanitizer_syscall_post_exit(res,error_code) global() argument
341 __sanitizer_syscall_post_exit_group(res,error_code) global() argument
346 __sanitizer_syscall_post_wait4(res,pid,stat_addr,options,ru) global() argument
352 __sanitizer_syscall_post_waitid(res,which,pid,infop,options,ru) global() argument
359 __sanitizer_syscall_post_waitpid(res,pid,stat_addr,options) global() argument
364 __sanitizer_syscall_post_set_tid_address(res,tidptr) global() argument
369 __sanitizer_syscall_post_init_module(res,umod,len,uargs) global() argument
374 __sanitizer_syscall_post_delete_module(res,name_user,flags) global() argument
380 __sanitizer_syscall_post_rt_sigprocmask(res,how,set,oset,sigsetsize) global() argument
386 __sanitizer_syscall_post_rt_sigpending(res,set,sigsetsize) global() argument
393 __sanitizer_syscall_post_rt_sigtimedwait(res,uthese,uinfo,uts,sigsetsize) global() argument
400 __sanitizer_syscall_post_rt_tgsigqueueinfo(res,tgid,pid,sig,uinfo) global() argument
405 __sanitizer_syscall_post_kill(res,pid,sig) global() argument
409 __sanitizer_syscall_post_tgkill(res,tgid,pid,sig) global() argument
414 __sanitizer_syscall_post_tkill(res,pid,sig) global() argument
419 __sanitizer_syscall_post_rt_sigqueueinfo(res,pid,sig,uinfo) global() argument
424 __sanitizer_syscall_post_sgetmask(res) global() argument
428 __sanitizer_syscall_post_ssetmask(res,newmask) global() argument
432 __sanitizer_syscall_post_signal(res,sig,handler) global() argument
435 __sanitizer_syscall_post_pause(res) global() argument
438 __sanitizer_syscall_post_sync(res) global() argument
442 __sanitizer_syscall_post_fsync(res,fd) global() argument
446 __sanitizer_syscall_post_fdatasync(res,fd) global() argument
450 __sanitizer_syscall_post_bdflush(res,func,data) global() argument
456 __sanitizer_syscall_post_mount(res,dev_name,dir_name,type,flags,data) global() argument
463 __sanitizer_syscall_post_umount(res,name,flags) global() argument
467 __sanitizer_syscall_post_oldumount(res,name) global() argument
471 __sanitizer_syscall_post_truncate(res,path,length) global() argument
475 __sanitizer_syscall_post_ftruncate(res,fd,length) global() argument
479 __sanitizer_syscall_post_stat(res,filename,statbuf) global() argument
483 __sanitizer_syscall_post_statfs(res,path,buf) global() argument
487 __sanitizer_syscall_post_statfs64(res,path,sz,buf) global() argument
492 __sanitizer_syscall_post_fstatfs(res,fd,buf) global() argument
496 __sanitizer_syscall_post_fstatfs64(res,fd,sz,buf) global() argument
501 __sanitizer_syscall_post_lstat(res,filename,statbuf) global() argument
505 __sanitizer_syscall_post_fstat(res,fd,statbuf) global() argument
509 __sanitizer_syscall_post_newstat(res,filename,statbuf) global() argument
513 __sanitizer_syscall_post_newlstat(res,filename,statbuf) global() argument
517 __sanitizer_syscall_post_newfstat(res,fd,statbuf) global() argument
521 __sanitizer_syscall_post_ustat(res,dev,ubuf) global() argument
525 __sanitizer_syscall_post_stat64(res,filename,statbuf) global() argument
529 __sanitizer_syscall_post_fstat64(res,fd,statbuf) global() argument
533 __sanitizer_syscall_post_lstat64(res,filename,statbuf) global() argument
538 __sanitizer_syscall_post_setxattr(res,path,name,value,size,flags) global() argument
545 __sanitizer_syscall_post_lsetxattr(res,path,name,value,size,flags) global() argument
553 __sanitizer_syscall_post_fsetxattr(res,fd,name,value,size,flags) global() argument
560 __sanitizer_syscall_post_getxattr(res,path,name,value,size) global() argument
566 __sanitizer_syscall_post_lgetxattr(res,path,name,value,size) global() argument
572 __sanitizer_syscall_post_fgetxattr(res,fd,name,value,size) global() argument
578 __sanitizer_syscall_post_listxattr(res,path,list,size) global() argument
584 __sanitizer_syscall_post_llistxattr(res,path,list,size) global() argument
590 __sanitizer_syscall_post_flistxattr(res,fd,list,size) global() argument
595 __sanitizer_syscall_post_removexattr(res,path,name) global() argument
599 __sanitizer_syscall_post_lremovexattr(res,path,name) global() argument
603 __sanitizer_syscall_post_fremovexattr(res,fd,name) global() argument
607 __sanitizer_syscall_post_brk(res,brk) global() argument
612 __sanitizer_syscall_post_mprotect(res,start,len,prot) global() argument
620 __sanitizer_syscall_post_mremap(res,addr,old_len,new_len,flags,new_addr) global() argument
629 __sanitizer_syscall_post_remap_file_pages(res,start,size,prot,pgoff,flags) global() argument
636 __sanitizer_syscall_post_msync(res,start,len,flags) global() argument
641 __sanitizer_syscall_post_munmap(res,addr,len) global() argument
645 __sanitizer_syscall_post_mlock(res,start,len) global() argument
649 __sanitizer_syscall_post_munlock(res,start,len) global() argument
653 __sanitizer_syscall_post_mlockall(res,flags) global() argument
657 __sanitizer_syscall_post_munlockall(res) global() argument
662 __sanitizer_syscall_post_madvise(res,start,len,behavior) global() argument
667 __sanitizer_syscall_post_mincore(res,start,len,vec) global() argument
672 __sanitizer_syscall_post_pivot_root(res,new_root,put_old) global() argument
677 __sanitizer_syscall_post_chroot(res,filename) global() argument
682 __sanitizer_syscall_post_mknod(res,filename,mode,dev) global() argument
687 __sanitizer_syscall_post_link(res,oldname,newname) global() argument
691 __sanitizer_syscall_post_symlink(res,old,new_) global() argument
695 __sanitizer_syscall_post_unlink(res,pathname) global() argument
699 __sanitizer_syscall_post_rename(res,oldname,newname) global() argument
703 __sanitizer_syscall_post_chmod(res,filename,mode) global() argument
707 __sanitizer_syscall_post_fchmod(res,fd,mode) global() argument
711 __sanitizer_syscall_post_fcntl(res,fd,cmd,arg) global() argument
715 __sanitizer_syscall_post_fcntl64(res,fd,cmd,arg) global() argument
720 __sanitizer_syscall_post_pipe(res,fildes) global() argument
724 __sanitizer_syscall_post_pipe2(res,fildes,flags) global() argument
728 __sanitizer_syscall_post_dup(res,fildes) global() argument
732 __sanitizer_syscall_post_dup2(res,oldfd,newfd) global() argument
736 __sanitizer_syscall_post_dup3(res,oldfd,newfd,flags) global() argument
741 __sanitizer_syscall_post_ioperm(res,from,num,on) global() argument
746 __sanitizer_syscall_post_ioctl(res,fd,cmd,arg) global() argument
750 __sanitizer_syscall_post_flock(res,fd,cmd) global() argument
754 __sanitizer_syscall_post_io_setup(res,nr_reqs,ctx) global() argument
758 __sanitizer_syscall_post_io_destroy(res,ctx) global() argument
765 __sanitizer_syscall_post_io_getevents(res,ctx_id,min_nr,nr,events,timeout) global() argument
773 __sanitizer_syscall_post_io_submit(res,ctx_id,arg1,arg2) global() argument
779 __sanitizer_syscall_post_io_cancel(res,ctx_id,iocb,result) global() argument
785 __sanitizer_syscall_post_sendfile(res,out_fd,in_fd,offset,count) global() argument
791 __sanitizer_syscall_post_sendfile64(res,out_fd,in_fd,offset,count) global() argument
797 __sanitizer_syscall_post_readlink(res,path,buf,bufsiz) global() argument
802 __sanitizer_syscall_post_creat(res,pathname,mode) global() argument
807 __sanitizer_syscall_post_open(res,filename,flags,mode) global() argument
812 __sanitizer_syscall_post_close(res,fd) global() argument
816 __sanitizer_syscall_post_access(res,filename,mode) global() argument
819 __sanitizer_syscall_post_vhangup(res) global() argument
824 __sanitizer_syscall_post_chown(res,filename,user,group) global() argument
830 __sanitizer_syscall_post_lchown(res,filename,user,group) global() argument
835 __sanitizer_syscall_post_fchown(res,fd,user,group) global() argument
841 __sanitizer_syscall_post_chown16(res,filename,user,group) global() argument
847 __sanitizer_syscall_post_lchown16(res,filename,user,group) global() argument
852 __sanitizer_syscall_post_fchown16(res,fd,user,group) global() argument
857 __sanitizer_syscall_post_setregid16(res,rgid,egid) global() argument
861 __sanitizer_syscall_post_setgid16(res,gid) global() argument
865 __sanitizer_syscall_post_setreuid16(res,ruid,euid) global() argument
869 __sanitizer_syscall_post_setuid16(res,uid) global() argument
873 __sanitizer_syscall_post_setresuid16(res,ruid,euid,suid) global() argument
879 __sanitizer_syscall_post_getresuid16(res,ruid,euid,suid) global() argument
884 __sanitizer_syscall_post_setresgid16(res,rgid,egid,sgid) global() argument
890 __sanitizer_syscall_post_getresgid16(res,rgid,egid,sgid) global() argument
895 __sanitizer_syscall_post_setfsuid16(res,uid) global() argument
899 __sanitizer_syscall_post_setfsgid16(res,gid) global() argument
904 __sanitizer_syscall_post_getgroups16(res,gidsetsize,grouplist) global() argument
910 __sanitizer_syscall_post_setgroups16(res,gidsetsize,grouplist) global() argument
915 __sanitizer_syscall_post_getuid16(res) global() argument
919 __sanitizer_syscall_post_geteuid16(res) global() argument
923 __sanitizer_syscall_post_getgid16(res) global() argument
927 __sanitizer_syscall_post_getegid16(res) global() argument
931 __sanitizer_syscall_post_utime(res,filename,times) global() argument
935 __sanitizer_syscall_post_utimes(res,filename,utimes) global() argument
939 __sanitizer_syscall_post_lseek(res,fd,offset,origin) global() argument
947 __sanitizer_syscall_post_llseek(res,fd,offset_high,offset_low,result,origin) global() argument
954 __sanitizer_syscall_post_read(res,fd,buf,count) global() argument
959 __sanitizer_syscall_post_readv(res,fd,vec,vlen) global() argument
964 __sanitizer_syscall_post_write(res,fd,buf,count) global() argument
969 __sanitizer_syscall_post_writev(res,fd,vec,vlen) global() argument
977 __sanitizer_syscall_post_pread64(res,fd,buf,count,pos) global() argument
983 __sanitizer_syscall_post_pwrite64(res,fd,buf,count,pos) global() argument
990 __sanitizer_syscall_post_pread64(res,fd,buf,count,pos0,pos1) global() argument
996 __sanitizer_syscall_post_pwrite64(res,fd,buf,count,pos0,pos1) global() argument
1004 __sanitizer_syscall_post_preadv(res,fd,vec,vlen,pos_l,pos_h) global() argument
1011 __sanitizer_syscall_post_pwritev(res,fd,vec,vlen,pos_l,pos_h) global() argument
1017 __sanitizer_syscall_post_getcwd(res,buf,size) global() argument
1021 __sanitizer_syscall_post_mkdir(res,pathname,mode) global() argument
1025 __sanitizer_syscall_post_chdir(res,filename) global() argument
1029 __sanitizer_syscall_post_fchdir(res,fd) global() argument
1033 __sanitizer_syscall_post_rmdir(res,pathname) global() argument
1038 __sanitizer_syscall_post_lookup_dcookie(res,cookie64,buf,len) global() argument
1044 __sanitizer_syscall_post_quotactl(res,cmd,special,id,addr) global() argument
1050 __sanitizer_syscall_post_getdents(res,fd,dirent,count) global() argument
1056 __sanitizer_syscall_post_getdents64(res,fd,dirent,count) global() argument
1063 __sanitizer_syscall_post_setsockopt(res,fd,level,optname,optval,optlen) global() argument
1072 __sanitizer_syscall_post_getsockopt(res,fd,level,optname,optval,optlen) global() argument
1079 __sanitizer_syscall_post_bind(res,arg0,arg1,arg2) global() argument
1084 __sanitizer_syscall_post_connect(res,arg0,arg1,arg2) global() argument
1089 __sanitizer_syscall_post_accept(res,arg0,arg1,arg2) global() argument
1095 __sanitizer_syscall_post_accept4(res,arg0,arg1,arg2,arg3) global() argument
1101 __sanitizer_syscall_post_getsockname(res,arg0,arg1,arg2) global() argument
1107 __sanitizer_syscall_post_getpeername(res,arg0,arg1,arg2) global() argument
1113 __sanitizer_syscall_post_send(res,arg0,arg1,arg2,arg3) global() argument
1120 __sanitizer_syscall_post_sendto(res,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
1127 __sanitizer_syscall_post_sendmsg(res,fd,msg,flags) global() argument
1133 __sanitizer_syscall_post_sendmmsg(res,fd,msg,vlen,flags) global() argument
1139 __sanitizer_syscall_post_recv(res,arg0,arg1,arg2,arg3) global() argument
1146 __sanitizer_syscall_post_recvfrom(res,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
1153 __sanitizer_syscall_post_recvmsg(res,fd,msg,flags) global() argument
1159 __sanitizer_syscall_post_recvmmsg(res,fd,msg,vlen,flags,timeout) global() argument
1165 __sanitizer_syscall_post_socket(res,arg0,arg1,arg2) global() argument
1171 __sanitizer_syscall_post_socketpair(res,arg0,arg1,arg2,arg3) global() argument
1176 __sanitizer_syscall_post_socketcall(res,call,args) global() argument
1180 __sanitizer_syscall_post_listen(res,arg0,arg1) global() argument
1184 __sanitizer_syscall_post_poll(res,ufds,nfds,timeout) global() argument
1190 __sanitizer_syscall_post_select(res,n,inp,outp,exp,tvp) global() argument
1195 __sanitizer_syscall_post_old_select(res,arg) global() argument
1199 __sanitizer_syscall_post_epoll_create(res,size) global() argument
1203 __sanitizer_syscall_post_epoll_create1(res,flags) global() argument
1208 __sanitizer_syscall_post_epoll_ctl(res,epfd,op,fd,event) global() argument
1214 __sanitizer_syscall_post_epoll_wait(res,epfd,events,maxevents,timeout) global() argument
1223 __sanitizer_syscall_post_epoll_pwait(res,epfd,events,maxevents,timeout,sigmask,sigsetsize) global() argument
1233 __sanitizer_syscall_post_epoll_pwait2(res,epfd,events,maxevents,timeout,sigmask,sigsetsize) global() argument
1240 __sanitizer_syscall_post_gethostname(res,name,len) global() argument
1244 __sanitizer_syscall_post_sethostname(res,name,len) global() argument
1248 __sanitizer_syscall_post_setdomainname(res,name,len) global() argument
1252 __sanitizer_syscall_post_newuname(res,name) global() argument
1256 __sanitizer_syscall_post_uname(res,arg0) global() argument
1260 __sanitizer_syscall_post_olduname(res,arg0) global() argument
1264 __sanitizer_syscall_post_getrlimit(res,resource,rlim) global() argument
1268 __sanitizer_syscall_post_old_getrlimit(res,resource,rlim) global() argument
1273 __sanitizer_syscall_post_setrlimit(res,resource,rlim) global() argument
1278 __sanitizer_syscall_post_prlimit64(res,pid,resource,new_rlim,old_rlim) global() argument
1284 __sanitizer_syscall_post_getrusage(res,who,ru) global() argument
1288 __sanitizer_syscall_post_umask(res,mask) global() argument
1292 __sanitizer_syscall_post_msgget(res,key,msgflg) global() argument
1297 __sanitizer_syscall_post_msgsnd(res,msqid,msgp,msgsz,msgflg) global() argument
1304 __sanitizer_syscall_post_msgrcv(res,msqid,msgp,msgsz,msgtyp,msgflg) global() argument
1311 __sanitizer_syscall_post_msgctl(res,msqid,cmd,buf) global() argument
1317 __sanitizer_syscall_post_semget(res,key,nsems,semflg) global() argument
1322 __sanitizer_syscall_post_semop(res,semid,sops,nsops) global() argument
1328 __sanitizer_syscall_post_semctl(res,semid,semnum,cmd,arg) global() argument
1334 __sanitizer_syscall_post_semtimedop(res,semid,sops,nsops,timeout) global() argument
1340 __sanitizer_syscall_post_shmat(res,shmid,shmaddr,shmflg) global() argument
1345 __sanitizer_syscall_post_shmget(res,key,size,flag) global() argument
1350 __sanitizer_syscall_post_shmdt(res,shmaddr) global() argument
1354 __sanitizer_syscall_post_shmctl(res,shmid,cmd,buf) global() argument
1361 __sanitizer_syscall_post_ipc(res,call,first,second,third,ptr,fifth) global() argument
1369 __sanitizer_syscall_post_mq_open(res,name,oflag,mode,attr) global() argument
1374 __sanitizer_syscall_post_mq_unlink(res,name) global() argument
1381 __sanitizer_syscall_post_mq_timedsend(res,mqdes,msg_ptr,msg_len,msg_prio,abs_timeout) global() argument
1391 __sanitizer_syscall_post_mq_timedreceive(res,mqdes,msg_ptr,msg_len,msg_prio,abs_timeout) global() argument
1398 __sanitizer_syscall_post_mq_notify(res,mqdes,notification) global() argument
1404 __sanitizer_syscall_post_mq_getsetattr(res,mqdes,mqstat,omqstat) global() argument
1410 __sanitizer_syscall_post_pciconfig_iobase(res,which,bus,devfn) global() argument
1416 __sanitizer_syscall_post_pciconfig_read(res,bus,dfn,off,len,buf) global() argument
1422 __sanitizer_syscall_post_pciconfig_write(res,bus,dfn,off,len,buf) global() argument
1427 __sanitizer_syscall_post_swapon(res,specialfile,swap_flags) global() argument
1432 __sanitizer_syscall_post_swapoff(res,specialfile) global() argument
1436 __sanitizer_syscall_post_sysctl(res,args) global() argument
1440 __sanitizer_syscall_post_sysinfo(res,info) global() argument
1444 __sanitizer_syscall_post_sysfs(res,option,arg1,arg2) global() argument
1449 __sanitizer_syscall_post_syslog(res,type,buf,len) global() argument
1454 __sanitizer_syscall_post_uselib(res,library) global() argument
1458 __sanitizer_syscall_post_ni_syscall(res) global() argument
1463 __sanitizer_syscall_post_ptrace(res,request,pid,addr,data) global() argument
1471 __sanitizer_syscall_post_add_key(res,_type,_description,_payload,plen,destringid) global() argument
1481 __sanitizer_syscall_post_request_key(res,_type,_description,_callout_info,destringid) global() argument
1489 __sanitizer_syscall_post_keyctl(res,cmd,arg2,arg3,arg4,arg5) global() argument
1496 __sanitizer_syscall_post_ioprio_set(res,which,who,ioprio) global() argument
1501 __sanitizer_syscall_post_ioprio_get(res,which,who) global() argument
1506 __sanitizer_syscall_post_set_mempolicy(res,mode,nmask,maxnode) global() argument
1512 __sanitizer_syscall_post_migrate_pages(res,pid,maxnode,from,to) global() argument
1520 __sanitizer_syscall_post_move_pages(res,pid,nr_pages,pages,nodes,status,flags) global() argument
1529 __sanitizer_syscall_post_mbind(res,start,len,mode,nmask,maxnode,flags) global() argument
1539 __sanitizer_syscall_post_get_mempolicy(res,policy,nmask,maxnode,addr,flags) global() argument
1546 __sanitizer_syscall_post_inotify_init(res) global() argument
1550 __sanitizer_syscall_post_inotify_init1(res,flags) global() argument
1555 __sanitizer_syscall_post_inotify_add_watch(res,fd,path,mask) global() argument
1560 __sanitizer_syscall_post_inotify_rm_watch(res,fd,wd) global() argument
1565 __sanitizer_syscall_post_spu_run(res,fd,unpc,ustatus) global() argument
1571 __sanitizer_syscall_post_spu_create(res,name,flags,mode,fd) global() argument
1577 __sanitizer_syscall_post_mknodat(res,dfd,filename,mode,dev) global() argument
1583 __sanitizer_syscall_post_mkdirat(res,dfd,pathname,mode) global() argument
1589 __sanitizer_syscall_post_unlinkat(res,dfd,pathname,flag) global() argument
1595 __sanitizer_syscall_post_symlinkat(res,oldname,newdfd,newname) global() argument
1603 __sanitizer_syscall_post_linkat(res,olddfd,oldname,newdfd,newname,flags) global() argument
1611 __sanitizer_syscall_post_renameat(res,olddfd,oldname,newdfd,newname) global() argument
1618 __sanitizer_syscall_post_futimesat(res,dfd,filename,utimes) global() argument
1624 __sanitizer_syscall_post_faccessat(res,dfd,filename,mode) global() argument
1630 __sanitizer_syscall_post_fchmodat(res,dfd,filename,mode) global() argument
1637 __sanitizer_syscall_post_fchownat(res,dfd,filename,user,group,flag) global() argument
1645 __sanitizer_syscall_post_openat(res,dfd,filename,flags,mode) global() argument
1651 __sanitizer_syscall_post_newfstatat(res,dfd,filename,statbuf,flag) global() argument
1657 __sanitizer_syscall_post_fstatat64(res,dfd,filename,statbuf,flag) global() argument
1663 __sanitizer_syscall_post_readlinkat(res,dfd,path,buf,bufsiz) global() argument
1669 __sanitizer_syscall_post_utimensat(res,dfd,filename,utimes,flags) global() argument
1674 __sanitizer_syscall_post_unshare(res,unshare_flags) global() argument
1681 __sanitizer_syscall_post_splice(res,fd_in,off_in,fd_out,off_out,len,flags) global() argument
1689 __sanitizer_syscall_post_vmsplice(res,fd,iov,nr_segs,flags) global() argument
1695 __sanitizer_syscall_post_tee(res,fdin,fdout,len,flags) global() argument
1701 __sanitizer_syscall_post_get_robust_list(res,pid,head_ptr,len_ptr) global() argument
1706 __sanitizer_syscall_post_set_robust_list(res,head,len) global() argument
1710 __sanitizer_syscall_post_getcpu(res,cpu,node,cache) global() argument
1716 __sanitizer_syscall_post_signalfd(res,ufd,user_mask,sizemask) global() argument
1722 __sanitizer_syscall_post_signalfd4(res,ufd,user_mask,sizemask,flags) global() argument
1728 __sanitizer_syscall_post_timerfd_create(res,clockid,flags) global() argument
1734 __sanitizer_syscall_post_timerfd_settime(res,ufd,flags,utmr,otmr) global() argument
1739 __sanitizer_syscall_post_timerfd_gettime(res,ufd,otmr) global() argument
1743 __sanitizer_syscall_post_eventfd(res,count) global() argument
1747 __sanitizer_syscall_post_eventfd2(res,count,flags) global() argument
1752 __sanitizer_syscall_post_old_readdir(res,arg0,arg1,arg2) global() argument
1759 __sanitizer_syscall_post_pselect6(res,arg0,arg1,arg2,arg3,arg4,arg5) global() argument
1767 __sanitizer_syscall_post_ppoll(res,arg0,arg1,arg2,arg3,arg4) global() argument
1773 __sanitizer_syscall_post_syncfs(res,fd) global() argument
1780 __sanitizer_syscall_post_perf_event_open(res,attr_uptr,pid,cpu,group_fd,flags) global() argument
1789 __sanitizer_syscall_post_mmap_pgoff(res,addr,len,prot,flags,fd,pgoff) global() argument
1796 __sanitizer_syscall_post_old_mmap(res,arg) global() argument
1802 __sanitizer_syscall_post_name_to_handle_at(res,dfd,name,handle,mnt_id,flag) global() argument
1810 __sanitizer_syscall_post_open_by_handle_at(res,mountdirfd,handle,flags) global() argument
1816 __sanitizer_syscall_post_setns(res,fd,nstype) global() argument
1823 __sanitizer_syscall_post_process_vm_readv(res,pid,lvec,liovcnt,rvec,riovcnt,flags) global() argument
1833 __sanitizer_syscall_post_process_vm_writev(res,pid,lvec,liovcnt,rvec,riovcnt,flags) global() argument
1839 __sanitizer_syscall_post_fork(res) global() argument
1842 __sanitizer_syscall_post_vfork(res) global() argument
1846 __sanitizer_syscall_post_sigaction(res,signum,act,oldact) global() argument
1852 __sanitizer_syscall_post_rt_sigaction(res,signum,act,oldact,sz) global() argument
1857 __sanitizer_syscall_post_sigaltstack(res,ss,oss) global() argument
1940 __sanitizer_syscall_post_afs_syscall(res,...) global() argument
1941 __sanitizer_syscall_post_arch_prctl(res,...) global() argument
1942 __sanitizer_syscall_post_break(res,...) global() argument
1943 __sanitizer_syscall_post_chown32(res,...) global() argument
1944 __sanitizer_syscall_post_clone(res,...) global() argument
1945 __sanitizer_syscall_post_create_module(res,...) global() argument
1946 __sanitizer_syscall_post_epoll_ctl_old(res,...) global() argument
1947 __sanitizer_syscall_post_epoll_wait_old(res,...) global() argument
1948 __sanitizer_syscall_post_execve(res,...) global() argument
1949 __sanitizer_syscall_post_fadvise64(res,...) global() argument
1950 __sanitizer_syscall_post_fadvise64_64(res,...) global() argument
1951 __sanitizer_syscall_post_fallocate(res,...) global() argument
1952 __sanitizer_syscall_post_fanotify_init(res,...) global() argument
1953 __sanitizer_syscall_post_fanotify_mark(res,...) global() argument
1954 __sanitizer_syscall_post_fchown32(res,...) global() argument
1955 __sanitizer_syscall_post_ftime(res,...) global() argument
1956 __sanitizer_syscall_post_ftruncate64(res,...) global() argument
1957 __sanitizer_syscall_post_futex(res,...) global() argument
1958 __sanitizer_syscall_post_getegid32(res,...) global() argument
1959 __sanitizer_syscall_post_geteuid32(res,...) global() argument
1960 __sanitizer_syscall_post_getgid32(res,...) global() argument
1961 __sanitizer_syscall_post_getgroups32(res,...) global() argument
1962 __sanitizer_syscall_post_get_kernel_syms(res,...) global() argument
1963 __sanitizer_syscall_post_getpmsg(res,...) global() argument
1964 __sanitizer_syscall_post_getresgid32(res,...) global() argument
1965 __sanitizer_syscall_post_getresuid32(res,...) global() argument
1966 __sanitizer_syscall_post_get_thread_area(res,...) global() argument
1967 __sanitizer_syscall_post_getuid32(res,...) global() argument
1968 __sanitizer_syscall_post_gtty(res,...) global() argument
1969 __sanitizer_syscall_post_idle(res,...) global() argument
1970 __sanitizer_syscall_post_iopl(res,...) global() argument
1971 __sanitizer_syscall_post_lchown32(res,...) global() argument
1972 __sanitizer_syscall_post__llseek(res,...) global() argument
1973 __sanitizer_syscall_post_lock(res,...) global() argument
1974 __sanitizer_syscall_post_madvise1(res,...) global() argument
1975 __sanitizer_syscall_post_mmap2(res,...) global() argument
1976 __sanitizer_syscall_post_mmap(res,...) global() argument
1977 __sanitizer_syscall_post_modify_ldt(res,...) global() argument
1978 __sanitizer_syscall_post_mpx(res,...) global() argument
1979 __sanitizer_syscall_post__newselect(res,...) global() argument
1980 __sanitizer_syscall_post_nfsservctl(res,...) global() argument
1981 __sanitizer_syscall_post_oldfstat(res,...) global() argument
1982 __sanitizer_syscall_post_oldlstat(res,...) global() argument
1983 __sanitizer_syscall_post_oldolduname(res,...) global() argument
1984 __sanitizer_syscall_post_oldstat(res,...) global() argument
1985 __sanitizer_syscall_post_prctl(res,...) global() argument
1986 __sanitizer_syscall_post_profil(res,...) global() argument
1987 __sanitizer_syscall_post_prof(res,...) global() argument
1988 __sanitizer_syscall_post_putpmsg(res,...) global() argument
1989 __sanitizer_syscall_post_query_module(res,...) global() argument
1990 __sanitizer_syscall_post_readahead(res,...) global() argument
1991 __sanitizer_syscall_post_readdir(res,...) global() argument
1992 __sanitizer_syscall_post_rt_sigreturn(res,...) global() argument
1993 __sanitizer_syscall_post_rt_sigsuspend(res,...) global() argument
1994 __sanitizer_syscall_post_security(res,...) global() argument
1995 __sanitizer_syscall_post_setfsgid32(res,...) global() argument
1996 __sanitizer_syscall_post_setfsuid32(res,...) global() argument
1997 __sanitizer_syscall_post_setgid32(res,...) global() argument
1998 __sanitizer_syscall_post_setgroups32(res,...) global() argument
1999 __sanitizer_syscall_post_setregid32(res,...) global() argument
2000 __sanitizer_syscall_post_setresgid32(res,...) global() argument
2001 __sanitizer_syscall_post_setresuid32(res,...) global() argument
2002 __sanitizer_syscall_post_setreuid32(res,...) global() argument
2003 __sanitizer_syscall_post_set_thread_area(res,...) global() argument
2004 __sanitizer_syscall_post_setuid32(res,...) global() argument
2005 __sanitizer_syscall_post_sigreturn(res,...) global() argument
2006 __sanitizer_syscall_post_sigsuspend(res,...) global() argument
2007 __sanitizer_syscall_post_stty(res,...) global() argument
2008 __sanitizer_syscall_post_sync_file_range(res,...) global() argument
2009 __sanitizer_syscall_post__sysctl(res,...) global() argument
2010 __sanitizer_syscall_post_truncate64(res,...) global() argument
2011 __sanitizer_syscall_post_tuxcall(res,...) global() argument
2012 __sanitizer_syscall_post_ugetrlimit(res,...) global() argument
2013 __sanitizer_syscall_post_ulimit(res,...) global() argument
2014 __sanitizer_syscall_post_umount2(res,...) global() argument
2015 __sanitizer_syscall_post_vm86old(res,...) global() argument
2016 __sanitizer_syscall_post_vm86(res,...) global() argument
2017 __sanitizer_syscall_post_vserver(res,...) global() argument
[all...]
H A Dnetbsd_syscall_hooks.h36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3, \ argument
44 #define __sanitizer_syscall_post_exit(res, rval) \ argument
47 #define __sanitizer_syscall_post_fork(res) \ argument
52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument
58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument
64 #define __sanitizer_syscall_post_open(res, path, flags, mode) \ argument
69 #define __sanitizer_syscall_post_close(res, fd) \ argument
75 #define __sanitizer_syscall_post_compat_50_wait4(res, pid, status, options, \ argument
83 #define __sanitizer_syscall_post_compat_43_ocreat(res, path, mode) \ argument
88 #define __sanitizer_syscall_post_link(res, path, link) \ argument
[all …]
/freebsd-src/contrib/ntp/libntp/
H A Dvint64ops.c30 vint64 res; in strtouv64() local
115 int res; in icmpv64() local
139 int res; in ucmpv64() local
162 vint64 res; in addv64() local
181 vint64 res; in subv64() local
200 vint64 res; in addv64i32() local
219 vint64 res; in subv64i32() local
238 vint64 res; in addv64u32() local
257 vint64 res; in subv64u32() local
/freebsd-src/sys/dev/bnxt/bnxt_re/
H A Dqplib_res.c62 static void __free_pbl(struct bnxt_qplib_res *res, in __free_pbl()
150 static int __alloc_pbl(struct bnxt_qplib_res *res, struct bnxt_qplib_pbl *pbl, in __alloc_pbl()
196 void bnxt_qplib_free_hwq(struct bnxt_qplib_res *res, in bnxt_qplib_free_hwq()
229 struct bnxt_qplib_res *res; in bnxt_qplib_alloc_init_hwq() local
408 void bnxt_qplib_free_hwctx(struct bnxt_qplib_res *res) in bnxt_qplib_free_hwctx()
426 static int bnxt_qplib_alloc_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_alloc_tqm_rings()
507 static int bnxt_qplib_setup_tqm_rings(struct bnxt_qplib_res *res, in bnxt_qplib_setup_tqm_rings()
542 int bnxt_qplib_alloc_hwctx(struct bnxt_qplib_res *res) in bnxt_qplib_alloc_hwctx()
624 static void bnxt_qplib_free_sgid_tbl(struct bnxt_qplib_res *res) in bnxt_qplib_free_sgid_tbl()
646 static void bnxt_qplib_free_reftbls(struct bnxt_qplib_res *res) in bnxt_qplib_free_reftbls()
[all …]
/freebsd-src/sys/i386/linux/
H A Dlinux_vdso_gtod.c57 int res; in write() local
72 int res; in __vdso_clock_gettime_fallback() local
87 int res; in __vdso_clock_gettime64_fallback() local
102 int res; in __vdso_gettimeofday_fallback() local
117 int res; in __vdso_clock_getres_fallback() local
132 int res; in __vdso_getcpu_fallback() local
147 int res; in __vdso_time_fallback() local
/freebsd-src/sys/amd64/linux32/
H A Dlinux32_vdso_gtod.c57 int res; in write() local
72 int res; in __vdso_clock_gettime_fallback() local
87 int res; in __vdso_clock_gettime64_fallback() local
102 int res; in __vdso_gettimeofday_fallback() local
117 int res; in __vdso_clock_getres_fallback() local
132 int res; in __vdso_getcpu_fallback() local
147 int res; in __vdso_time_fallback() local
/freebsd-src/usr.sbin/rpc.statd/
H A Dtest.c15 static struct sm_stat_res res; local
31 static struct sm_stat_res res; local
47 static struct sm_stat res; local
63 static struct sm_stat res; local
79 static char res; local
121 struct sm_stat_res *res; in main() local
/freebsd-src/sys/amd64/linux/
H A Dlinux_vdso_gtod.c58 int res; in write() local
73 int res; in __vdso_clock_gettime_fallback() local
88 int res; in __vdso_gettimeofday_fallback() local
103 int res; in __vdso_clock_getres_fallback() local
118 int res; in __vdso_getcpu_fallback() local
133 int res; in __vdso_time_fallback() local
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dkstrtox.h74 kstrtoul(const char *cp, unsigned int base, unsigned long *res) in kstrtoul()
89 kstrtol(const char *cp, unsigned int base, long *res) in kstrtol()
104 kstrtoint(const char *cp, unsigned int base, int *res) in kstrtoint()
122 kstrtouint(const char *cp, unsigned int base, unsigned int *res) in kstrtouint()
140 kstrtou8(const char *cp, unsigned int base, uint8_t *res) in kstrtou8()
158 kstrtou16(const char *cp, unsigned int base, uint16_t *res) in kstrtou16()
176 kstrtou32(const char *cp, unsigned int base, uint32_t *res) in kstrtou32()
183 kstrtos64(const char *cp, unsigned int base, int64_t *res) in kstrtos64()
198 kstrtoll(const char *cp, unsigned int base, long long *res) in kstrtoll()
204 kstrtou64(const char *cp, unsigned int base, u64 *res) in kstrtou64()
[all …]
/freebsd-src/sbin/hastd/
H A Dcontrol.c56 child_cleanup(struct hast_resource * res) child_cleanup() argument
74 control_set_role_common(struct hastd_config * cfg,struct nv * nvout,uint8_t role,struct hast_resource * res,const char * name,unsigned int no) control_set_role_common() argument
142 control_set_role(struct hast_resource * res,uint8_t role) control_set_role() argument
149 control_status_worker(struct hast_resource * res,struct nv * nvout,unsigned int no) control_status_worker() argument
238 control_status(struct hastd_config * cfg,struct nv * nvout,struct hast_resource * res,const char * name,unsigned int no) control_status() argument
365 struct hast_resource *res; control_handle() local
433 struct hast_resource *res = arg; ctrl_thread() local
[all...]
H A Dprimary.c178 #define ISCONNECTED(res, no) \ argument
280 cleanup(struct hast_resource *res) in cleanup()
333 hast_activemap_flush(struct hast_resource *res) __unlocks(res->hr_amp_lock) in hast_activemap_flush()
369 real_remote(const struct hast_resource *res) in real_remote()
504 init_resuid(struct hast_resource *res) in init_resuid()
522 init_local(struct hast_resource *res) in init_local()
569 primary_connect(struct hast_resource *res, struct proto_conn **connp) in primary_connect()
612 enable_direct_reads(struct hast_resource *res) in enable_direct_reads()
630 init_remote(struct hast_resource *res, struct proto_conn **inp, in init_remote()
906 init_ggate(struct hast_resource *res) in init_ggate()
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_entry_link_resolver.c101 struct archive_entry_linkresolver *res; in archive_entry_linkresolver_new() local
121 archive_entry_linkresolver_set_strategy(struct archive_entry_linkresolver * res,int fmt) archive_entry_linkresolver_set_strategy() argument
159 archive_entry_linkresolver_free(struct archive_entry_linkresolver * res) archive_entry_linkresolver_free() argument
173 archive_entry_linkify(struct archive_entry_linkresolver * res,struct archive_entry ** e,struct archive_entry ** f) archive_entry_linkify() argument
260 find_entry(struct archive_entry_linkresolver * res,struct archive_entry * entry) find_entry() argument
312 next_entry(struct archive_entry_linkresolver * res,int mode) next_entry() argument
351 insert_entry(struct archive_entry_linkresolver * res,struct archive_entry * entry) insert_entry() argument
383 grow_hash(struct archive_entry_linkresolver * res) grow_hash() argument
420 archive_entry_partial_links(struct archive_entry_linkresolver * res,unsigned int * links) archive_entry_partial_links() argument
[all...]
/freebsd-src/sys/dev/puc/
H A Dpucdata.c1377 puc_config_amc(struct puc_softc * sc __unused,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_amc() argument
1395 puc_config_diva(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_diva() argument
1412 puc_config_exar(struct puc_softc * sc __unused,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_exar() argument
1424 puc_config_exar_pcie(struct puc_softc * sc __unused,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_exar_pcie() argument
1436 puc_config_icbook(struct puc_softc * sc __unused,enum puc_cfg_cmd cmd,int port __unused,intptr_t * res) puc_config_icbook() argument
1448 puc_config_moxa(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_moxa() argument
1465 puc_config_quatech(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port __unused,intptr_t * res) puc_config_quatech() argument
1557 puc_config_syba(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_syba() argument
1631 puc_config_siig(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_siig() argument
1663 puc_config_timedia(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_timedia() argument
1740 puc_config_oxford_pci954(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port __unused,intptr_t * res) puc_config_oxford_pci954() argument
1762 puc_config_oxford_pcie(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_oxford_pcie() argument
1835 puc_config_sunix(struct puc_softc * sc,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_sunix() argument
1860 puc_config_titan(struct puc_softc * sc __unused,enum puc_cfg_cmd cmd,int port,intptr_t * res) puc_config_titan() argument
[all...]
/freebsd-src/usr.sbin/ypldap/
H A Dyp.c277 yp_valid_domain(char *domain, struct ypresp_val *res) in yp_valid_domain()
293 static bool_t res; in ypproc_domain_2_svc() local
304 static bool_t res; in ypproc_domain_nonack_2_svc() local
319 static struct ypresp_val res; in ypproc_match_2_svc() local
450 static struct ypresp_key_val res; in ypproc_first_2_svc() local
482 static struct ypresp_key_val res; in ypproc_next_2_svc() local
569 static struct ypresp_all res; in ypproc_all_2_svc() local
581 static struct ypresp_master res; in ypproc_master_2_svc() local
613 static ypresp_maplist res; in ypproc_maplist_2_svc() local
633 yp_make_val(struct ypresp_val *res, char *line, int replacecolon) in yp_make_val()
[all …]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/dd/
H A Ddd_interceptors.cpp52 int res = REAL(pthread_mutex_lock)(m); in INTERCEPTOR() local
59 int res = REAL(pthread_mutex_trylock)(m); in INTERCEPTOR() local
73 int res = REAL(pthread_spin_destroy)(m); in INTERCEPTOR() local
81 int res = REAL(pthread_spin_lock)(m); in INTERCEPTOR() local
88 int res = REAL(pthread_spin_trylock)(m); in INTERCEPTOR() local
109 int res = REAL(pthread_rwlock_rdlock)(m); in INTERCEPTOR() local
116 int res = REAL(pthread_rwlock_tryrdlock)(m); in INTERCEPTOR() local
125 int res = REAL(pthread_rwlock_timedrdlock)(m, abstime); in INTERCEPTOR() local
134 int res = REAL(pthread_rwlock_wrlock)(m); in INTERCEPTOR() local
141 int res = REAL(pthread_rwlock_trywrlock)(m); in INTERCEPTOR() local
[all …]
/freebsd-src/sys/dev/acpica/
H A Dacpi_package.c45 acpi_PkgInt(ACPI_OBJECT *res, int idx, UINT64 *dst) in acpi_PkgInt()
58 acpi_PkgInt32(ACPI_OBJECT *res, int idx, uint32_t *dst) in acpi_PkgInt32()
71 acpi_PkgInt16(ACPI_OBJECT *res, int idx, uint16_t *dst) in acpi_PkgInt16()
84 acpi_PkgStr(ACPI_OBJECT *res, int idx, void *dst, size_t size) in acpi_PkgStr()
116 acpi_PkgGas(device_t dev, ACPI_OBJECT *res, int idx, int *type, int *rid, in acpi_PkgGas()
133 acpi_PkgFFH_IntelCpu(ACPI_OBJECT *res, int idx, int *vendor, int *class, in acpi_PkgFFH_IntelCpu()
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dget_addrs.c47 gethostname_fallback (krb5_context context, krb5_addresses *res) in gethostname_fallback()
97 find_all_addresses (krb5_context context, krb5_addresses *res, int flags) in find_all_addresses()
221 get_addrs_int (krb5_context context, krb5_addresses *res, int flags) in get_addrs_int()
266 krb5_get_all_client_addrs (krb5_context context, krb5_addresses *res) in krb5_get_all_client_addrs()
282 krb5_get_all_server_addrs (krb5_context context, krb5_addresses *res) in krb5_get_all_server_addrs()
/freebsd-src/contrib/ntp/sntp/libopts/
H A Dparse-duration.c170 time_t res = 0; in parse_year_month_day() local
192 time_t res = 0; in parse_yearmonthday() local
222 time_t res = 0; in parse_YMWD() local
267 time_t res = 0; in parse_hour_minute_second() local
290 time_t res = 0; in parse_hourminutesecond() local
320 time_t res = 0; in parse_HMS() local
358 time_t res = 0; in parse_time() local
415 time_t res = 0; in parse_period() local
468 time_t res = 0; in parse_non_iso8601() local
/freebsd-src/crypto/openssl/test/
H A Dffc_internal_test.c176 int ret = 0, res; in ffc_params_validate_g_unverified_test() local
246 int ret = 0, res = -1; in ffc_params_validate_pq_test() local
348 int ret = 0, res = -1; in ffc_params_gen_test() local
369 int ret = 0, res = -1; in ffc_params_gen_canonicalg_test() local
394 int ret = 0, res = -1; in ffc_params_fips186_2_gen_validate_test() local
443 int ret = 0, res = -1; in ffc_public_validate_test() local
541 int ret = 0, res = -1; in ffc_private_validate_test() local
608 int ret = 0, res = -1, N; in ffc_private_gen_test() local
/freebsd-src/contrib/netbsd-tests/lib/libc/sys/
H A Dt_setrlimit.c83 struct rlimit res; in ATF_TC_BODY() local
143 struct rlimit res; in ATF_TC_BODY() local
163 struct rlimit res; in ATF_TC_BODY() local
188 struct rlimit res; in ATF_TC_BODY() local
260 struct rlimit res; in ATF_TC_BODY() local
330 struct rlimit res; in ATF_TC_BODY() local
379 struct rlimit res; in ATF_TC_BODY() local
438 struct rlimit res; in ATF_TC_BODY() local
488 struct rlimit res; in ATF_TC_BODY() local
518 struct rlimit res; in ATF_TC_BODY() local
[all …]
/freebsd-src/bin/pax/
H A Dar_subs.c70 int res; in list() local
147 int res; in extract() local
352 int res; in wr_archive() local
559 int res; in append() local
721 int res; in copy() local
971 int res; in next_head() local
1122 int res; in get_arc() local
/freebsd-src/contrib/libcbor/src/
H A Dcbor.c119 cbor_item_t *res; in _cbor_copy_int() local
166 cbor_item_t *res = cbor_new_indefinite_bytestring(); in cbor_copy() local
192 cbor_item_t *res = cbor_new_indefinite_string(); in cbor_copy() local
214 cbor_item_t *res; in cbor_copy() local
240 cbor_item_t *res; in cbor_copy() local
299 int res = b; in _pow() local

12345678910>>...79