Home
last modified time | relevance | path

Searched refs:answ (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/x86/math-emu/
Dfpu_emu.h193 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.1.27/net/phonet/
Ddatagram.c47 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()
Dpep.c931 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.1.27/net/ipv4/
Dtcp.c551 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.1.27/drivers/block/drbd/
Ddrbd_debugfs.c394 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.1.27/drivers/media/pci/ttpci/
Dav7110.c859 u16 answ[2]; in StopHWFilter() local
880 ret = av7110_fw_request(av7110, buf, 3, answ, 2); in StopHWFilter()
881 if (ret != 0 || answ[1] != handle) { in StopHWFilter()
885 answ[0], answ[1], dvbdmxfilter->feed->pid); in StopHWFilter()
/linux-4.1.27/drivers/media/dvb-frontends/
Ddrxd_hard.c215 u8 adr, u8 *msg, int len, u8 *answ, int alen) in i2c_read() argument
223 .buf = answ, .len = alen in i2c_read()
Ddrxk_hard.c277 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()