Searched refs:boolval (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/lvm/metassist/common/ |
H A D | volume_nvpair.h | 217 * @param boolval 232 extern int get_boolean(nvlist_t *attrs, char *which, boolean_t *boolval);
|
H A D | volume_nvpair.c | 318 * @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/scsi/plugins/ses/ses2/common/ |
H A D | ses2_enclosure_ctl.c | 127 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/captoinfo/ |
H A D | captoinfo.c | 124 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/infocmp/ |
H A D | infocmp.c | 614 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/head/ |
H A D | lber.h | 162 int *boolval); 190 int LDAP_CALL ber_put_boolean(BerElement *ber, int boolval,
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | encode.c | 333 ber_put_boolean( BerElement *ber, int boolval, ber_tag_t tag ) argument 348 if ( ber_write( ber, (char *)(boolval ? &trueval : &falseval), 1, 0 )
|
H A D | decode.c | 389 ber_get_boolean( BerElement *ber, int *boolval ) 395 *boolval = longbool;
|
/illumos-gate/usr/src/lib/libkmf/ber_der/common/ |
H A D | decode.c | 442 kmfber_get_boolean(BerElement *ber, int *boolval) argument 448 *boolval = longbool;
|
H A D | encode.c | 389 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/cmd/zonecfg/ |
H A D | zonecfg.c | 6488 boolean_t boolval; local 6494 if (zonecfg_get_attr_boolean(attrtab, &boolval) == Z_OK)
|
Completed in 1209 milliseconds