Searched refs:ctl_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dprocessor.h238 unsigned long ctl_buf; local
264 : "=m" (ctl_buf)
265 : "a" (&dw_psw), "a" (&ctl_buf), "m" (dw_psw) : "cc");
297 : "=m" (ctl_buf)
298 : "a" (&dw_psw), "a" (&ctl_buf), "m" (dw_psw) : "cc", "0", "1");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c1858 unsigned char *ctl_buf = ctl; local
1912 ctl_buf = msg_sys.msg_control;
1916 ctl_buf = sock_kmalloc(sock->sk, ctl_len, GFP_KERNEL);
1917 if (ctl_buf == NULL)
1926 if (copy_from_user(ctl_buf, (void __user *)msg_sys.msg_control,
1929 msg_sys.msg_control = ctl_buf;
1938 if (ctl_buf != ctl)
1939 sock_kfree_s(sock->sk, ctl_buf, ctl_len);

Completed in 73 milliseconds