Home
last modified time | relevance | path

Searched refs:sf_uauth (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h60 char *sf_uauth; /* NULL no value */ member
H A Dsysplugin.c544 initial_ctx.out.sf_uauth = NULL; in filter()
630 free(ctx.out.sf_uauth); in filter()
631 ctx.out.sf_uauth = NULL; in filter()
767 if (ctx.out.sf_uauth != NULL) { in filter()
769 ctx.out.sf_uauth, ctx.out.sf_uauthlen); in filter()
H A Dsystoken.c1329 &(ctx->out.sf_uauth), 0); in useofauth_token()