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

/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Ditree.h113 /* deferred constraints */
115 } *constraints; member in struct:event::bubble::arrowlist::arrow
H A Ditree.c184 out(O_ALTFP|O_VERB3, "(prevented by constraints)");
1175 * constraints are completely ignored by match(), so the statement:
1183 * the above example so that it can evaluate constraints.
1870 newa->constraints = NULL;
1874 * any within() constraints.
1906 * handle any global constraints inherited from the
1913 /* XXX not quite ready to evaluate constraints from decls yet */
1919 /* handle constraints on the from event in the prop statement */
1927 * handle any global constraints inherited from the
1934 /* XXX not quite ready to evaluate constraints fro
[all...]
H A Dfme.c3522 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3533 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3542 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3571 for (ctp = arrowp->constraints; ctp != NULL; ctp = ctp->next) {
3624 * all that work evaluating constraints.
3948 * constraints, then we should elide the
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c939 convert_constraint_string(char *constraints, size_t len) argument
946 ASSERT(constraints != NULL);
949 for (i = 0, p = constraints; strlen(p) > 0; i++, p += strlen(p) + 1)
955 kmem_free(constraints, len);
961 for (i = 0, p = constraints; i < n; i++, p += strlen(p) + 1) {
966 kmem_free(constraints, len);
978 char *constraints; local
1010 constraints = kmem_alloc(ulen, KM_SLEEP);
1011 if (copyin(uconstraints, constraints, ulen)) {
1012 kmem_free(constraints, ule
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c46 * choices, constraints, etc.).
4049 /* Finally check for choices included by 'constraints'. */
4050 if ((r = _check_choices_include_values(t->prt_pg, "constraints")) ==
4412 { "Missing constraints or values for include_values element",
5670 * Checks whether the supplied value violates any of the constraints
5700 char **constraints; local
5730 /* Numeric values should be checked against any range constraints. */
5810 constraints = vals.values.v_astring;
5811 for (n = 0; constraints[n] != NULL; ++n) {
5812 if (strcmp(constraints[
[all...]
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl309 The number of indices used to implement PRIMARY KEY or UNIQUE constraints
/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dinityp2l.sh344 server. The server may impose its own constraints on possible
360 the LDAP server. The server may impose its own constraints
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c118 "constraints", /* SC_CONSTRAINTS */
2579 lxml_get_tm_constraints(entity_t *service, pgroup_t *pg, xmlNodePtr constraints) argument
2586 for (cursor = constraints->xmlChildrenNode;
2617 "constraints for service %s.\n"), cursor->name,

Completed in 98 milliseconds