Lines Matching defs:error

104 	 * - the file was not found: VFS lookup failed with ENOENT error AND
150 * are we auditing only if error, or if it is not open or create
169 * only capture attributes when there is no error
173 * if there was a lookup error, then don't add
387 * Note In the event that an error occurs in pn_combine then
443 * PURPOSE: Audit the attributes so we can tell why the error occurred
615 /* kludge for error 0, should use `code==CLD_DUMPED' instead */
1109 audit_symlink_create(vnode_t *dvp, char *sname, char *target, int error)
1122 if (error)
1125 error = VOP_LOOKUP(dvp, sname, &vp, NULL, 0, NULL, CRED(),
1127 if (error == 0) {
1160 audit_vncreate_finish(struct vnode *vp, int error)
1164 if (error)
1182 if (!error && ((tad->tad_event == AUE_MKNOD) ||
1601 audit_fdsend(int fd, struct file *fp, int error)
1858 uint_t mech_count, uint_t device_instance, uint32_t rv, int error)
1877 if (audit_success(kctx, tad, error, NULL) != AU_OK)
1885 if (error == 0 && rv == CRYPTO_SUCCESS) {
1898 if (error == 0 && rv == CRYPTO_SUCCESS) {
1910 if (error == 0 && rv == CRYPTO_SUCCESS) {
1921 if (error == 0 && rv == CRYPTO_SUCCESS) {
1946 if (error == 0 && rv == CRYPTO_SUCCESS)
1993 if (error || (rv != CRYPTO_SUCCESS))
1994 add_return_token((caddr_t *)&ad, tad->tad_scid, -1, error);
2011 audit_kssl(int cmd, void *params, int error)
2026 if (audit_success(kctx, tad, error, NULL) != AU_OK)
2069 add_return_token((caddr_t *)&ad, tad->tad_scid, error, 0);
2094 boolean_t active, int error, pid_t pid)
2153 if (flag = audit_success(kctx, tad, error, cred)) {
2158 * along with the error code.
2201 add_return_token((caddr_t *)&ad, 0, error, 0);