Home
last modified time | relevance | path

Searched refs:log_hostname (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c206 char *log_hostname; member
903 log_control.log_hostname = (char *) malloc(MAXHOSTNAMELEN + 1); in krb5_klog_init()
904 if (log_control.log_hostname) { in krb5_klog_init()
905 gethostname(log_control.log_hostname, MAXHOSTNAMELEN); in krb5_klog_init()
906 log_control.log_hostname[MAXHOSTNAMELEN] = '\0'; in krb5_klog_init()
964 if (log_control.log_hostname) in krb5_klog_close()
965 free(log_control.log_hostname); in krb5_klog_close()
966 log_control.log_hostname = (char *) NULL; in krb5_klog_close()
1076 log_control.log_hostname, log_control.log_whoami, (long) getpid(), in klog_vsyslog()
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c206 char *log_hostname; member
901 log_control.log_hostname = (char *) malloc(MAXHOSTNAMELEN + 1); in krb5_klog_init()
902 if (log_control.log_hostname) { in krb5_klog_init()
903 gethostname(log_control.log_hostname, MAXHOSTNAMELEN); in krb5_klog_init()
904 log_control.log_hostname[MAXHOSTNAMELEN] = '\0'; in krb5_klog_init()
962 if (log_control.log_hostname) in krb5_klog_close()
963 free(log_control.log_hostname); in krb5_klog_close()
964 log_control.log_hostname = (char *) NULL; in krb5_klog_close()
1074 log_control.log_hostname, log_control.log_whoami, (long) getpid(), in klog_vsyslog()
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.h62 const char *log_hostname; /* ea_get_hostname(3EXACCT) string */ member
H A Dfmd_log.c541 hp->log_hostname = hostname ? hostname : ""; in fmd_log_header()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1513 (void) printf("EXD_HOSTNAME = %s\n", log.log_hostname); in main()