Searched refs:nvpairnp (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | check.c | 411 struct node *nvpairnp, struct lut *lutp) in check_stmt_allowed_properties() argument 414 const char *s = nvpairnp->u.expr.left->u.name.s; in check_stmt_allowed_properties() 421 nvpairnp->u.expr.right); in check_stmt_allowed_properties() 426 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties() 433 if (np->t != nvpairnp->u.expr.right->t) in check_stmt_allowed_properties() 434 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties() 441 if (np->u.ull == nvpairnp->u.expr.right->u.ull) in check_stmt_allowed_properties() 447 nvpairnp->u.expr.right) == 0) in check_stmt_allowed_properties() 453 nvpairnp->u.expr.right) == 0) in check_stmt_allowed_properties() 458 outfl(O_ERR, nvpairnp->file, nvpairnp->line, in check_stmt_allowed_properties() [all …]
|
H A D | check.h | 46 struct node *nvpairnp, struct lut *lutp);
|