Searched defs:log_hostname (Results 1 - 3 of 3) sorted by relevance

/illumos-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
/illumos-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
/illumos-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

Completed in 49 milliseconds