Searched defs:range (Results 76 - 82 of 82) sorted by relevance

1234

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c2869 * where 0-6 is the range of indexes with value 1 (or GREEN), 7-12 the range
2889 boolean_t first_range; /* first range for a value to be printed ? */
2890 boolean_t found_range; /* did we find a range for this value ? */
2896 * if an enumeration retrieve value range.
2909 * for each value in range.
2920 * get first occurence of value for this range.
2932 * get last occurence of value for this range.
2940 * the first range for this value and this mustn't
2951 * print comma (range delimete
4312 char *range; local
[all...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c420 * Make it of the form 2**N - 1 in the range
453 * Allocate an id space to manage minor numbers. The range of the
2730 * range of the device's current minimum and the device's current maximum. eg. a
3353 * Helper function to initialize the range structure for use in
3358 _mac_set_range(mac_propval_range_t *range, uint32_t min, uint32_t max) argument
3360 range->mpr_count = 1;
3361 range->mpr_type = MAC_PROPVAL_UINT32;
3362 range->mpr_range_uint32[0].mpur_min = min;
3363 range->mpr_range_uint32[0].mpur_max = max;
3372 void *default_val, uint_t default_size, mac_propval_range_t *range,
3371 mac_prop_info(mac_handle_t mh, mac_prop_id_t id, char *name, void *default_val, uint_t default_size, mac_propval_range_t *range, uint_t *perm) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c2995 mdb_printf("attribute id number is out of range\n");
3644 * bucket numbers and the range of header sizes they correspond to:
3672 * And so on. Keep in mind that a range of sizes isn't used in
3727 char range[32]; local
3788 rc = mdb_snprintf(range, sizeof (range),
3792 rc = mdb_snprintf(range, sizeof (range),
3814 "Each bucket represents buffers of size: %s.\n", range);
3819 "Each bucket represents buffers of size: %s.\n", range);
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c233 * XXX -- fix zfs range locks to be generic so we can use them here.
793 ztest_random(uint64_t range) argument
799 if (range == 0)
805 return (r % range);
959 * range [initial_version, SPA_VERSION_FEATURES].
3627 * free_percent of the time, free a range of bigobj rather than
4974 * Each range can accept errors on only a single leaf vdev.
4983 * 0 to 32M: injection range for leaf 0
4985 * 64M to 96M: injection range for leaf 1
4987 * 128M to 160M: injection range fo
[all...]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dmegaraid_sas.h1499 } range[PCI_TYPE2_ADDRESSES-1]; member in struct:megasas_pci_common_header::__anon6101::__anon6104
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.h1877 } range[PCI_TYPE2_ADDRESSES-1]; member in struct:mrsas_pci_common_header::__anon287::__anon290
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c180 static dtrace_toxrange_t *dtrace_toxrange; /* toxic range array */
182 static int dtrace_toxranges_max; /* size of toxic range array */
377 * Test whether a range of memory starting at testaddr of size testsz falls
378 * within the range of memory described by addr, sz. We take care to avoid
400 * range. Allocations of size zero are allowed.
695 * the range to not include any dynamic variable metadata,
946 * range, it is required to ensure that the access is allowed.
15858 dtrace_toxrange_t *range; local
15871 range = kmem_zalloc(nsize, KM_SLEEP);
15875 bcopy(dtrace_toxrange, range, osiz
[all...]

Completed in 128 milliseconds

1234