Searched refs:answ (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_emu.h | 193 FPU_REG * answ, unsigned int control_w, u_char sign, 196 FPU_REG * answ, unsigned int control_w, u_char sign, 199 FPU_REG * answ, unsigned int control_w, u_char sign); 201 FPU_REG * answ, unsigned int control_w, u_char sign,
|
/linux-4.4.14/net/phonet/ |
D | datagram.c | 47 int answ; in pn_ioctl() local 53 answ = skb ? skb->len : 0; in pn_ioctl() 55 return put_user(answ, (int __user *)arg); in pn_ioctl()
|
D | pep.c | 931 int answ; in pep_ioctl() local 944 answ = skb_peek(&pn->ctrlreq_queue)->len; in pep_ioctl() 946 answ = skb_peek(&sk->sk_receive_queue)->len; in pep_ioctl() 948 answ = 0; in pep_ioctl() 950 ret = put_user(answ, (int __user *)arg); in pep_ioctl()
|
/linux-4.4.14/net/ipv4/ |
D | tcp.c | 551 int answ; in tcp_ioctl() local 561 answ = 0; in tcp_ioctl() 567 answ = tp->rcv_nxt - tp->copied_seq; in tcp_ioctl() 570 if (answ && sock_flag(sk, SOCK_DONE)) in tcp_ioctl() 571 answ--; in tcp_ioctl() 573 answ = tp->urg_seq - tp->copied_seq; in tcp_ioctl() 577 answ = tp->urg_data && tp->urg_seq == tp->copied_seq; in tcp_ioctl() 584 answ = 0; in tcp_ioctl() 586 answ = tp->write_seq - tp->snd_una; in tcp_ioctl() 593 answ = 0; in tcp_ioctl() [all …]
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 394 int answ = tp->rcv_nxt - tp->copied_seq; in in_flight_summary_show() local 395 seq_printf(m, "unread receive buffer: %u Byte\n", answ); in in_flight_summary_show() 397 answ = tp->write_seq - tp->snd_una; in in_flight_summary_show() 398 seq_printf(m, "unacked send buffer: %u Byte\n", answ); in in_flight_summary_show()
|
/linux-4.4.14/drivers/media/pci/ttpci/ |
D | av7110.c | 856 u16 answ[2]; in StopHWFilter() local 877 ret = av7110_fw_request(av7110, buf, 3, answ, 2); in StopHWFilter() 878 if (ret != 0 || answ[1] != handle) { in StopHWFilter() 882 answ[0], answ[1], dvbdmxfilter->feed->pid); in StopHWFilter()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | drxd_hard.c | 215 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument 223 .buf = answ, .len = alen in i2c_read()
|
D | drxk_hard.c | 277 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument 284 .buf = answ, .len = alen} in i2c_read() 304 pr_cont(" %02x", answ[i]); in i2c_read()
|