Searched defs:boolval (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_enclosure_ctl.c127 boolean_t boolval; local
137 (void) nvpair_value_boolean_value(nvp, &boolval);
141 tp->seci_rqst_ident = boolval;
143 tp->seci_request_warning = boolval;
145 tp->seci_request_failure = boolval;
/illumos-gate/usr/src/cmd/lvm/metassist/common/
H A Dvolume_nvpair.c318 * @param boolval
331 boolean_t *boolval)
341 *boolval = (val ? B_TRUE : B_FALSE);
328 get_boolean( nvlist_t *attrs, char *which, boolean_t *boolval) argument
/illumos-gate/usr/src/lib/libkmf/ber_der/common/
H A Ddecode.c442 kmfber_get_boolean(BerElement *ber, int *boolval) argument
448 *boolval = longbool;
H A Dencode.c389 kmfber_put_boolean(BerElement *ber, int boolval, ber_tag_t tag) argument
404 if (kmfber_write(ber, (char *)(boolval ? &trueval : &falseval), 1, 0)
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c333 ber_put_boolean( BerElement *ber, int boolval, ber_tag_t tag ) argument
348 if ( ber_write( ber, (char *)(boolval ? &trueval : &falseval), 1, 0 )
/illumos-gate/usr/src/cmd/infocmp/
H A Dinfocmp.c614 register char boolval; local
652 boolval = tgetflag(ibool[i].capname);
659 ** if (boolval && (boolval != ibool[i].secondval))
666 ** ibool[i].secondval, nterm, boolval);
670 if (boolval == TRUE) {
672 ibool[i].secondval = boolval;
674 if (ibool[i].val != boolval)
681 if (boolval) {
685 if (common && (ibool[i].val == boolval))
[all...]
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c124 static char *boolval[2]; /* dynamic array of boolean values */ variable
296 boolval[uselevel][i] = otgetflag(boolcodes[i]);
301 "flag=%d.\n", boolval[uselevel][i]);
536 boolval[uselevel][i]);
538 boolval[uselevel][i] = newvalue;
1238 if (boolval[0][i])
1269 if (boolval[0][i] && !boolval[1][i])
1271 else if (!boolval[0][i] && boolval[
[all...]
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c6488 boolean_t boolval; local
6494 if (zonecfg_get_attr_boolean(attrtab, &boolval) == Z_OK)

Completed in 75 milliseconds