Searched refs:str_to_bm (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/th_tools/ |
H A D | th_define.c | 430 str_to_bm(char *optarg, coding_t *c, uint_t *bm) function 436 msg(2, "str_to_bm: optarg %s\n", optarg); 438 msg(2, "str_to_bm: str %s\n", str); 443 msg(2, "str_to_bm: %s matches\n", 451 msg(2, "str_to_bm: done 0x%x\n", *bm); 2074 if ((err = str_to_bm(optarg, atypes, 2077 if ((err = str_to_bm(argv[optind++], 2168 if ((err = str_to_bm(optarg, ptypes, &tmpui)) == 0) { 2170 if ((err = str_to_bm(argv[optind++],
|
Completed in 46 milliseconds