Searched refs:max (Results 226 - 250 of 603) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-config.h69 * for more details. Note also (min, max)
71 * Note: Valid (min, max) range for each attribute is specified in the body of
149 * for more details. Note also (min, max)
151 * Note: Valid (min, max) range for each attribute is specified in the body of
197 * @max: Max numbers of TxDLs (that is, lists of Tx descriptors) per queue.
198 * @initial: Initial numbers of TxDLs per queue (can grow up to @max).
214 * Note: Valid (min, max) range for each attribute is specified in the body of
220 int max; member in struct:xge_hal_fifo_queue_t
273 * Note: Valid (min, max) range for each attribute is specified in the body of
319 * @max
370 int max; member in struct:xge_hal_ring_queue_t
[all...]
/illumos-gate/usr/src/uts/common/sys/1394/targets/av1394/
H A Dav1394_impl.h85 int q_max; /* max data size */
322 void av1394_initq(av1394_queue_t *q, ddi_iblock_cookie_t ibc, int max);
324 void av1394_setmaxq(av1394_queue_t *q, int max);
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c38 #define BOUNDS_CHECK_FAILS(arg, max) ((arg < 0) && (arg >= max))
/illumos-gate/usr/src/uts/sun4/ml/
H A Dcopy.s104 mov 0, %o2 ! max number of bytes moved
167 mov 0, %g3 ! max number of bytes moved
237 mov 0, %o2 ! max number of bytes moved
302 mov 0, %g3 ! max number of bytes moved
372 mov 0, %o2 ! max number of bytes moved
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c997 int max = 0, cmax, len; local
1001 max = (cmax > max) ? cmax : max;
1003 max = (len > max) ? len : max;
1005 return (max);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dzedboard.dts188 max-frequency = <50000000>;
H A Dzybo.dts188 max-frequency = <50000000>;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/redundancy/
H A Dredundancy.kshlib48 # Get random number between min and max number.
56 typeset -i max=$2
60 ((value = RANDOM % (max + 1)))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c199 #define MAXPACKET 4096 /* max packet size */
2001 int max = (int)IGNORE_PREFERENCE; local
2005 if (tp->preference > max)
2006 max = tp->preference;
2009 return (max);
2019 int max = max_preference(); local
2034 tp->preference == max)
2042 int max = max_preference(); local
2044 if (max != IGNORE_PREFERENCE) {
2047 if (tp->preference == max
2065 int max = max_preference(); local
2087 int max = max_preference(); local
[all...]
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c606 size_t pwlen, opwlen, max; local
612 max = pwdef->maxlength;
613 pwlen = MIN(strlen(pw), max);
614 opwlen = MIN(strlen(opw), max);
621 while (*opw != '\0' && *pw != '\0' && max-- != 0) {
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_node.c298 topo_instance_t min, topo_instance_t max)
314 if (min < 0 || max < min)
324 nhp->th_arrlen = max - min + 1;
331 nhp->th_range.tr_max = max;
342 "created node range %s[%d-%d]\n", name, min, max);
297 topo_node_range_create(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, topo_instance_t max) argument
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c51 int max; member in struct:__anon4209
61 if (sp->max <= sp->used)
85 string.max = n;
224 string.max = n;
244 if (string.used < string.max)
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_internal.c70 const char *c_max_prop = "max";
214 { "pset.max", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT, res_max_init,
571 uint64_t min, max; local
575 * max must be a uint
577 if (pool_value_get_uint64(pval, &max) != PO_SUCCESS) {
582 * max can't be less than min (if it exists)
590 if (max < min) {
595 * Ensure that changes to the max in a dynamic configuration
609 if (max < oldmax) {
611 * Ensure that the modified total max i
625 uint64_t min, max; local
1025 resource_get_max(const pool_resource_t *res, uint64_t *max) argument
[all...]
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3469 uint64_t *max)
3488 if (scf_value_get_count(val_max, max) < 0)
3492 *max = UINT64_MAX;
3778 uint64_t *max = NULL; local
3790 max = malloc(vals.value_count * sizeof (uint64_t));
3791 if (min == NULL || max == NULL) {
3796 /* min and max should be separated by a "," */
3807 max[i] = strtoull(one_range[1], &endptr, 10);
3812 if (min[i] > max[i]) {
3821 ranges->scr_max = max;
3468 scf_tmpl_prop_cardinality(const scf_prop_tmpl_t *t, uint64_t *min, uint64_t *max) argument
3877 int64_t *max = NULL; local
5285 _add_tmpl_count_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, uint64_t count, uint64_t *min, uint64_t *max) argument
5485 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument
5980 uint64_t min, max; local
[all...]
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c770 int max; local
788 max = sysconf(_SC_CPUID_MAX);
789 if ((designees = malloc(max * sizeof (*designees))) == NULL) {
795 if ((must_offline = malloc(max * sizeof (*designees))) == NULL) {
801 for (i = 0; i < max; i++) {
806 for (i = 0; i < max; i++) {
860 for (i = 0; i < max; i++) {
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_validate.c972 int max = 0; local
973 (void) get_max_number_of_devices(&max);
977 typestr, name, max);
1921 /* does # of components agree with min & max comps? */
1923 uint16_t max = 0; local
1944 if ((error = devconfig_get_stripe_maxcomp(req, &max)) != 0) {
1946 /* max comp not requested */
1952 } else if (ncomp > max) {
1957 voltype, ncomp, max);
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c522 unsigned int i, max; local
606 max = node.reqhdrsz;
608 max = MAX(max, hdr[i].nm_len);
609 max++;
611 buf = mdb_alloc(max, UM_SLEEP);
644 mdb_free(buf, max);
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c909 long max, max2; local
917 max = 0;
921 if (data > max) {
922 max2 = max;
923 max = data;
924 } else if (data > max2 && data != max)
945 prthist(graph, maxrow, scale, (long) (max*100*scale/at));
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c45 #define PFMAX(pf) ((pf)->data.data.fm.max)
52 Vmulong_t max; /* max busy space for region */ member in union:_pfdata_s::__anon2681
321 Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size)
323 static char* pfsummary(buf, na, sa, nf, sf, max, size)
329 Vmulong_t max;
341 if(max > 0)
343 buf = (*_Vmstrcpy)(buf, (*_Vmitoa)(max,-1), ':');
320 pfsummary(char* buf, Vmulong_t na, Vmulong_t sa, Vmulong_t nf, Vmulong_t sf, Vmulong_t max, Vmulong_t size) argument
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c73 #define MFLAG 0x004 /* set max field -- # of days passwd is valid */
849 case 'x': /* set the max date */
1246 int min = 0, max = 0, warn = 0; local
1273 max = attributes->data.val_i;
1288 if (max != -1) {
1300 (void) fprintf(stdout, "%4d ", max);
1723 attrlist *max = NULL; /* ATTR_MAX, if found */ local
1739 max = *w;
1747 if (max) {
1748 *w = max;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c50 static clock_t callout_max_ticks; /* max interval */
535 size_t max, size, osize; local
542 max = ct->ct_heap_max;
545 osize = sizeof (callout_heap_t) * max;
546 size = sizeof (callout_heap_t) * (max + callout_chunk);
565 if (max < ct->ct_heap_max) {
2055 size_t min, max; local
2064 max = ptob(physmem / CALLOUT_MEM_FRACTION);
2065 if (min > max)
2066 min = max;
[all...]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxpvtap.c1421 * Test to see if the max value is 64-bit aligned. If so, we don't need
1488 uint_t max; local
1498 max = rstruct->rs_max;
1502 * a free resource. There are a total of 'max'-'min'+1 resources.
1505 for (index = min; index <= max; index++) {
1522 * at 'max'+1.
1525 if (rstruct->rs_last > max) {
1537 * rollover at 'max'.
1540 if (rstruct->rs_last > max) {
1598 uint_t max; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_qp.c317 attr_p->qp_sizes.cs_sq = max(attr_p->qp_sizes.cs_sq, TAVOR_QP_MIN_SIZE);
318 attr_p->qp_sizes.cs_rq = max(attr_p->qp_sizes.cs_rq, TAVOR_QP_MIN_SIZE);
337 TAVOR_TNF_FAIL(IBT_HCA_WR_EXCEEDED, "max QP size");
350 TAVOR_TNF_FAIL(IBT_HCA_SGL_EXCEEDED, "max QP SGL");
413 qp->qp_wqinfo.qa_alloc_align = max(sq_wqe_size, rq_wqe_size);
414 qp->qp_wqinfo.qa_bind_align = max(sq_wqe_size, rq_wqe_size);
803 attr_p->qp_sizes.cs_sq = max(attr_p->qp_sizes.cs_sq, TAVOR_QP_MIN_SIZE);
804 attr_p->qp_sizes.cs_rq = max(attr_p->qp_sizes.cs_rq, TAVOR_QP_MIN_SIZE);
822 TAVOR_TNF_FAIL(IBT_HCA_WR_EXCEEDED, "max QP size");
835 TAVOR_TNF_FAIL(IBT_HCA_SGL_EXCEEDED, "max Q
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dreglib.h286 short max; member in struct:Celt_s
308 int max; /* max index */ member in struct:Vector_s
487 int max; member in struct:Trie_s
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c72 return (mb->max);
106 if (size > mb->max || (mb->scan + size) > mb->end)
144 mb->max = mb->count = size;

Completed in 197 milliseconds

1234567891011>>