Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c69 } Allowednames[] = { variable
103 for (i = 0; Allowednames[i].t; i++) in check_init()
104 if (Allowednames[i].name != NULL) in check_init()
105 Allowednames[i].name = stable(Allowednames[i].name); in check_init()
400 Allowednames[i].required && in check_stmt_required_properties()
402 outfl(Allowednames[i].outflags, in check_stmt_required_properties()
406 Allowednames[i].name); in check_stmt_required_properties()
418 if (t == Allowednames[i].t && Allowednames[i].name == NULL) { in check_stmt_allowed_properties()
420 (*Allowednames[i].checker)(t, s, in check_stmt_allowed_properties()
423 } else if (t == Allowednames[i].t && s == Allowednames[i].name) in check_stmt_allowed_properties()
[all …]