Home
last modified time | relevance | path

Searched refs:value (Results 1 – 25 of 3750) sorted by last modified time

12345678910>>...150

/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m22 set name=pkg.fmri value=pkg:/system/test/libctest@$(PKGVERS)
23 set name=pkg.summary value="C Library Unit Test Suite"
24 set name=pkg.description value="C library Unit Tests"
26 value=org.opensolaris.category.2008:Development/System
27 set name=variant.arch value=$(ARCH)
H A Ddiagnostic-cpu-counters.p5m29 set name=pkg.fmri value=pkg:/diagnostic/cpu-counters@$(PKGVERS)
30 set name=pkg.summary value="CPU Performance Counter libraries and utilities"
31 set name=pkg.description value="CPU Performance Counter libraries and utilities"
32 set name=info.classification value=org.opensolaris.category.2008:System/Core
33 set name=variant.arch value=$(ARCH)
H A Ddriver-cpu-amd-zen.p5m17 set name=pkg.fmri value=pkg:/driver/cpu/amd/zen@$(PKGVERS)
18 set name=pkg.summary value="AMD Zen Nexus Driver"
19 set name=pkg.description value="AMD Zen Nexus Driver"
20 set name=info.classification value=org.opensolaris.category.2008:System/Hardware
21 set name=variant.arch value=i386
H A Ddeveloper-driver-ftsafe.p5m26 set name=pkg.fmri value=pkg:/developer/driver/ftsafe@$(PKGVERS)
27 set name=pkg.summary value="ftSafe developer utilities package"
28 set name=pkg.description value="Driver Hardening Test Harness"
30 value=org.opensolaris.category.2008:Development/System
31 set name=variant.arch value=$(ARCH)
H A Dsystem-data-hardware-registry.p5m28 value=pkg:/system/data/hardware-registry@2024.3.31,$(PKGVERS_BUILTON)-$(PKGVERS_BRANCH)
29 set name=pkg.summary value="Hardware data files"
31 value="ASCII databases describing various PCI, USB and other hardware"
32 set name=info.classification value=org.opensolaris.category.2008:System/Hardware
33 set name=org.opensolaris.incorp-facet value=true
34 set name=variant.arch value=$(ARCH)
H A Ddriver-storage-nvme.p5m27 set name=pkg.fmri value=pkg:/driver/storage/nvme@$(PKGVERS)
28 set name=pkg.summary value="NVMe driver"
30 value="Driver for NVM Express compliant storage devices"
31 set name=info.classification value=org.opensolaris.category.2008:System/Hardware
32 set name=variant.arch value=i386
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c2261 uint64_t value; in nvl_add_zplprop() local
2268 if ((error = zfs_get_zplprop(os, prop, &value)) != 0) in nvl_add_zplprop()
2270 VERIFY(nvlist_add_uint64(props, zfs_prop_to_name(prop), value) == 0); in nvl_add_zplprop()
H A Ddmu_zfetch.c76 atomic_inc_64(&zfetch_stats.stat.value.ui64)
78 atomic_add_64(&zfetch_stats.stat.value.ui64, val)
80 zfetch_stats.stat.value.ui64 = val
82 zfetch_stats.stat.value.ui64
H A Darc.c537 while ((val) > (m = arc_stats.stat.value.ui64) && \
538 (m != atomic_cas_64(&arc_stats.stat.value.ui64, m, (val)))) \
543 ARCSTAT_MAX(stat##_max, arc_stats.stat.value.ui64)
574 #define ARCSTAT_F_AVG(stat, value) \ argument
578 (value) / ARCSTAT_F_AVG_FACTOR; \
6881 size->value.ui64 = zfs_refcount_count(&state->arcs_size); in arc_kstat_update_state()
6882 evict_data->value.ui64 = in arc_kstat_update_state()
6884 evict_metadata->value.ui64 = in arc_kstat_update_state()
H A Dspa_misc.c2099 sip->sip_load_state.value.ui64 = (uint64_t)load_state; in spa_import_progress_set_state()
2116 sip->sip_load_max_txg.value.ui64 = load_max_txg; in spa_import_progress_set_max_txg()
2133 sip->sip_mmp_sec_remaining.value.ui64 = in spa_import_progress_set_mmp_check()
2153 sip->sip_load_state.value.ui64 = (uint64_t)spa_load_state(spa); in spa_import_progress_add()
2171 sip->sip_load_state.value.ui64 = (uint64_t)spa_load_state(spa); in spa_import_progress_add()
2625 sysevent_value_t value = { in zfs_post_dle_sysevent() local
2627 .value = { in zfs_post_dle_sysevent()
2631 if (sysevent_add_attr(&attr, DEV_PHYS_PATH, &value, SE_SLEEP) != 0) { in zfs_post_dle_sysevent()
H A Ddsl_dataset.c382 value, mt, NULL, 0, NULL); in dsl_dataset_snap_lookup()
384 err = zap_lookup(mos, snapobj, name, 8, 1, value); in dsl_dataset_snap_lookup()
1239 uint64_t value; in dsl_dataset_snapshot_check_impl() local
2253 ZAP_MAXVALUELEN, value, source); in dsl_get_mountpoint()
2262 if (value[0] == '/') { in dsl_get_mountpoint()
2298 char *mnt = value; in dsl_get_mountpoint()
2299 if (value[1] == '\0' && (root[0] != '\0' || in dsl_get_mountpoint()
2301 mnt = value + 1; in dsl_get_mountpoint()
2304 (void) snprintf(value, ZAP_MAXVALUELEN, "%s%s", in dsl_get_mountpoint()
2307 (void) snprintf(value, ZAP_MAXVALUELEN, "%s%s%s%s", in dsl_get_mountpoint()
[all …]
/illumos-gate/usr/src/uts/intel/os/
H A Dcpuid.c3873 uint64_t value; in cpuid_basic_ppin() local
3875 value = rdmsr(MSR_PLATFORM_INFO); in cpuid_basic_ppin()
3876 if ((value & MSR_PLATFORM_INFO_PPIN) != 0) { in cpuid_basic_ppin()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h290 #define _zfs_expect(expr, value) (__builtin_expect((expr), (value))) argument
292 #define _zfs_expect(expr, value) (expr) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1263 stats[i].value.ui64 >> shift, suffix); in arc_print()
1266 stats[i].value.ui64); in arc_print()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c230 char value[20]; in comc_probe() local
265 snprintf(value, sizeof (value), "%s", in comc_probe()
279 snprintf(value, sizeof (value), "%s", in comc_probe()
373 if (value == NULL || *value == '\0') in comc_parse_mode()
474 if (value == NULL) in comc_mode_set()
485 (char *)value); in comc_mode_set()
508 if (value == NULL) in comc_cd_set()
521 (char *)value); in comc_cd_set()
545 if (value == NULL) in comc_rtsdtr_set()
558 (char *)value); in comc_rtsdtr_set()
[all …]
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c45 nwam_value_free(nwam_value_t value) in nwam_value_free() argument
49 if (value == NULL) in nwam_value_free()
52 switch (value->nwv_value_type) { in nwam_value_free()
54 free(value->nwv_values.nwv_boolean); in nwam_value_free()
57 free(value->nwv_values.nwv_int64); in nwam_value_free()
60 free(value->nwv_values.nwv_uint64); in nwam_value_free()
65 free(value->nwv_values.nwv_string); in nwam_value_free()
68 free(value); in nwam_value_free()
352 *typep = value->nwv_value_type; in nwam_value_get_type()
642 uint64_t value; member
[all …]
/illumos-gate/usr/src/common/nvpair/
H A Dnvpair.c2895 char *value = native->n_curr - nvp->nvp_size + NVP_VALOFF(nvp); in nvpair_native_embedded_array() local
2897 nvlist_t *packed = (nvlist_t *)((uintptr_t)value + len); in nvpair_native_embedded_array()
2904 bzero(value, len); in nvpair_native_embedded_array()
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_filter.c112 char *value = argt->nvarg_value; in fmd_log_filter_nv() local
124 if ((value != NULL) && in fmd_log_filter_nv()
126 value, value_regex, NULL) != 1)) { in fmd_log_filter_nv()
/illumos-gate/usr/src/cmd/fm/fmdump/common/
H A Dfmdump.c419 char *value; in setupnamevalue() local
424 if ((value = strchr(namevalue, '=')) == NULL) { in setupnamevalue()
427 *value++ = '\0'; /* separate name and value string */ in setupnamevalue()
433 while (isspace(*value)) in setupnamevalue()
434 value++; in setupnamevalue()
440 if ((rv = regcomp(value_regex, value, in setupnamevalue()
446 "%s: %s\n", value, errstr); in setupnamevalue()
454 argt->nvarg_value = value; in setupnamevalue()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1087 str = value; in zprop_print_one_property()
1195 if ((value[0] < '0' || value[0] > '9') && value[0] != '.') { in zfs_nicestrtonum()
1198 "bad numeric value '%s'"), value); in zfs_nicestrtonum()
1204 *num = strtoull(value, &end, 10); in zfs_nicestrtonum()
1222 double fval = strtod(value, &end); in zfs_nicestrtonum()
1274 char *value; in zprop_parse_value() local
1309 (void) nvpair_value_string(elem, &value); in zprop_parse_value()
1310 if (strcmp(value, "none") == 0) { in zprop_parse_value()
1312 } else if (strcmp(value, "auto") == 0) { in zprop_parse_value()
1314 } else if (zfs_nicestrtonum(hdl, value, ivalp) != 0) { in zprop_parse_value()
[all …]
H A Dlibzfs_sendrecv.c742 uint64_t value; in send_iterate_prop() local
744 ZPROP_VALUE, &value) == 0); in send_iterate_prop()
770 char *value; in send_iterate_prop() local
772 ZPROP_VALUE, &value) == 0); in send_iterate_prop()
773 VERIFY(0 == nvlist_add_string(nv, propname, value)); in send_iterate_prop()
775 uint64_t value; in send_iterate_prop() local
777 ZPROP_VALUE, &value) == 0); in send_iterate_prop()
778 VERIFY(0 == nvlist_add_uint64(nv, propname, value)); in send_iterate_prop()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher.c752 kstat_native->value.ui64 = stat->native; in fletcher_4_init()
757 kstat_byteswap->value.ui64 = stat->byteswap; in fletcher_4_init()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c665 char *value; in ztest_parse_name_value() local
676 *(value) = '\0'; in ztest_parse_name_value()
677 value++; in ztest_parse_name_value()
707 uint64_t value; in process_options() local
714 value = 0; in process_options()
1163 uint64_t value; in ztest_random_dsl_prop() local
1169 return (value); in ztest_random_dsl_prop()
1430 *ip++ = value; in ztest_pattern_set()
4792 value[i] = i; in ztest_zap()
4817 bzero(value, sizeof (value)); in ztest_zap()
[all …]
/illumos-gate/usr/src/uts/intel/sys/
H A Dvmm_dev.h266 uint8_t value; member
286 uint64_t value; member
/illumos-gate/usr/src/uts/intel/sockfs/
H A DMakefile73 CERRWARN += -_gcc=-Wno-unused-value

12345678910>>...150