Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/praudit/
H A Dtoktable.c288 table_init(TAG_SOCKTYPE, "type", pa_adr_shorthex, T_ATTRIBUTE); in init_tokens()
289 table_init(TAG_SOCKPORT, "port", pa_adr_shorthex, T_ATTRIBUTE); in init_tokens()
292 table_init(TAG_SOCKEXDOM, "sock_domain", pa_adr_shorthex, T_ATTRIBUTE); in init_tokens()
293 table_init(TAG_SOCKEXTYPE, "sock_type", pa_adr_shorthex, T_ATTRIBUTE); in init_tokens()
H A Dpraudit.h222 extern int pa_adr_shorthex(pr_context_t *context, int status, int flag);
H A Dformat.c1604 pa_adr_shorthex(pr_context_t *context, int status, int flag) in pa_adr_shorthex() function