Searched refs:tmp_buf (Results 1 – 3 of 3) sorted by relevance
/net/atm/ |
D | addr.c | 140 struct sockaddr_atmsvc *tmp_buf, *tmp_bufp; in atm_get_addr() local 149 tmp_buf = tmp_bufp = kmalloc(total, GFP_ATOMIC); in atm_get_addr() 150 if (!tmp_buf) { in atm_get_addr() 158 if (copy_to_user(buf, tmp_buf, total < size ? total : size)) in atm_get_addr() 160 kfree(tmp_buf); in atm_get_addr()
|
D | resources.c | 199 int *tmp_buf, *tmp_p; in atm_getnames() local 210 tmp_buf = kmalloc(size, GFP_ATOMIC); in atm_getnames() 211 if (!tmp_buf) { in atm_getnames() 215 tmp_p = tmp_buf; in atm_getnames() 220 error = ((copy_to_user(buf, tmp_buf, size)) || in atm_getnames() 223 kfree(tmp_buf); in atm_getnames()
|
/net/9p/ |
D | trans_fd.c | 125 char tmp_buf[P9_HDRSZ]; member 296 m->rc.sdata = m->tmp_buf; in p9_read_work() 359 memcpy(m->rc.sdata, m->tmp_buf, m->rc.capacity); in p9_read_work()
|