/linux-6.1.9/arch/x86/math-emu/ ! |
D | fpu_emu.h | 194 FPU_REG * answ, unsigned int control_w, u_char sign, 197 FPU_REG * answ, unsigned int control_w, u_char sign, 200 FPU_REG * answ, unsigned int control_w, u_char sign); 202 FPU_REG * answ, unsigned int control_w, u_char sign,
|
/linux-6.1.9/net/phonet/ ! |
D | datagram.c | 34 int answ; in pn_ioctl() local 40 answ = skb ? skb->len : 0; in pn_ioctl() 42 return put_user(answ, (int __user *)arg); in pn_ioctl()
|
D | pep.c | 923 int answ; in pep_ioctl() local 936 answ = skb_peek(&pn->ctrlreq_queue)->len; in pep_ioctl() 938 answ = skb_peek(&sk->sk_receive_queue)->len; in pep_ioctl() 940 answ = 0; in pep_ioctl() 942 ret = put_user(answ, (int __user *)arg); in pep_ioctl()
|
/linux-6.1.9/drivers/media/dvb-frontends/ ! |
D | stv6111.c | 296 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument 301 .buf = answ, .len = alen } }; in i2c_read()
|
D | drxd_hard.c | 199 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument 207 .buf = answ, .len = alen in i2c_read()
|
D | drxk_hard.c | 250 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument 257 .buf = answ, .len = alen} in i2c_read() 277 pr_cont(" %02x", answ[i]); in i2c_read()
|
/linux-6.1.9/drivers/block/drbd/ ! |
D | drbd_debugfs.c | 389 int answ = tp->rcv_nxt - tp->copied_seq; in in_flight_summary_show() local 390 seq_printf(m, "unread receive buffer: %u Byte\n", answ); in in_flight_summary_show() 392 answ = tp->write_seq - tp->snd_una; in in_flight_summary_show() 393 seq_printf(m, "unacked send buffer: %u Byte\n", answ); in in_flight_summary_show()
|
/linux-6.1.9/net/smc/ ! |
D | af_smc.c | 3038 int answ; in smc_ioctl() local 3048 answ = smc->clcsock->ops->ioctl(smc->clcsock, cmd, arg); in smc_ioctl() 3050 return answ; in smc_ioctl() 3060 answ = 0; in smc_ioctl() 3062 answ = atomic_read(&smc->conn.bytes_to_rcv); in smc_ioctl() 3072 answ = 0; in smc_ioctl() 3074 answ = smc->conn.sndbuf_desc->len - in smc_ioctl() 3085 answ = 0; in smc_ioctl() 3087 answ = smc_tx_prepared_sends(&smc->conn); in smc_ioctl() 3096 answ = 0; in smc_ioctl() [all …]
|
/linux-6.1.9/include/net/ ! |
D | tcp.h | 2192 int answ; in tcp_inq() local 2195 answ = 0; in tcp_inq() 2201 answ = tp->rcv_nxt - tp->copied_seq; in tcp_inq() 2204 if (answ && sock_flag(sk, SOCK_DONE)) in tcp_inq() 2205 answ--; in tcp_inq() 2207 answ = tp->urg_seq - tp->copied_seq; in tcp_inq() 2210 return answ; in tcp_inq()
|
/linux-6.1.9/net/ipv4/ ! |
D | tcp.c | 602 int answ; in tcp_ioctl() local 611 answ = tcp_inq(sk); in tcp_ioctl() 615 answ = READ_ONCE(tp->urg_data) && in tcp_ioctl() 623 answ = 0; in tcp_ioctl() 625 answ = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_ioctl() 632 answ = 0; in tcp_ioctl() 634 answ = READ_ONCE(tp->write_seq) - in tcp_ioctl() 641 return put_user(answ, (int __user *)arg); in tcp_ioctl()
|
/linux-6.1.9/drivers/staging/media/deprecated/saa7146/av7110/ ! |
D | av7110.c | 827 u16 answ[2]; in StopHWFilter() local 848 ret = av7110_fw_request(av7110, buf, 3, answ, 2); in StopHWFilter() 849 if (ret != 0 || answ[1] != handle) { in StopHWFilter() 852 answ[0], answ[1], dvbdmxfilter->feed->pid); in StopHWFilter()
|
/linux-6.1.9/net/mptcp/ ! |
D | protocol.c | 3514 int answ; in mptcp_ioctl() local 3523 answ = mptcp_inq_hint(sk); in mptcp_ioctl() 3528 answ = mptcp_ioctl_outq(msk, READ_ONCE(msk->snd_una)); in mptcp_ioctl() 3533 answ = mptcp_ioctl_outq(msk, msk->snd_nxt); in mptcp_ioctl() 3540 return put_user(answ, (int __user *)arg); in mptcp_ioctl()
|
/linux-6.1.9/net/unix/ ! |
D | af_unix.c | 3129 int answ = 0; in unix_ioctl() local 3133 answ = 1; in unix_ioctl() 3134 err = put_user(answ, (int __user *)arg); in unix_ioctl()
|