Home | History | Annotate | Download | only in src

Lines Matching refs:ERR

24 		ERR(handle, "policy image is invalid");
48 ERR(handle, "could not compute policy length");
50 goto err;
57 ERR(handle, "out of memory");
58 goto err;
67 ERR(handle, "could not write policy");
69 goto err;
77 ERR(handle, "Out of memory");
79 goto err;
82 ERR(handle, "new policy image is invalid");
84 goto err;
95 err:
96 ERR(handle, "could not create policy image");