Home
last modified time | relevance | path

Searched refs:tokentable (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/cmd/praudit/
H A Dtoktable.c42 token_desc_t tokentable[MAXTAG + 1]; variable
45 tokentable[(int)(i)].t_name = (n); \
46 tokentable[(int)(i)].t_tagname = (n); \
47 tokentable[(int)(i)].func = (f); \
48 tokentable[(int)(i)].t_type = (t);
52 tokentable[(int)(i)].t_name = (n); \
53 tokentable[(int)(i)].t_tagname = (tn); \
54 tokentable[(int)(i)].func = (f); \
55 tokentable[(int)(i)].t_type = (t);
H A Dprintaudit.c403 (tokentable[tokenid].func != NOFUNC)) { in token_processing()
417 (tokentable[tokenid].t_name != (char *)0)) { in token_processing()
420 gettext(tokentable[tokenid].t_name); in token_processing()
428 retstat = (*tokentable[tokenid].func)(context); in token_processing()
H A Dtoktable.h49 extern token_desc_t tokentable[];
H A Dformat.c142 tag = &tokentable[tagnum]; in open_tag()
254 tag = &tokentable[tagnum]; in close_tag()
303 (tokentable[tagnum].func != NOFUNC)) { in process_tag()
306 retstat = (*tokentable[tagnum].func)(context, status, in process_tag()
/titanic_44/usr/src/cmd/auditreduce/
H A Dtoken.c53 (tokentable[id].func == NOFUNC)) { in print_id()
94 tokentable[id].t_name, suffix); in print_id()
106 (tokentable[tokenid].func != NOFUNC)) { in token_processing()
110 return ((*tokentable[tokenid].func)(adr)); in token_processing()
/titanic_44/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c100 if ((tokenid > 0) && (tokentable[tokenid].func != NOFUNC)) { in parse_token()
101 rc = (*tokentable[tokenid].func)(ctx); in parse_token()