OPENX_OPEN_FUNC_FAIL  359 source4/ntvfs/ntvfs_generic.c 	case (OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE):
OPENX_OPEN_FUNC_FAIL  288 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL, 	                  true,  NT_STATUS_DOS(ERRDOS, ERRbadaccess) },
OPENX_OPEN_FUNC_FAIL  289 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL, 	                  false, NT_STATUS_DOS(ERRDOS, ERRbadaccess) },
OPENX_OPEN_FUNC_FAIL  290 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL  | OPENX_OPEN_FUNC_CREATE, true,  NT_STATUS_OBJECT_NAME_COLLISION },
OPENX_OPEN_FUNC_FAIL  291 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL  | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OK },
OPENX_OPEN_FUNC_FAIL  396 source4/torture/raw/open.c 	io.openx.in.open_func = OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE;
OPENX_OPEN_FUNC_FAIL  439 source4/torture/raw/open.c 	io.openx.in.open_func = OPENX_OPEN_FUNC_FAIL;
OPENX_OPEN_FUNC_FAIL  518 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL, 	                  true,  NT_STATUS_OBJECT_NAME_COLLISION },
OPENX_OPEN_FUNC_FAIL  519 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL, 	                  false, NT_STATUS_OBJECT_NAME_COLLISION },
OPENX_OPEN_FUNC_FAIL  520 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL  | OPENX_OPEN_FUNC_CREATE, true,  NT_STATUS_OBJECT_NAME_COLLISION },
OPENX_OPEN_FUNC_FAIL  521 source4/torture/raw/open.c 		{ OPENX_OPEN_FUNC_FAIL  | OPENX_OPEN_FUNC_CREATE, false, NT_STATUS_OBJECT_NAME_COLLISION },
OPENX_OPEN_FUNC_FAIL  639 source4/torture/raw/open.c 	io.t2open.in.open_func = OPENX_OPEN_FUNC_FAIL | OPENX_OPEN_FUNC_CREATE;