Searched refs:newfile2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | utils.py | 250 newfile2 = """ 282 'NOTPRESENT': (['a', 'b'], None, 4, False)}, newfile2, dummyvars=['NOTPRESENT'])
|
/openbmc/linux/net/ |
H A D | socket.c | 1740 struct file *newfile1, *newfile2; in __sys_socketpair() local 1809 newfile2 = sock_alloc_file(sock2, flags, NULL); in __sys_socketpair() 1810 if (IS_ERR(newfile2)) { in __sys_socketpair() 1811 err = PTR_ERR(newfile2); in __sys_socketpair() 1819 fd_install(fd2, newfile2); in __sys_socketpair()
|