| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_mac.c | 694 &value); in ef10_mac_stats_update() 833 &value); in ef10_mac_stats_update() 835 &value); in ef10_mac_stats_update() 838 &value); in ef10_mac_stats_update() 840 &value); in ef10_mac_stats_update() 843 &value); in ef10_mac_stats_update() 845 &value); in ef10_mac_stats_update() 848 &value); in ef10_mac_stats_update() 850 &value); in ef10_mac_stats_update() 853 &value); in ef10_mac_stats_update() [all …]
|
| H A D | siena_mac.c | 252 efx_qword_t value; in siena_mac_stats_update() local 326 &value); in siena_mac_stats_update() 330 &value); in siena_mac_stats_update() 340 &value); in siena_mac_stats_update() 410 &(value.eq_dword[0])); in siena_mac_stats_update() 412 &(value.eq_dword[1])); in siena_mac_stats_update() 416 &(value.eq_dword[0])); in siena_mac_stats_update() 418 &(value.eq_dword[1])); in siena_mac_stats_update() 422 &(value.eq_dword[0])); in siena_mac_stats_update() 424 &(value.eq_dword[1])); in siena_mac_stats_update() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-fau.h | 94 int64_t value : 63; member 105 int32_t value : 31; member 116 int16_t value : 15; member 127 int8_t value : 7; member 182 cvmx_build_bits(CVMX_FAU_BITS_INEVAL, value) | in __cvmx_fau_atomic_address() 515 cvmx_write64_int64(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add64() 527 cvmx_write64_int32(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add32() 539 cvmx_write64_int16(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add16() 550 cvmx_write64_int8(__cvmx_fau_store_address(0, reg), value); in cvmx_fau_atomic_add8() 562 cvmx_write64_int64(__cvmx_fau_store_address(1, reg), value); in cvmx_fau_atomic_write64() [all …]
|
| H A D | cvmx-llm.h | 179 pop0 &= value; in cvmx_llm_ecc() 183 pop1 &= value; in cvmx_llm_ecc() 185 pop2 &= value; in cvmx_llm_ecc() 189 pop3 &= value; in cvmx_llm_ecc() 191 pop4 &= value; in cvmx_llm_ecc() 193 pop5 &= value; in cvmx_llm_ecc() 195 pop6 &= value; in cvmx_llm_ecc() 228 data.s.dat = value; in cvmx_llm_write_narrow() 295 return value; in cvmx_llm_read_narrow() 312 uint64_t value; in cvmx_llm_read_wide() local [all …]
|
| /f-stack/freebsd/contrib/dev/acpica/include/ |
| H A D | acbuffer.h | 274 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument 277 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument 280 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument 283 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument 286 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument 299 #define ACPI_PLD_SET_USER_VISIBLE(dword,value) ACPI_SET_BITS (dword, 0, ACPI_1BIT_MASK, value) … argument 302 #define ACPI_PLD_SET_DOCK(dword,value) ACPI_SET_BITS (dword, 1, ACPI_1BIT_MASK, value) … argument 305 #define ACPI_PLD_SET_LID(dword,value) ACPI_SET_BITS (dword, 2, ACPI_1BIT_MASK, value) … argument 308 #define ACPI_PLD_SET_PANEL(dword,value) ACPI_SET_BITS (dword, 3, ACPI_3BIT_MASK, value) … argument 311 #define ACPI_PLD_SET_VERTICAL(dword,value) ACPI_SET_BITS (dword, 6, ACPI_2BIT_MASK, value) … argument [all …]
|
| /f-stack/freebsd/kern/ |
| H A D | subr_filter.c | 157 tf->entries[i].value = value; in check_update_times() 166 tf->entries[i].value = value; in check_update_times() 192 tf->entries[i].value = value; in check_update_times_small() 201 tf->entries[i].value = value; in check_update_times_small() 378 tf->entries[i].value = value; in apply_filter_min() 386 tf->entries[i].value = value; in apply_filter_min() 405 tf->entries[i].value = value; in apply_filter_min_small() 413 tf->entries[i].value = value; in apply_filter_min_small() 431 tf->entries[i].value = value; in apply_filter_max() 439 tf->entries[i].value = value; in apply_filter_max() [all …]
|
| H A D | kern_environment.c | 183 error = copyout(value, uap->value, len); 184 freeenv(value); 198 error = copyinstr(uap->value, value, len, NULL); 628 char *value; in kenv_acquire() local 676 int64_t value; in getenv_array() local 747 old = value; in getenv_array() 762 if (value < SCHAR_MIN || value > SCHAR_MAX) in getenv_array() 765 if (value < 0 || value > UCHAR_MAX) in getenv_array() 772 if (value < SHRT_MIN || value > SHRT_MAX) in getenv_array() 775 if (value < 0 || value > USHRT_MAX) in getenv_array() [all …]
|
| /f-stack/freebsd/ddb/ |
| H A D | db_examine.c | 72 db_expr_t value; in db_examine() local 146 if (value >= ' ' && value <= '~') in db_examine() 155 if (value == 0) in db_examine() 157 if (value >= ' ' && value <= '~') in db_examine() 158 db_printf("%c", (int)value); in db_examine() 196 db_expr_t value; in db_print_cmd() local 224 value = addr & 0xFF; in db_print_cmd() 225 if (value >= ' ' && value <= '~') in db_print_cmd() 226 db_printf("%c", (int)value); in db_print_cmd() 260 db_expr_t value; in db_search_cmd() local [all …]
|
| /f-stack/dpdk/lib/librte_eal/include/generic/ |
| H A D | rte_io.h | 198 rte_write8(uint8_t value, volatile void *addr); 298 *(volatile uint8_t *)addr = value; in rte_write8_relaxed() 304 *(volatile uint16_t *)addr = value; in rte_write16_relaxed() 310 *(volatile uint32_t *)addr = value; in rte_write32_relaxed() 316 *(volatile uint64_t *)addr = value; in rte_write64_relaxed() 359 rte_write8_relaxed(value, addr); in rte_write8() 366 rte_write16_relaxed(value, addr); in rte_write16() 373 rte_write32_relaxed(value, addr); in rte_write32() 380 rte_write64_relaxed(value, addr); in rte_write64() 387 rte_write32(value, addr); in rte_write32_wc() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | spl_sysevent.c | 64 boolean_t value; in log_sysevent() local 73 uint8_t value; in log_sysevent() local 81 int32_t value; in log_sysevent() local 90 uint32_t value; in log_sysevent() local 99 int64_t value; in log_sysevent() local 108 uint64_t value; in log_sysevent() local 117 char *value; in log_sysevent() local 122 type = value; in log_sysevent() 127 uint8_t *value; in log_sysevent() local 138 uint16_t *value; in log_sysevent() local [all …]
|
| /f-stack/freebsd/contrib/libnv/ |
| H A D | bsd_nvpair.c | 384 memcpy(ptr, &value, sizeof(value)); in nvpair_pack_bool() 402 memcpy(ptr, &value, sizeof(value)); in nvpair_pack_number() 498 memcpy(ptr, &value, sizeof(value)); in nvpair_pack_descriptor() 612 memcpy(ptr, &value, sizeof(value)); in nvpair_pack_descriptor_array() 733 memcpy(&value, ptr, sizeof(value)); in nvpair_unpack_bool() 737 if (value != 0 && value != 1) { in nvpair_unpack_bool() 1279 value = fcntl(value, F_DUPFD_CLOEXEC, 0); in nvpair_create_descriptor() 1592 if (value < 0 || !fd_is_valid(value)) { in nvpair_move_descriptor() 1773 if (value[i] != -1 && !fd_is_valid(value[i])) { in nvpair_move_descriptor_array() 1934 return (nvpair_append(nvp, &value, sizeof(value), sizeof(value))); in nvpair_append_bool_array() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_headers_filter_module.c | 304 if (ngx_http_complex_value(r, &h[i].value, &value) != NGX_OK) { in ngx_http_trailers_filter() 315 t->value = value; in ngx_http_trailers_filter() 494 if (value->len && value->data[0] == '@') { in ngx_http_parse_expires() 506 } else if (value->len && value->data[0] == '+') { in ngx_http_parse_expires() 511 } else if (value->len && value->data[0] == '-') { in ngx_http_parse_expires() 556 h->value = *value; in ngx_http_add_header() 590 h->value = *value; in ngx_http_add_multi_header_lines() 612 (value->len) ? ngx_parse_http_time(value->data, value->len) : -1; in ngx_http_set_last_modified() 649 h->value = *value; in ngx_http_set_response_header() 759 ccv.value = &value[n]; in ngx_http_headers_expires() [all …]
|
| H A D | ngx_http_rewrite_module.c | 338 if (value[2].data[value[2].len - 1] == '?') { in ngx_http_rewrite() 496 ccv.value = v; in ngx_http_rewrite_return() 657 if (value[1].len < 1 || value[1].data[0] != '(') { in ngx_http_rewrite_if_condition() 672 if (value[last].len < 1 || value[last].data[value[last].len - 1] != ')') { in ngx_http_rewrite_if_condition() 683 value[last].data[value[last].len] = '\0'; in ngx_http_rewrite_if_condition() 792 value[last].data[value[last].len] = '\0'; in ngx_http_rewrite_if_condition() 868 value->len--; in ngx_http_rewrite_variable() 869 value->data++; in ngx_http_rewrite_variable() 909 value[1].len--; in ngx_http_rewrite_set() 910 value[1].data++; in ngx_http_rewrite_set() [all …]
|
| H A D | ngx_http_split_clients_module.c | 15 ngx_http_variable_value_t value; member 128 value = cf->args->elts; in ngx_conf_split_clients_block() 133 ccv.value = &value[1]; in ngx_conf_split_clients_block() 140 name = value[2]; in ngx_conf_split_clients_block() 210 value = cf->args->elts; in ngx_http_split_clients() 217 if (value[0].len == 1 && value[0].data[0] == '*') { in ngx_http_split_clients() 221 if (value[0].len == 0 || value[0].data[value[0].len - 1] != '%') { in ngx_http_split_clients() 225 n = ngx_atofp(value[0].data, value[0].len - 1, 2); in ngx_http_split_clients() 233 part->value.len = value[1].len; in ngx_http_split_clients() 234 part->value.valid = 1; in ngx_http_split_clients() [all …]
|
| /f-stack/dpdk/drivers/net/bonding/ |
| H A D | rte_eth_bond_args.c | 121 const char *value, void *extra_args) in bond_ethdev_parse_slave_port_kvarg() argument 131 int port_id = parse_port_id(value); in bond_ethdev_parse_slave_port_kvarg() 134 value); in bond_ethdev_parse_slave_port_kvarg() 145 const char *value, void *extra_args) in bond_ethdev_parse_slave_mode_kvarg() argument 156 *mode = strtol(value, &endptr, 10); in bond_ethdev_parse_slave_mode_kvarg() 178 const char *value, void *extra_args) in bond_ethdev_parse_slave_agg_mode_kvarg() argument 188 if (strncmp(value, "stable", 6) == 0) in bond_ethdev_parse_slave_agg_mode_kvarg() 194 if (strncmp(value, "count", 5) == 0) in bond_ethdev_parse_slave_agg_mode_kvarg() 210 const char *value, void *extra_args) in bond_ethdev_parse_socket_id_kvarg() argument 233 const char *value, void *extra_args) in bond_ethdev_parse_primary_slave_port_id_kvarg() argument [all …]
|
| /f-stack/freebsd/netgraph/bluetooth/common/ |
| H A D | ng_bluetooth.c | 75 u_int32_t value; in bluetooth_set_hci_command_timeout_value() local 78 value = bluetooth_hci_command_timeout_value; in bluetooth_set_hci_command_timeout_value() 81 if (value > 0) in bluetooth_set_hci_command_timeout_value() 99 u_int32_t value; in bluetooth_set_hci_connect_timeout_value() local 105 if (0 < value && value <= bluetooth_l2cap_rtx_timeout_value) in bluetooth_set_hci_connect_timeout_value() 134 u_int32_t value; in bluetooth_set_l2cap_rtx_timeout_value() local 137 value = bluetooth_l2cap_rtx_timeout_value; in bluetooth_set_l2cap_rtx_timeout_value() 159 u_int32_t value; in bluetooth_set_l2cap_ertx_timeout_value() local 237 u_int32_t value; in bluetooth_set_sco_rtx_timeout_value() local 240 value = bluetooth_sco_rtx_timeout_value; in bluetooth_set_sco_rtx_timeout_value() [all …]
|
| /f-stack/lib/ |
| H A D | ff_kern_environment.c | 189 char *value; in getenv_quad() local 217 freeenv(value); in getenv_quad() 309 char *value; in kenv_acquire() local 314 if (value == NULL) in kenv_acquire() 316 return (value); in kenv_acquire() 339 int64_t value; in getenv_array() local 425 if (value < SCHAR_MIN || value > SCHAR_MAX) in getenv_array() 428 if (value < 0 || value > UCHAR_MAX) in getenv_array() 435 if (value < SHRT_MIN || value > SHRT_MAX) in getenv_array() 438 if (value < 0 || value > USHRT_MAX) in getenv_array() [all …]
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/ |
| H A D | nfp_cppcore.c | 445 value = rte_cpu_to_le_32(value); in nfp_cpp_area_writel() 446 sz = nfp_cpp_area_write(area, offset, &value, sizeof(value)); in nfp_cpp_area_writel() 469 value = rte_cpu_to_le_64(value); in nfp_cpp_area_writeq() 470 sz = nfp_cpp_area_write(area, offset, &value, sizeof(value)); in nfp_cpp_area_writeq() 494 value = rte_cpu_to_le_32(value); in nfp_cpp_writel() 495 sz = nfp_cpp_write(cpp, cpp_id, address, &value, sizeof(value)); in nfp_cpp_writel() 519 value = rte_cpu_to_le_64(value); in nfp_cpp_writeq() 520 sz = nfp_cpp_write(cpp, cpp_id, address, &value, sizeof(value)); in nfp_cpp_writeq() 625 uint32_t value) in nfp_xpb_writelm() argument 752 value = rte_cpu_to_le_32(value); in nfp_cpp_area_fill() [all …]
|
| /f-stack/freebsd/contrib/ck/include/ |
| H A D | ck_swlock.h | 38 uint32_t value; member 52 rw->value = 0; in ck_swlock_init() 80 ck_pr_inc_32(&rw->value); in ck_swlock_write_downgrade() 90 r = ck_pr_load_32(&rw->value); in ck_swlock_locked() 112 ck_pr_or_32(&rw->value, CK_SWLOCK_WRITER_BIT); in CK_ELIDE_TRYLOCK_PROTOTYPE() 125 ck_pr_or_32(&rw->value, CK_SWLOCK_WRITER_BIT); in ck_swlock_write_latch() 144 ck_pr_store_32(&rw->value, 0); in ck_swlock_write_unlatch() 158 uint32_t l = ck_pr_load_32(&rw->value); in CK_ELIDE_PROTOTYPE() 165 ck_pr_dec_32(&rw->value); in CK_ELIDE_PROTOTYPE() 190 ck_pr_dec_32(&rw->value); in ck_swlock_read_lock() [all …]
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_split_clients_module.c | 99 *v = part[i].value; in ngx_stream_split_clients_variable() 126 value = cf->args->elts; in ngx_conf_split_clients_block() 131 ccv.value = &value[1]; in ngx_conf_split_clients_block() 138 name = value[2]; in ngx_conf_split_clients_block() 208 value = cf->args->elts; in ngx_stream_split_clients() 215 if (value[0].len == 1 && value[0].data[0] == '*') { in ngx_stream_split_clients() 219 if (value[0].len == 0 || value[0].data[value[0].len - 1] != '%') { in ngx_stream_split_clients() 223 n = ngx_atofp(value[0].data, value[0].len - 1, 2); in ngx_stream_split_clients() 231 part->value.len = value[1].len; in ngx_stream_split_clients() 232 part->value.valid = 1; in ngx_stream_split_clients() [all …]
|
| H A D | ngx_stream_log_module.c | 735 if (value == NULL || value->not_found) { in ngx_stream_log_variable_getlen() 739 len = ngx_stream_log_escape(NULL, value->data, value->len); in ngx_stream_log_variable_getlen() 755 if (value == NULL || value->not_found) { in ngx_stream_log_variable() 761 return ngx_cpymem(buf, value->data, value->len); in ngx_stream_log_variable() 837 if (value == NULL || value->not_found) { in ngx_stream_log_json_variable_getlen() 841 len = ngx_escape_json(NULL, value->data, value->len); in ngx_stream_log_json_variable_getlen() 857 if (value == NULL || value->not_found) { in ngx_stream_log_json_variable() 862 return ngx_cpymem(buf, value->data, value->len); in ngx_stream_log_json_variable() 878 if (value == NULL || value->not_found) { in ngx_stream_log_unescaped_variable_getlen() 896 if (value == NULL || value->not_found) { in ngx_stream_log_unescaped_variable() [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | lzbe_pair.c | 189 if (ptr == NULL || key == NULL || value == NULL) in lzbe_add_pair() 204 rv = nvlist_add_byte(nv, key, *(uint8_t *)value); in lzbe_add_pair() 212 rv = nvlist_add_int16(nv, key, *(int16_t *)value); in lzbe_add_pair() 228 rv = nvlist_add_int32(nv, key, *(int32_t *)value); in lzbe_add_pair() 244 rv = nvlist_add_int64(nv, key, *(int64_t *)value); in lzbe_add_pair() 256 rv = nvlist_add_string(nv, key, value); in lzbe_add_pair() 260 rv = nvlist_add_byte_array(nv, key, value, size); in lzbe_add_pair() 264 rv = nvlist_add_int16_array(nv, key, value, size); in lzbe_add_pair() 272 rv = nvlist_add_int32_array(nv, key, value, size); in lzbe_add_pair() 312 rv = nvlist_add_int8(nv, key, *(int8_t *)value); in lzbe_add_pair() [all …]
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | configure | 68 have=NGX_PREFIX value="\"$NGX_PREFIX/\"" . auto/define 76 have=NGX_PREFIX value="\"$NGX_PREFIX/\"" . auto/define 84 have=NGX_SBIN_PATH value="\"$NGX_SBIN_PATH\"" . auto/define 85 have=NGX_CONF_PATH value="\"$NGX_CONF_PATH\"" . auto/define 86 have=NGX_PID_PATH value="\"$NGX_PID_PATH\"" . auto/define 87 have=NGX_LOCK_PATH value="\"$NGX_LOCK_PATH\"" . auto/define 90 have=NGX_HTTP_LOG_PATH value="\"$NGX_HTTP_LOG_PATH\"" . auto/define 99 have=NGX_HTTP_SCGI_TEMP_PATH value="\"$NGX_HTTP_SCGI_TEMP_PATH\"" 109 have=NGX_USER value="\"$NGX_USER\"" . auto/define 110 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define [all …]
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_radix_tree.c | 110 uintptr_t value) in ngx_radix32tree_insert() argument 141 node->value = value; in ngx_radix32tree_insert() 167 node->value = value; in ngx_radix32tree_insert() 240 uintptr_t value; in ngx_radix32tree_find() local 249 value = node->value; in ngx_radix32tree_find() 262 return value; in ngx_radix32tree_find() 270 uintptr_t value) in ngx_radix128tree_insert() argument 311 node->value = value; in ngx_radix128tree_insert() 345 node->value = value; in ngx_radix128tree_insert() 439 value = node->value; in ngx_radix128tree_find() [all …]
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_pause_64.h | 38 uint16_t value; in rte_wait_until_equal_16() local 61 __LOAD_EXC_16(addr, value, memorder) in rte_wait_until_equal_16() 62 if (value != expected) { in rte_wait_until_equal_16() 67 } while (value != expected); in rte_wait_until_equal_16() 76 uint32_t value; in rte_wait_until_equal_32() local 99 __LOAD_EXC_32(addr, value, memorder) in rte_wait_until_equal_32() 100 if (value != expected) { in rte_wait_until_equal_32() 105 } while (value != expected); in rte_wait_until_equal_32() 114 uint64_t value; in rte_wait_until_equal_64() local 138 if (value != expected) { in rte_wait_until_equal_64() [all …]
|