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

/opensolaris-onvv-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.h62 const char *log_hostname; /* ea_get_hostname(3EXACCT) string */ member in struct:fmd_log_header
H A Dfmd_log.c541 hp->log_hostname = hostname ? hostname : "";
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dlogger.c207 char *log_hostname;
906 log_control.log_hostname = (char *) malloc(MAXHOSTNAMELEN + 1);
907 if (log_control.log_hostname) {
908 gethostname(log_control.log_hostname, MAXHOSTNAMELEN);
909 log_control.log_hostname[MAXHOSTNAMELEN] = '\0';
967 if (log_control.log_hostname)
968 free(log_control.log_hostname);
969 log_control.log_hostname = (char *) NULL;
1079 log_control.log_hostname, log_control.log_whoami, (long) getpid(),
206 char *log_hostname; member in struct:log_control
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/srv/
H A Dlogger.c207 char *log_hostname;
904 log_control.log_hostname = (char *) malloc(MAXHOSTNAMELEN + 1);
905 if (log_control.log_hostname) {
906 gethostname(log_control.log_hostname, MAXHOSTNAMELEN);
907 log_control.log_hostname[MAXHOSTNAMELEN] = '\0';
965 if (log_control.log_hostname)
966 free(log_control.log_hostname);
967 log_control.log_hostname = (char *) NULL;
1077 log_control.log_hostname, log_control.log_whoami, (long) getpid(),
206 char *log_hostname; member in struct:log_control
/opensolaris-onvv-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c1374 (void) printf("EXD_HOSTNAME = %s\n", log.log_hostname);

Completed in 129 milliseconds