Searched defs:log_entry (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 683 char *log_entry; local 749 &log_entry)) == 0) { 752 log_entry);
|
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/ |
H A D | logger.c | 163 struct log_entry { 204 struct log_entry *log_entries; 212 (struct log_entry *) NULL, 218 static struct log_entry def_log_entry; 238 klog_rotate(struct log_entry *le) 595 log_control.log_entries = (struct log_entry *) 596 malloc(log_control.log_nentries * sizeof(struct log_entry)); 962 log_control.log_entries = (struct log_entry *) NULL; 162 struct log_entry { struct
|
/illumos-gate/usr/src/lib/krb5/kadm5/srv/ |
H A D | logger.c | 163 struct log_entry { 204 struct log_entry *log_entries; 212 (struct log_entry *) NULL, 218 static struct log_entry def_log_entry; 238 klog_rotate(struct log_entry *le) 596 log_control.log_entries = (struct log_entry *) 597 malloc(log_control.log_nentries * sizeof(struct log_entry)); 960 log_control.log_entries = (struct log_entry *) NULL; 1304 struct log_entry *tmp_log_entries = log_control.log_entries; 1309 (log_control.log_nentries + 1) * sizeof(struct log_entry)); 162 struct log_entry { struct [all...] |
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 275 static char *log_entry[LOGTRYS]; variable 712 (void) write(fildes, log_entry[count1], 713 (unsigned)strlen(log_entry[count1])); 736 (void) strncat(log_entry[trys], user_name, LNAME_SIZE); 737 (void) strncat(log_entry[trys], ":", (size_t)1); 738 (void) strncat(log_entry[trys], ttyn, TTYN_SIZE); 739 (void) strncat(log_entry[trys], ":", (size_t)1); 740 (void) strncat(log_entry[trys], ctime(&timenow), TIME_SIZE); 783 if (!(log_entry[i] = malloc((size_t)ENT_SIZE))) { 787 *log_entry[ [all...] |
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_iocb.h | 666 typedef struct log_entry { struct
|
Completed in 94 milliseconds