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

  /external/ltp/testcases/kernel/containers/sysvipc/
shmnstest.c 80 char *tsttype = NONESTR; local
99 tsttype = NONESTR;
102 tsttype = CLONESTR;
105 tsttype = UNSHARESTR;
115 tst_resm(TINFO, "shmid namespaces test : %s", tsttype);
119 tst_brkm(TFAIL, NULL, "%s failed", tsttype);
131 tsttype);
138 tsttype);
sem_nstest.c 78 char *tsttype = NONESTR; local
101 tsttype = CLONESTR;
104 tsttype = UNSHARESTR;
122 tst_resm(TINFO, "Semaphore namespaces Isolation test : %s", tsttype);
128 tst_brkm(TFAIL, NULL, "%s failed", tsttype);
143 tsttype);
150 tsttype);
mesgq_nstest.c 95 char *tsttype = NONESTR; local
116 tsttype = NONESTR;
120 tsttype = CLONESTR;
123 tsttype = UNSHARESTR;
141 tst_resm(TINFO, "mesgq namespaces test : %s", tsttype);
145 tst_brkm(TFAIL, NULL, "%s failed", tsttype);
160 tsttype);
167 tsttype);
semtest_2ns.c 165 char *tsttype = NONESTR; local
189 tsttype = CLONESTR;
192 tsttype = UNSHARESTR;
195 tst_resm(TINFO, "Semaphore Namespaces Test : %s", tsttype);
218 "created in Namespace1", tsttype);
224 "created in Namespace1", tsttype);
shmem_2nstest.c 121 char *tsttype = NONESTR; local
142 tsttype = CLONESTR;
145 tsttype = UNSHARESTR;
148 tst_resm(TINFO, "Shared Memory namespace test : %s", tsttype);
172 "created in Namespace1", tsttype);
180 "created in Namespace1", tsttype);
  /external/ltp/testcases/kernel/containers/utsname/
utstest.c 115 char *tsttype; variable
134 tst_resm(TPASS, "test 1 (%s): success", tsttype);
139 tsttype, hostname, rhostname);
148 tsttype);
153 tst_resm(TPASS, "test 2 (%s): success", tsttype);
158 tsttype, newhostname, rhostname);
167 tsttype);
176 tsttype, newhostname, rhostname);
179 tst_resm(TPASS, "test 3 (%s): success", tsttype);
185 tsttype, hostname, rhostname)
    [all...]

Completed in 760 milliseconds