Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/namespaces/
H A Dnsid_test.c282 int fd_parent_ipcns, fd_child_ipcns; in TEST_F() local
288 fd_parent_ipcns = open("/proc/self/ns/ipc", O_RDONLY); in TEST_F()
289 ASSERT_GE(fd_parent_ipcns, 0); in TEST_F()
290 ret = ioctl(fd_parent_ipcns, NS_GET_ID, &parent_ipc_ns_id); in TEST_F()
336 close(fd_parent_ipcns); in TEST_F()
356 close(fd_parent_ipcns); in TEST_F()