| /src/sys/net/npf/ |
| npf_portmap.c | 282 uint64_t bval, b; 287 bval = atomic_load_relaxed(&bm->bits0[i]); 293 if (bval == 0) 298 if ((bval & PORTMAP_L1_TAG) == 0) 299 return bitmap_word_isset(bval, chunk_bit); 302 bm1 = PORTMAP_L1_GET(bval); 314 uint64_t bval, b, oval, nval; local 320 bval = bm->bits0[i]; 322 if ((bval & PORTMAP_L1_TAG) == 0) { 326 if (bitmap_word_isset(bval, chunk_bit)) 394 uint64_t bval, b, oval, nval; local [all...] |
| /src/sys/dev/acpi/ |
| dwcmmc_acpi.c | 152 bool bval; local 169 bval = false; 170 acpi_dsd_bool(handle, "non-removable", &bval); 171 if (bval) { 174 bval = false; 175 acpi_dsd_bool(handle, "broken-cd", &bval); 176 if (bval) {
|
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| check-template.c | 417 TESTSeqOf5 *bval = b; local 419 IF_OPT_COMPARE(aval, bval, outer) { 420 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u0); 421 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s0); 422 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u1); 423 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s1); 424 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u2); 425 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s2); 426 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u3); 427 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s3) [all...] |
| check-gen.c | 1685 TESTSeqOf5 *bval = b; local 1687 IF_OPT_COMPARE(aval, bval, outer) { 1688 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u0); 1689 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s0); 1690 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u1); 1691 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s1); 1692 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u2); 1693 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s2); 1694 COMPARE_INTEGER(&aval->outer->inner, &bval->outer->inner, u3); 1695 COMPARE_OCTET_STRING(&aval->outer->inner, &bval->outer->inner, s3) [all...] |
| /src/lib/libc/db/recno/ |
| rec_get.c | 179 int bval, ch; local 182 bval = t->bt_bval; 186 if ((ch = getc(t->bt_rfp)) == EOF || ch == bval) { 280 int bval; local 284 bval = t->bt_bval; 291 for (data.data = sp; sp < ep && *sp != bval; ++sp);
|
| rec_open.c | 110 t->bt_bval = openinfo->bval;
|
| /src/external/bsd/openldap/dist/libraries/liblber/ |
| decode.c | 736 struct berval data, *bval, **bvp, ***bvpp; local 805 bval = va_arg( ap, struct berval * ); 806 rc = ber_get_stringbv( ber, bval, 0 ); 831 bval = va_arg( ap, struct berval * ); 832 rc = ber_get_stringbv( ber, bval, LBER_BV_ALLOC ); 954 bval = va_arg( ap, struct berval * ); 955 BER_BVZERO( bval ); 967 bval = va_arg( ap, struct berval * ); 968 ber_memfree_x( bval->bv_val, ber->ber_memctx ); 969 BER_BVZERO( bval ); [all...] |
| /src/sys/arch/evbarm/mini2440/ |
| audio_mini2440.c | 442 char bval = (value >> i) & 0x1; local 446 reg = GPIO_SET_DATA(reg, L3DATA, bval); 453 reg = GPIO_SET_DATA(reg, L3DATA, bval);
|
| /src/external/cddl/osnet/dist/lib/pyzfs/common/ |
| ioctl.c | 87 boolean_t bval; local 112 (void) nvpair_value_boolean_value(nvp, &bval); 113 pyval = Py_BuildValue("i", bval);
|
| /src/include/ |
| db.h | 169 uint8_t bval; /* delimiting byte (variable-length records */ member in struct:__anon119
|
| /src/external/bsd/nvi/dist/ip/ |
| ip_funcs.c | 161 ip_busy(SCR *sp, const char *str, busy_t bval) 167 switch (bval) {
|
| /src/sys/dev/usb/ |
| if_axen.c | 676 uint8_t bval = 0; 679 axen_cmd(un, cmd, 1, AXEN_FW_MODE_178A179, &bval); 909 uint8_t bval; local 918 bval = 0x01; 919 axen_cmd(un, AXEN_CMD_MAC_WRITE, 1, AXEN_UNK_28, &bval);
|
| /src/games/rogue/ |
| room.c | 67 boolean *bval; member in struct:option 569 *(options[i].bval) = (((ch == 't') || (ch == 'T')) ? 1 : 0); 631 s = *(opt->bval) ? "True" : "False";
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| name-lookup.cc | 2747 tree bval = binding->value; local 2749 if (bval 2750 && TREE_CODE (bval) == TREE_LIST 2751 && name_independent_decl_p (TREE_VALUE (bval))) 2752 bval = TREE_VALUE (bval); 2753 tree target_bval = strip_using_decl (bval); 2798 binding->type = bval; 2841 && TREE_CODE (bval) == NAMESPACE_DECL 2843 && DECL_NAMESPACE_ALIAS (bval) 2899 inform (location_of (bval), "previous declaration %q#D", bval); local 5850 tree bval = binding->value; local [all...] |
| /src/external/bsd/openldap/dist/include/ |
| slapi-plugin.h | 145 Slapi_Value *slapi_value_new_berval(const struct berval *bval); 149 Slapi_Value *slapi_value_init_berval(Slapi_Value *v, struct berval *bval); 154 Slapi_Value *slapi_value_set_berval( Slapi_Value *value, const struct berval *bval ); 312 int slapi_filter_get_ava( Slapi_Filter *f, char **type, struct berval **bval );
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| slapi_utils.c | 1521 struct berval **bval ) 1527 assert( bval != NULL ); 1530 *bval = NULL; 1542 *bval = &f->f_un.f_un_ava->aa_value; 2316 Slapi_Value *slapi_value_new_berval(const struct berval *bval) 2318 return ber_dupbv( NULL, (struct berval *)bval ); 2344 Slapi_Value *slapi_value_init_berval(Slapi_Value *v, struct berval *bval) 2346 return ber_dupbv( v, bval ); 2379 Slapi_Value *slapi_value_set_berval( Slapi_Value *value, const struct berval *bval ) 2387 slapi_value_init_berval( value, (struct berval *)bval ); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| name-lookup.cc | 2580 tree bval = binding->value; local 2582 tree target_bval = strip_using_decl (bval); 2627 binding->type = bval; 2670 && TREE_CODE (bval) == NAMESPACE_DECL 2672 && DECL_NAMESPACE_ALIAS (bval) 2673 && ORIGINAL_NAMESPACE (bval) == ORIGINAL_NAMESPACE (decl)) 2681 else if (TREE_CODE (bval) == USING_DECL 2687 if (!error_operand_p (bval)) 2688 diagnose_name_conflict (decl, bval); 2695 /* Diagnose a name conflict between DECL and BVAL 2720 inform (location_of (bval), "previous declaration %q#D", bval); local 5434 tree bval = binding->value; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m2-exp.y | 88 const struct block *bval; 99 %type <bval> block
|
| c-exp.y | 147 const struct block *bval; 176 /* %type <bval> block */ 267 %token <bval> FILENAME 268 %type <bval> block 3129 yylval.bval 3334 search_block = current.value.bval; 3512 parser_fprintf (file, "bval<%s>", host_address_to_string (value.bval));
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m2-exp.y | 88 const struct block *bval; 99 %type <bval> block
|
| c-exp.y | 147 const struct block *bval; 176 /* %type <bval> block */ 267 %token <bval> FILENAME 268 %type <bval> block 3125 yylval.bval 3330 search_block = current.value.bval; 3508 parser_fprintf (file, "bval<%s>", host_address_to_string (value.bval));
|
| /src/external/bsd/nvi/dist/common/ |
| db1.c | 268 db->_recno_info.bval = re_delim;
|
| /src/sys/dev/isa/ |
| if_ix.c | 628 uint8_t bpat, bval; local 758 bval = bus_space_read_1(iot, ioh, IX_DATAPORT); 760 if (bval != bpat)
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| ldifutil.c | 66 static int parse_ldif_control LDAP_P(( struct berval *bval, LDAPControl ***ppctrls )); 627 struct berval *bval, 641 s = bval->bv_val;
|
| /src/sys/dev/pci/ |
| trm.c | 523 uint8_t bval; local 630 bval = PHASELATCH | INITIATOR | BLOCKRST; 632 bval |= PARITYCHECK; 633 bus_space_write_1(iot, ioh, TRM_SCSI_CONFIG0, bval);
|