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

/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c70 char tokenid; local
83 adrm_char(&(ctx->adr), &tokenid, 1);
85 if ((tokenid > 0) && (tokentable[tokenid].func != NOFUNC)) {
86 rc = (*tokentable[tokenid].func)(ctx);
87 prev_tokenid = tokenid;

Completed in 21 milliseconds