Searched refs:tsttype (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/containers/utsname/ |
D | utstest.c | 115 char *tsttype; variable 134 tst_resm(TPASS, "test 1 (%s): success", tsttype); in P1() 139 tsttype, hostname, rhostname); in P1() 148 tsttype); in P1() 153 tst_resm(TPASS, "test 2 (%s): success", tsttype); in P1() 158 tsttype, newhostname, rhostname); in P1() 167 tsttype); in P1() 176 tsttype, newhostname, rhostname); in P1() 179 tst_resm(TPASS, "test 3 (%s): success", tsttype); in P1() 185 tsttype, hostname, rhostname); in P1() [all …]
|
/external/ltp/testcases/kernel/containers/sysvipc/ |
D | shmnstest.c | 79 char *tsttype = NONESTR; in main() local 98 tsttype = NONESTR; in main() 101 tsttype = CLONESTR; in main() 104 tsttype = UNSHARESTR; in main() 114 tst_resm(TINFO, "shmid namespaces test : %s", tsttype); in main() 118 tst_brkm(TFAIL, NULL, "%s failed", tsttype); in main() 130 tsttype); in main() 137 tsttype); in main()
|
D | mesgq_nstest.c | 95 char *tsttype = NONESTR; in main() local 116 tsttype = NONESTR; in main() 120 tsttype = CLONESTR; in main() 123 tsttype = UNSHARESTR; in main() 141 tst_resm(TINFO, "mesgq namespaces test : %s", tsttype); in main() 145 tst_brkm(TFAIL, NULL, "%s failed", tsttype); in main() 160 tsttype); in main() 167 tsttype); in main()
|
D | sem_nstest.c | 78 char *tsttype = NONESTR; in main() local 101 tsttype = CLONESTR; in main() 104 tsttype = UNSHARESTR; in main() 122 tst_resm(TINFO, "Semaphore namespaces Isolation test : %s", tsttype); in main() 128 tst_brkm(TFAIL, NULL, "%s failed", tsttype); in main() 143 tsttype); in main() 150 tsttype); in main()
|
D | shmem_2nstest.c | 122 char *tsttype = NONESTR; in main() local 141 tsttype = CLONESTR; in main() 144 tsttype = UNSHARESTR; in main() 147 tst_resm(TINFO, "Shared Memory namespace test : %s", tsttype); in main() 171 "created in Namespace1", tsttype); in main() 179 "created in Namespace1", tsttype); in main()
|
D | semtest_2ns.c | 165 char *tsttype = NONESTR; in main() local 189 tsttype = CLONESTR; in main() 192 tsttype = UNSHARESTR; in main() 195 tst_resm(TINFO, "Semaphore Namespaces Test : %s", tsttype); in main() 218 "created in Namespace1", tsttype); in main() 224 "created in Namespace1", tsttype); in main()
|