Home
last modified time | relevance | path

Searched refs:log_entry (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c162 struct log_entry { struct
203 struct log_entry *log_entries; argument
211 (struct log_entry *) NULL,
217 static struct log_entry def_log_entry;
236 klog_rotate(struct log_entry *le) in klog_rotate()
593 log_control.log_entries = (struct log_entry *) in krb5_klog_init()
594 malloc(log_control.log_nentries * sizeof(struct log_entry)); in krb5_klog_init()
957 log_control.log_entries = (struct log_entry *) NULL; in krb5_klog_close()
1301 struct log_entry *tmp_log_entries = log_control.log_entries; in krb5_klog_add_stderr()
1306 (log_control.log_nentries + 1) * sizeof(struct log_entry)); in krb5_klog_add_stderr()
[all …]
/titanic_44/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c162 struct log_entry { struct
203 struct log_entry *log_entries; argument
211 (struct log_entry *) NULL,
217 static struct log_entry def_log_entry;
236 klog_rotate(struct log_entry *le) in klog_rotate()
592 log_control.log_entries = (struct log_entry *) in krb5_klog_init()
593 malloc(log_control.log_nentries * sizeof(struct log_entry)); in krb5_klog_init()
959 log_control.log_entries = (struct log_entry *) NULL; in krb5_klog_close()
/titanic_44/usr/src/cmd/login/
H A Dlogin.c275 static char *log_entry[LOGTRYS]; variable
712 (void) write(fildes, log_entry[count1], in badlogin()
713 (unsigned)strlen(log_entry[count1])); in badlogin()
736 (void) strncat(log_entry[trys], user_name, LNAME_SIZE); in log_bad_attempts()
737 (void) strncat(log_entry[trys], ":", (size_t)1); in log_bad_attempts()
738 (void) strncat(log_entry[trys], ttyn, TTYN_SIZE); in log_bad_attempts()
739 (void) strncat(log_entry[trys], ":", (size_t)1); in log_bad_attempts()
740 (void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE); in log_bad_attempts()
783 if (!(log_entry[i] = malloc((size_t)ENT_SIZE))) { in turn_on_logging()
787 *log_entry[i] = '\0'; in turn_on_logging()
/titanic_44/usr/src/head/rpcsvc/
H A Dnis.x80 struct log_entry { struct
/titanic_44/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c683 char *log_entry; in handle_log_entry() local
749 &log_entry)) == 0) { in handle_log_entry()
752 log_entry); in handle_log_entry()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_iocb.h666 typedef struct log_entry { struct
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl216 bool_t xdr_log_entry(XDR *xdrs, log_entry *objp);