Searched refs:constraint (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunmdi.h | 146 void mdi_phci_retire_notify(dev_info_t *dip, int *constraint); 147 void mdi_phci_retire_finalize(dev_info_t *dip, int phci_only, void *constraint);
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | certgetsetop.c | 420 KMF_BOOL *critical, KMF_X509EXT_BASICCONSTRAINTS *constraint) 430 if (certdata == NULL || constraint == NULL || critical == NULL) 451 if (kmfber_scanf(asn1, "b", &constraint->cA) == KMFBER_DEFAULT) { 455 constraint->pathLenConstraintPresent = KMF_FALSE; 460 &constraint->pathLenConstraint) == KMFBER_DEFAULT) { 464 constraint->pathLenConstraintPresent = KMF_TRUE; 2194 KMF_BOOL critical, KMF_X509EXT_BASICCONSTRAINTS *constraint) 2201 if ((CertData == NULL) || (constraint == NULL)) 2219 if (kmfber_printf(asn1, "b", constraint->cA) == -1) { 2224 if (constraint 419 kmf_get_cert_basic_constraint(const KMF_DATA *certdata, KMF_BOOL *critical, KMF_X509EXT_BASICCONSTRAINTS *constraint) argument 2193 kmf_set_cert_basic_constraint(KMF_X509_CERTIFICATE *CertData, KMF_BOOL critical, KMF_X509EXT_BASICCONSTRAINTS *constraint) argument [all...] |
H A D | certop.c | 170 KMF_X509EXT_BASICCONSTRAINTS constraint; local 178 (void) memset(&constraint, 0, sizeof (KMF_X509EXT_BASICCONSTRAINTS)); 205 &critical, &constraint); 210 if ((!critical) || (!constraint.cA)) 462 * Add the missing basic constraint. 1970 KMF_X509EXT_BASICCONSTRAINTS constraint; local 2000 (void) memset(&constraint, 0, sizeof (constraint)); 2002 &critical, &constraint); 2008 if (!constraint [all...] |
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_retire.c | 548 * RCM_SUCCESS implies we overcame a constraint, so keep walking. 594 "NULL. Returning no RCM constraint: %s\n", rp->rcm_root); 635 dp->rt_debug(dp->rt_hdl, "[INFO]: len of constraint str = %lu\n", len); 640 "constraint list: error: %s: %s\n", strerror(errno), 659 dp->rt_debug(dp->rt_hdl, "[INFO]: constraint str = %p\n", plistp); 677 char *constraint = NULL; local 779 constraint = NULL; 780 retval = rcm_notify(&rarg, &constraint, &clen); 800 if (modctl(MODRETIRE, devpath, constraint, clen) != 0) { 824 free(constraint); [all...] |
/illumos-gate/usr/src/uts/common/os/ |
H A D | devcfg.c | 5691 * - A constraint is applied and the offline is disallowed. 5694 * - A constraint is applied and the offline is allowed. 5695 * Mark the dip as having passed the constraint and allow 5698 * - A constraint is not applied. Allow the offline to proceed for now. 5703 * If the offline fails because there are users, we look at the constraint 5704 * flag on the dip. If the constraint flag is set (implying that it passed 5705 * a constraint) we allow the dip to be retired. If not, we don't allow 5712 int constraint; local 5718 constraint = 0; 5731 constraint 8225 int constraint; local 8282 int *constraint = (int *)arg; local 8317 int constraint = *(int *)arg; local 8401 int constraint; local 8468 &constraint); local 8479 &constraint); local 8661 int constraint; local [all...] |
H A D | sunmdi.c | 5355 mdi_phci_retire_notify(dev_info_t *dip, int *constraint) argument 5381 *constraint = 0; 5404 *constraint = 0; 5419 (void) e_ddi_retire_notify(cdip, constraint); 5438 * If constraint is 0, we aren't going to retire the 5444 mdi_phci_retire_finalize(dev_info_t *dip, int phci_only, void *constraint) argument 5515 * temporarily set constraint = 0 so that the client 5528 if (!phci_only && *((int *)constraint) == 0) {
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | build.c | 590 ** parsing a CREATE TABLE statement. A "NOT NULL" constraint has 1467 ** UNIQUE constraint. If pTable and pIndex are NULL, use pParse->pNewTable 1472 ** is a primary key or unique-constraint on the most recent column added 1537 ** dealing with a primary key or UNIQUE constraint. We have to invent our 1679 ** or UNIQUE constraint of a CREATE TABLE statement. Since the table 1774 "or PRIMARY KEY constraint cannot be dropped", 0); 2107 ** be set for operations that might fail (due to a constraint) part of
|
Completed in 112 milliseconds