Home | History | Annotate | Download | only in src

Lines Matching refs:ERR

23 		ERR(handle, "policy image is invalid");
47 ERR(handle, "could not compute policy length");
49 goto err;
56 ERR(handle, "out of memory");
57 goto err;
66 ERR(handle, "could not write policy");
68 goto err;
76 ERR(handle, "Out of memory");
78 goto err;
81 ERR(handle, "new policy image is invalid");
83 goto err;
94 err:
95 ERR(handle, "could not create policy image");