HomeSort by relevance Sort by last modified time
    Searched refs:get_ns_fd (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/setns/
setns.h 30 static int get_ns_fd(int pid, const char *ns) function
52 fd = get_ns_fd(getpid(), proc_name);
setns02.c 194 ns_ipc_fd = get_ns_fd(getpid(), "ipc");
195 ns_uts_fd = get_ns_fd(getpid(), "uts");

Completed in 254 milliseconds