Searched refs:tid_str (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/auditconfig/ |
H A D | auditconfig.c | 242 static void do_setaudit(char *user_str, char *mask_str, char *tid_str, 261 static void str2tid(char *tid_str, au_tid_addr_t *tp); 802 char *tid_str; in do_args() local 810 tid_str = *argv; in do_args() 814 do_setaudit(user_str, mask_str, tid_str, in do_args() 1784 do_setaudit(char *user_str, char *mask_str, char *tid_str, char *sid_str, in do_setaudit() argument 1791 str2tid(tid_str, &ai.ai_termid); in do_setaudit() 2332 str2tid(char *tid_str, au_tid_addr_t *tp) in str2tid() argument 2349 major_str = tid_str; in str2tid() 2350 if ((minor_str = strchr(tid_str, ',')) != NULL) { in str2tid()
|