Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c246 static void do_setaudit(char *user_str, char *mask_str, char *tid_str,
265 static void str2tid(char *tid_str, au_tid_addr_t *tp);
806 char *tid_str; in do_args() local
814 tid_str = *argv; in do_args()
818 do_setaudit(user_str, mask_str, tid_str, in do_args()
1788 do_setaudit(char *user_str, char *mask_str, char *tid_str, char *sid_str, in do_setaudit() argument
1795 str2tid(tid_str, &ai.ai_termid); in do_setaudit()
2336 str2tid(char *tid_str, au_tid_addr_t *tp) in str2tid() argument
2353 major_str = tid_str; in str2tid()
2354 if ((minor_str = strchr(tid_str, ',')) != NULL) { in str2tid()