Lines Matching refs:how
72 const char *how = "couldn't start adt session"; in audit_sshd_chauthtok() local
81 how = "couldn't set adt user"; in audit_sshd_chauthtok()
87 how = "couldn't allocate adt event"; in audit_sshd_chauthtok()
94 how = "couldn't put adt event"; in audit_sshd_chauthtok()
100 how = "couldn't put adt event"; in audit_sshd_chauthtok()
113 strerror(saved_errno), how); in audit_sshd_chauthtok()
120 const char *how; in audit_sshd_login() local
125 how = "programmer error"; in audit_sshd_login()
132 how = "couldn't start adt session"; in audit_sshd_login()
138 how = "ucred_get() failed to obtain user credential"; in audit_sshd_login()
144 how = "adt_set_from_ucred() failed to set user credential"; in audit_sshd_login()
150 how = "couldn't allocate adt event"; in audit_sshd_login()
156 how = "couldn't put adt event"; in audit_sshd_login()
172 strerror(saved_errno), how); in audit_sshd_login()
179 const char *how; in audit_sshd_login_failure() local
189 how = "programmer error"; in audit_sshd_login_failure()
196 how = "couldn't determine maximum size of password buffer"; in audit_sshd_login_failure()
205 how = "couldn't start adt session"; in audit_sshd_login_failure()
222 how = "couldn't set adt user"; in audit_sshd_login_failure()
228 how = "couldn't allocate adt event"; in audit_sshd_login_failure()
234 how = "couldn't put adt event"; in audit_sshd_login_failure()
251 strerror(saved_errno), how); in audit_sshd_login_failure()
258 const char *how = "programmer error"; in audit_sshd_logout() local
268 how = "couldn't allocate adt event"; in audit_sshd_logout()
274 how = "couldn't put adt event"; in audit_sshd_logout()
288 how, strerror(saved_errno)); in audit_sshd_logout()