Searched defs:tid_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c242 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; local
810 tid_str = *argv;
814 do_setaudit(user_str, mask_str, tid_str,
1784 do_setaudit(char *user_str, char *mask_str, char *tid_str, char *sid_str, argument
1791 str2tid(tid_str, &ai.ai_termid);
2329 * tid_str is major,minor,host -- host is a name or an ip address
2332 str2tid(char *tid_str, au_tid_addr_t *tp) argument
2349 major_str = tid_str;
[all...]

Completed in 49 milliseconds