Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/auditconfig/
H A Dauditconfig.c202 static int str2type(char *s, uint_t *type);
434 if (str2type (*argv, &type)) in parse_args()
1269 (void) str2type(t, &type); in do_setkaudit()
2927 str2type(char *s, uint_t *type) in str2type() function
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c103 str2type(const char *tstr) in str2type() function
622 if ((type = str2type(pp->type)) == TOPO_TYPE_INVALID) { in set_prop()