Searched refs:trestype (Results 1 – 1 of 1) sorted by relevance
116 int trestype; in apicmd_brk() local129 trestype = ident_ttype((argv++)[0]); in apicmd_brk()133 tst_brkm(trestype, NULL, "%s", *argv); in apicmd_brk()139 int trestype; in apicmd_res() local151 trestype = ident_ttype((argv++)[0]); in apicmd_res()154 tst_resm(trestype, "%s", *argv); in apicmd_res()159 int trestype; in apicmd_brkm() local170 trestype = ident_ttype((argv++)[0]); in apicmd_brkm()172 tst_brkm(trestype, NULL, "%s", *argv); in apicmd_brkm()177 int trestype; in apicmd_resm() local[all …]