Searched defs:tid (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/ruby/puppet-solaris/ext/
H A Dpuppet_audit.c57 adt_termid_t *tid; local
64 if (adt_load_hostname(NULL, &tid) != 0) {
89 result->pw_gid, tid, ADT_NEW) != 0) {
91 free(tid);
96 free(tid);
/solaris-userland/components/openssh/sources/
H A Daudit-solaris.c82 au_tid_addr_t tid; local
114 adt_get_termid(ah, &tid);
115 __auditd_debug("tid type=%d, maj=%u, min=%u, addr=%x:%x:%x:%x\n",
116 tid.at_type,
117 (uint16_t)((tid.at_port) >> BITS(uint16_t)),
118 (uint16_t)(tid.at_port & UINT16_MAX),
119 tid.at_addr[0],
120 tid.at_addr[1],
121 tid.at_addr[2],
122 tid
159 static adt_termid_t *tid = NULL; /* peer terminal id */ variable
[all...]

Completed in 13 milliseconds