Lines Matching refs:tst_brkm
56 tst_brkm(TBROK, cleanup_fn, in tst_cmd_fds_()
75 tst_brkm(TCONF, cleanup_fn, "Couldn't find '%s' in $PATH at %s:%d", argv[0], in tst_cmd_fds_()
83 tst_brkm(TBROK | TERRNO, cleanup_fn, "vfork failed at %s:%d", in tst_cmd_fds_()
105 tst_brkm(TBROK | TERRNO, cleanup_fn, "waitpid failed at %s:%d", in tst_cmd_fds_()
113 tst_brkm(TBROK, cleanup_fn, "failed to exec cmd '%s' at %s:%d", in tst_cmd_fds_()
121 tst_brkm(TBROK, cleanup_fn, in tst_cmd_fds_()
257 tst_brkm(TCONF, NULL, "Couldn't find '%s' in $PATH", cmd_token); in tst_check_cmd()
275 tst_brkm(TCONF, NULL, "Invalid op(%s)", op_token); in tst_check_cmd()
278 tst_brkm(TCONF, NULL, in tst_check_cmd()
291 tst_brkm(TBROK, NULL, "No version parser for %s implemented!", in tst_check_cmd()
297 tst_brkm(TBROK, NULL, "Failed to parse %s version", p->cmd); in tst_check_cmd()
301 tst_brkm(TBROK, NULL, "Failed to get %s version", p->cmd); in tst_check_cmd()
306 tst_brkm(TCONF, NULL, "%s required >= %d, but got %d, " in tst_check_cmd()
313 tst_brkm(TCONF, NULL, "%s required > %d, but got %d, " in tst_check_cmd()
320 tst_brkm(TCONF, NULL, "%s required <= %d, but got %d, " in tst_check_cmd()
327 tst_brkm(TCONF, NULL, "%s required < %d, but got %d, " in tst_check_cmd()
334 tst_brkm(TCONF, NULL, "%s required == %d, but got %d, " in tst_check_cmd()
341 tst_brkm(TCONF, NULL, "%s required != %d, but got %d, " in tst_check_cmd()