dos_expected       61 source4/torture/raw/chkpath.c 			 NTSTATUS expected, NTSTATUS dos_expected)
dos_expected       69 source4/torture/raw/chkpath.c 	if (!NT_STATUS_EQUAL(status, expected) && !NT_STATUS_EQUAL(status, dos_expected)) {
dos_expected       71 source4/torture/raw/chkpath.c 		       path, nt_errstr(status), nt_errstr(expected), nt_errstr(dos_expected));
dos_expected       85 source4/torture/raw/chkpath.c 	if (!NT_STATUS_EQUAL(status, expected) && !NT_STATUS_EQUAL(status, dos_expected)) {
dos_expected       87 source4/torture/raw/chkpath.c 		       path, nt_errstr(status), nt_errstr(expected), nt_errstr(dos_expected));
dos_expected      115 source4/torture/raw/chkpath.c 		      NTSTATUS expected, NTSTATUS dos_expected)
dos_expected      117 source4/torture/raw/chkpath.c 	return test_path_ex(cli, NULL, path, path, expected, dos_expected);