Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dcheck.c411 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()
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()
461 nvpairnp->u.expr.left->u.name.s, in check_stmt_allowed_properties()
[all …]
H A Dcheck.h46 struct node *nvpairnp, struct lut *lutp);