| /freebsd-14.2/sys/kern/ |
| H A D | uipc_syscalls.c | 259 kern_listen(struct thread *td, int s, int backlog) in kern_listen() 283 accept1(struct thread *td, int s, struct sockaddr *uname, socklen_t *anamelen, in accept1() 321 kern_accept(struct thread *td, int s, struct sockaddr **name, in kern_accept() 328 kern_accept4(struct thread *td, int s, struct sockaddr **name, in kern_accept4() 670 sendit(struct thread *td, int s, struct msghdr *mp, int flags) in sendit() 733 kern_sendit(struct thread *td, int s, struct msghdr *mp, int flags, in kern_sendit() 898 kern_recvit(struct thread *td, int s, struct msghdr *mp, enum uio_seg fromseg, in kern_recvit() 1053 recvit(struct thread *td, int s, struct msghdr *mp, void *namelenp) in recvit() 1072 kern_recvfrom(struct thread *td, int s, void *buf, size_t len, int flags, in kern_recvfrom() 1200 kern_shutdown(struct thread *td, int s, int how) in kern_shutdown() [all …]
|
| H A D | kern_xxx.c | 52 ogethostname(struct thread *td, struct ogethostname_args *uap) in ogethostname() 64 osethostname(struct thread *td, struct osethostname_args *uap) in osethostname() 81 ogethostid(struct thread *td, struct ogethostid_args *uap) in ogethostid() 93 osethostid(struct thread *td, struct osethostid_args *uap) in osethostid() 104 oquota(struct thread *td, struct oquota_args *uap) in oquota() 167 ogetkerninfo(struct thread *td, struct ogetkerninfo_args *uap) in ogetkerninfo() 237 char *s; in ogetkerninfo() local 317 freebsd4_uname(struct thread *td, struct freebsd4_uname_args *uap) in freebsd4_uname() 321 const char *s; in freebsd4_uname() local 398 freebsd4_getdomainname(struct thread *td, in freebsd4_getdomainname() [all …]
|
| H A D | p1003_1b.c | 62 syscall_not_present(struct thread *td, const char *s, struct nosys_args *uap) in syscall_not_present()
|
| H A D | kern_tslog.c | 47 void * td; member 50 const char * s; member 55 tslog(void * td, int type, const char * f, const char * s) in tslog()
|
| H A D | sched_ule.c | 390 struct thread *td; in runq_print() local 620 struct thread *td; in tdq_setlowpri() local 673 cpu_search_lowest(const struct cpu_group *cg, const struct cpu_search *s, in cpu_search_lowest() 755 cpu_search_highest(const struct cpu_group *cg, const struct cpu_search *s, in cpu_search_highest() 816 struct cpu_search s; in sched_lowest() local 835 struct cpu_search s; in sched_highest() local 849 struct thread *td; in sched_balance_group() local 995 struct thread *td; in tdq_move() local 1236 struct thread *td; in runq_steal() local 1263 struct thread *td; in tdq_steal() local [all …]
|
| H A D | kern_ffclock.c | 172 struct sbuf *s; in sysctl_kern_sysclock_available() local 387 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() 416 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) in sys_ffclock_setestimate() 448 sys_ffclock_getestimate(struct thread *td, struct ffclock_getestimate_args *uap) in sys_ffclock_getestimate() 463 sys_ffclock_getcounter(struct thread *td, struct ffclock_getcounter_args *uap) in sys_ffclock_getcounter() 470 sys_ffclock_setestimate(struct thread *td, struct ffclock_setestimate_args *uap) in sys_ffclock_setestimate() 477 sys_ffclock_getestimate(struct thread *td, struct ffclock_getestimate_args *uap) in sys_ffclock_getestimate()
|
| H A D | kern_sendfile.c | 154 struct sfstat s; in sfstat_sysctl() local 563 sendfile_getobj(struct thread *td, struct file *fp, vm_object_t *obj_res, in sendfile_getobj() 644 sendfile_getsock(struct thread *td, int s, struct file **sock_fp, in sendfile_getsock() 673 struct thread *td) in vn_sendfile() 1268 sendfile(struct thread *td, struct sendfile_args *uap, int compat) in sendfile() 1351 sys_sendfile(struct thread *td, struct sendfile_args *uap) in sys_sendfile() 1359 freebsd4_sendfile(struct thread *td, struct freebsd4_sendfile_args *uap) in freebsd4_sendfile()
|
| H A D | kern_resource.c | 268 donice(struct thread *td, struct proc *p, int n) in donice() 476 rtp_to_pri(struct rtprio *rtp, struct thread *td) in rtp_to_pri() 617 struct thread *td; in lim_cb() local 815 struct thread *td; in getrlimitusage_one() local 945 struct thread *td; in calcru() local 975 rufetchtd(struct thread *td, struct rusage *ru) in rufetchtd() 1005 int i, s, sa, sb; in mul64_by_fraction() local 1271 ruxagg(struct proc *p, struct thread *td) in ruxagg() 1286 struct thread *td; in rufetch() local 1340 struct thread *td; in lim_cowsync() local [all …]
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | ed.term.c | 590 Char *s; in dosetty() local 692 tty_getty(int fd, ttydata_t *td) in tty_getty() 723 tty_setty(int fd, ttydata_t *td) in tty_setty() 754 tty_getchar(ttydata_t *td, unsigned char *s) in tty_getchar() 890 tty_setchar(ttydata_t *td, unsigned char *s) in tty_setchar() 1027 tty_getspeed(ttydata_t *td) in tty_getspeed() 1050 tty_gettabs(ttydata_t *td) in tty_gettabs() 1060 tty_geteightbit(ttydata_t *td) in tty_geteightbit() 1070 tty_cooked_mode(ttydata_t *td) in tty_cooked_mode() 1115 tty_printchar(unsigned char *s) in tty_printchar() [all …]
|
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_socket.c | 774 linux_sendit(struct thread *td, int s, struct msghdr *mp, int flags, in linux_sendit() 799 linux_check_hdrincl(struct thread *td, int s) in linux_check_hdrincl() 1022 linux_accept_common(struct thread *td, int s, l_uintptr_t addr, in linux_accept_common() 1196 register_t s; member 1239 register_t s; member 1353 linux_sendmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_sendmsg_common() 1772 linux_recvmsg_common(struct thread *td, l_int s, struct l_msghdr *msghdr, in linux_recvmsg_common() 1951 linux_recvmmsg_common(struct thread *td, l_int s, struct l_mmsghdr *msg, in linux_recvmmsg_common() 2177 linux_getsockopt_so_peergroups(struct thread *td, in linux_getsockopt_so_peergroups() 2214 linux_getsockopt_so_peersec(struct thread *td, in linux_getsockopt_so_peersec() [all …]
|
| /freebsd-14.2/contrib/libedit/ |
| H A D | tty.c | 455 #define tty__gettabs(td) ((((td)->c_oflag & TAB3) == TAB3) ? 0 : 1) argument 456 #define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8) argument 457 #define tty__cooked_mode(td) ((td)->c_lflag & ICANON) argument 611 tty__getspeed(struct termios *td) in tty__getspeed() 732 tty__getchar(struct termios *td, unsigned char *s) in tty__getchar() 814 tty__setchar(struct termios *td, unsigned char *s) in tty__setchar() 1159 const wchar_t *s, *d; in tty_stty() local 1314 tty_printchar(EditLine *el, unsigned char *s) in tty_printchar()
|
| /freebsd-14.2/sys/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket_rfcomm.c | 389 ng_btsocket_rfcomm_attach(struct socket *so, int proto, struct thread *td) in ng_btsocket_rfcomm_attach() 453 struct thread *td) in ng_btsocket_rfcomm_bind() 504 struct thread *td) in ng_btsocket_rfcomm_connect() 508 ng_btsocket_rfcomm_session_t *s = NULL; in ng_btsocket_rfcomm_connect() local 640 struct ifnet *ifp, struct thread *td) in ng_btsocket_rfcomm_control() 823 ng_btsocket_rfcomm_listen(struct socket *so, int backlog, struct thread *td) in ng_btsocket_rfcomm_listen() 826 ng_btsocket_rfcomm_session_p s = NULL; in ng_btsocket_rfcomm_listen() local 957 struct sockaddr *nam, struct mbuf *control, struct thread *td) in ng_btsocket_rfcomm_send() 1265 struct thread *td) in ng_btsocket_rfcomm_session_create() 1267 ng_btsocket_rfcomm_session_p s = NULL; in ng_btsocket_rfcomm_session_create() local [all …]
|
| /freebsd-14.2/contrib/elftoolchain/libelf/ |
| H A D | libelf_allocate.c | 120 _libelf_allocate_data(Elf_Scn *s) in _libelf_allocate_data() 149 Elf_Scn *s; in _libelf_allocate_scn() local 168 _libelf_release_scn(Elf_Scn *s) in _libelf_release_scn() 171 struct _Libelf_Data *d, *td; in _libelf_release_scn() local
|
| /freebsd-14.2/sys/netsmb/ |
| H A D | smb_subr.c | 56 smb_makescred(struct smb_cred *scred, struct thread *td, struct ucred *cred) in smb_makescred() 68 smb_td_intr(struct thread *td) in smb_td_intr() 93 smb_strdup(const char *s) in smb_strdup() 111 smb_strdupin(char *s, size_t maxlen) in smb_strdupin() 158 smb_strfree(char *s) in smb_strfree() 164 smb_memfree(void *s) in smb_memfree()
|
| H A D | smb_trantcp.c | 73 #define nb_sosend(so,m,flags,td) sosend(so, NULL, 0, m, 0, flags, td) argument 145 nb_connect_in(struct nbpcb *nbp, struct sockaddr_in *to, struct thread *td) in nb_connect_in() 148 int error, s; in nb_connect_in() local 198 nbssn_rq_request(struct nbpcb *nbp, struct thread *td) in nbssn_rq_request() 290 u_int8_t *rpcodep, int flags, struct thread *td) in nbssn_recvhdr() 330 u_int8_t *rpcodep, struct thread *td) in nbssn_recv() 452 smb_nbst_create(struct smb_vc *vcp, struct thread *td) in smb_nbst_create() 468 smb_nbst_done(struct smb_vc *vcp, struct thread *td) in smb_nbst_done() 562 smb_nbst_disconnect(struct smb_vc *vcp, struct thread *td) in smb_nbst_disconnect() 582 smb_nbst_send(struct smb_vc *vcp, struct mbuf *m0, struct thread *td) in smb_nbst_send() [all …]
|
| /freebsd-14.2/sys/compat/freebsd32/ |
| H A D | freebsd32_misc.c | 201 freebsd32_rusage_out(const struct rusage *s, struct rusage32 *s32) in freebsd32_rusage_out() 369 freebsd32_sigaltstack(struct thread *td, in freebsd32_sigaltstack() 933 struct rusage s; in freebsd32_getrusage() local 1748 struct timeval s[2], *sp; in freebsd32_utimes() local 1770 struct timeval s[2], *sp; in freebsd32_lutimes() local 1791 struct timeval s[2], *sp; in freebsd32_futimes() local 1812 struct timeval s[2], *sp; in freebsd32_futimesat() local 2915 ofreebsd32_sigvec(struct thread *td, in ofreebsd32_sigvec() 2954 ofreebsd32_sigstack(struct thread *td, in ofreebsd32_sigstack() 3220 freebsd32_thr_new(struct thread *td, in freebsd32_thr_new() [all …]
|
| /freebsd-14.2/sys/amd64/linux32/ |
| H A D | linux32_machdep.c | 100 linux_readv(struct thread *td, struct linux_readv_args *uap) in linux_readv() 119 linux_ipc(struct thread *td, struct linux_ipc_args *args) in linux_ipc() 269 linux_set_cloned_tls(struct thread *td, void *desc) in linux_set_cloned_tls() 295 linux_set_upcall(struct thread *td, register_t stack) in linux_set_upcall() 310 linux_mmap(struct thread *td, struct linux_mmap_args *args) in linux_mmap() 325 linux_iopl(struct thread *td, struct linux_iopl_args *args) in linux_iopl() 342 linux_sigaction(struct thread *td, struct linux_sigaction_args *args) in linux_sigaction() 391 linux_pause(struct thread *td, struct linux_pause_args *args) in linux_pause() 452 linux_getrusage(struct thread *td, struct linux_getrusage_args *uap) in linux_getrusage() 454 struct rusage s; in linux_getrusage() local [all …]
|
| /freebsd-14.2/sys/sys/ |
| H A D | ktrace.h | 91 #define KTRCHECK(td, type) ((td)->td_proc->p_traceflag & (1 << type)) argument 92 #define KTRPOINT(td, type) (__predict_false(KTRCHECK((td), (type)))) argument 93 #define KTRCHECKDRAIN(td) (!(STAILQ_EMPTY(&(td)->td_proc->p_ktr))) argument 94 #define KTRUSERRET(td) do { \ argument 340 #define ktrcaprights(s) \ argument 342 #define ktritimerval(s) \ argument 344 #define ktrsockaddr(s) \ argument 346 #define ktrstat(s) \ argument 348 #define ktrstat_error(s, error) \ argument 350 #define ktrcpuset(s, l) \ argument [all …]
|
| H A D | msan.h | 77 #define kmsan_shadow_map(a, s) argument 78 #define kmsan_thread_alloc(td) argument 80 #define kmsan_dma_sync(m, a, s, o) argument 81 #define kmsan_dma_load(m, b, s, o) argument 86 #define kmsan_check(b, s, d) argument
|
| H A D | proc.h | 441 #define TD_LOCKS_INC(td) argument 442 #define TD_LOCKS_DEC(td) argument 602 #define KTDSTATE(td) \ argument 643 #define TD_SBDRY_INTR(td) \ argument 645 #define TD_SBDRY_ERRNO(td) \ argument 989 #define SESS_LOCK(s) mtx_lock(&(s)->s_mtx) argument 990 #define SESS_UNLOCK(s) mtx_unlock(&(s)->s_mtx) argument 991 #define SESS_LOCKED(s) mtx_owned(&(s)->s_mtx) argument 992 #define SESS_LOCK_ASSERT(s, type) mtx_assert(&(s)->s_mtx, (type)) argument 1298 struct thread *td; in curthread_pflags_set() local [all …]
|
| /freebsd-14.2/sys/arm/arm/ |
| H A D | undefined.c | 152 struct thread *td; in gdb_trapper() local 216 struct thread *td; in undefinedinstruction() local 223 int s; in undefinedinstruction() local
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | fwdev.c | 156 fw_open(struct cdev *dev, int flags, int fmt, fw_proc *td) in fw_open() 198 fw_close(struct cdev *dev, int flags, int fmt, fw_proc *td) in fw_close() 269 int err = 0, s; in fw_read_async() local 319 int err = 0, s, slept = 0; in fw_read() local 450 int s, slept = 0; in fw_write() local 538 fw_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, fw_proc *td) in fw_ioctl() 820 fw_poll(struct cdev *dev, int events, fw_proc *td) in fw_poll()
|
| /freebsd-14.2/contrib/wpa/src/fst/ |
| H A D | fst_session.c | 145 struct fst_session *s; in fst_find_free_session_id() local 237 struct fst_session *s; in fst_find_session_in_progress() local 329 struct fst_tear_down td; in fst_session_send_tear_down() local 360 struct fst_session *s; in fst_session_handle_setup_request() local 607 const struct fst_tear_down *td; in fst_session_handle_tear_down() local 1354 struct fst_session s; in fst_test_req_send_fst_request() local 1406 struct fst_session s; in fst_test_req_send_fst_response() local 1481 struct fst_session s; in fst_test_req_send_ack_request() local 1509 struct fst_session s; in fst_test_req_send_ack_response() local 1536 struct fst_tear_down td; in fst_test_req_send_tear_down() local [all …]
|
| /freebsd-14.2/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 229 struct tom_data *td = toep->td; in offload_socket() local 304 struct tom_data *td = toep->td; in release_offload_resources() local 538 struct tom_data *td = sc->tom_softc; in add_tid_to_history() local 575 struct tom_data *td = sc->tom_softc; in remove_tcb_histent() local 590 struct tom_data *td = sc->tom_softc; in lookup_tcb_histent() local 619 struct tom_data *td = sc->tom_softc; in release_tcb_histent() local 1068 struct offload_settings *s) in find_best_mtu_idx() 1243 init_conn_params(struct vi_info *vi , struct offload_settings *s, in init_conn_params() 1739 struct tom_data *td = arg; in reclaim_wr_resources() local 1817 struct tom_data *td = arg; in cleanup_stranded_tids() local [all …]
|
| /freebsd-14.2/sys/dev/vkbd/ |
| H A D | vkbd.c | 88 #define VKBD_LOCK_INIT(s) argument 89 #define VKBD_LOCK_DESTROY(s) argument 90 #define VKBD_LOCK(s) argument 91 #define VKBD_UNLOCK(s) argument 92 #define VKBD_LOCK_ASSERT(s, w) argument 93 #define VKBD_SLEEP(s, f, d, t) tsleep(&(s)->f, PCATCH | (PZERO + 1), d, t) argument 200 vkbd_dev_open(struct cdev *dev, int flag, int mode, struct thread *td) in vkbd_dev_open() 251 vkbd_dev_close(struct cdev *dev, int foo, int bar, struct thread *td) in vkbd_dev_close() 435 vkbd_dev_ioctl(struct cdev *dev, u_long cmd, caddr_t data, int flag, struct thread *td) in vkbd_dev_ioctl() 444 vkbd_dev_poll(struct cdev *dev, int events, struct thread *td) in vkbd_dev_poll()
|