Searched refs:atypes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/th_tools/
H A Dth_define.c111 static coding_t atypes[] = { variable
707 for (i = 0, type = 0; atypes[i].str != 0; i++) {
708 if (atypes[i].code == at) {
709 type = atypes[i].str;
2074 if ((err = str_to_bm(optarg, atypes,
2078 atypes, &errdef.access_type)))

Completed in 48 milliseconds