Searched defs:max (Results 151 - 175 of 185) sorted by relevance

12345678

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c403 int max,n, **fdptrs = shp->fdptrs; local
409 max = strtol(astconf("OPEN_MAX",NiL,NiL),NiL,0);
410 if(fd >= max)
416 if(n > max)
417 n = max;
418 max = shp->gd->lim.open_max;
420 if(max)
421 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*));
423 if(max)
424 memcpy(shp->fdptrs,fdptrs,max*sizeo
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Drdb.c453 _amiga_loop_check (uint32_t block, uint32_t * blocklist, uint32_t max) argument
457 for (i = 0; i < max; i++)
462 blocklist[max] = block;
H A Ddos.c1984 PedGeometry max; local
1986 ped_geometry_init (&max, disk->dev, start, end - start + 1);
1987 return ped_constraint_new_from_max (&max);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_internal.c68 const char *c_max_prop = "max";
213 { "pset.max", POOL_VALUE_INITIALIZER, PP_STORED | PP_INIT, res_max_init,
570 uint64_t min, max; local
574 * max must be a uint
576 if (pool_value_get_uint64(pval, &max) != PO_SUCCESS) {
581 * max can't be less than min (if it exists)
589 if (max < min) {
594 * Ensure that changes to the max in a dynamic configuration
608 if (max < oldmax) {
610 * Ensure that the modified total max i
624 uint64_t min, max; local
1024 resource_get_max(const pool_resource_t *res, uint64_t *max) argument
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlwlan.c1801 useconds_t max; local
1806 max = DEFAULT_TIMEOUT;
1811 max = (*cp) * 1000000; /* convert to usecs */
1816 for (usecs = INIT_WAIT_USECS; max > 0; max -= usecs) {
1819 usecs = (usecs > max) ? max : usecs;
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1451 dtrace_aggvarid_t max = 0, aggvar; local
1472 if (aggvars[i] > max)
1473 max = aggvars[i];
1476 if ((map = dt_zalloc(dtp, (max + 1) * sizeof (int))) == NULL)
1491 assert(aggvar <= max);
1536 if ((id = dt_aggregate_aggvarid(h)) > max || !(ndx = map[id]))
1736 if ((id = dt_aggregate_aggvarid(h)) > max || !map[id])
1786 assert(id <= max);
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c338 topo_instance_t max, void *notused1, void *notused2)
353 if (min != max) {
356 "ambiguous instance number, min (%d) != max (%d).\n",
357 HC, min, max);
337 hc_enum(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused1, void *notused2) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dext2.c280 grub_uint16_t max; member in struct:grub_ext4_extent_header
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c123 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro
794 alloc_start = max (events[j - 1].pos, target);
976 alloc_start = max (events[j - 1].pos, target);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c896 I32 max; local
901 max = HvMAX(PL_strtab);
913 if (++riter > max)
2461 /* This message really ought to be max 23 lines.
H A Dpp.c1395 I32 max; local
1398 max = items * count;
1399 MEM_WRAP_CHECK_1(max, SV*, list_extend);
1400 if (items > 0 && max > 0 && (max < items || max < count))
1402 MEXTEND(MARK, max);
1437 SP += max;
3681 I32 max = -1; local
3684 if (elem > max)
3959 register I32 max = lastrelem - lastlelem; local
[all...]
H A Dpp_ctl.c1033 IV max; local
1045 max = SvIV(right);
1046 if (max >= i) {
1047 j = max - i + 1;
H A Dpp_sys.c2769 I32 max = 13; local
2794 max = 0;
2822 max = 0;
2829 XPUSHs(boolSV(max));
2832 if (max) {
2833 EXTEND(SP, max);
2834 EXTEND_MORTAL(max);
H A Dregexec.c3019 depending on the current iteration, min/max of {min,max} and
3099 cc.max = ARG2(scan);
3133 (long)cc->max, PTR2UV(cc))
3233 if (n >= cc->max) { /* Maximum greed exceeded? */
3268 if (n < cc->max) { /* More greed allowed? */
3361 n = ARG2(scan); /* max to match */
3523 n = ARG2(scan); /* max to match */
3529 n = ARG2(scan); /* max to match */
4015 S_regrepeat(pTHX_ regnode *p, I32 max) argument
4258 S_regrepeat_hard(pTHX_ regnode *p, I32 max, I32 *lp) argument
[all...]
H A Dop.c2374 U32 max = 0; local
2523 if (rfirst + diff > max)
2524 max = rfirst + diff;
2533 none = ++max;
2535 del = ++max;
2537 if (max > 0xffff)
2539 else if (max > 0xff)
3839 * treated as min/max values by 'pp_iterinit'.
H A Dperlio.c1242 PerlIO_list_t *layers, IV n, IV max)
1245 while (n < max) {
1241 PerlIO_apply_layera(pTHX_ PerlIO *f, const char *mode, PerlIO_list_t *layers, IV n, IV max) argument
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c321 static int wait_till(const char *fmri, const char *state, useconds_t max,
3674 useconds_t max; local
3737 /* Otherwise wait for max seconds (from the manifest) */
3738 max = get_timeout_value(dowhat, fmri, DEFAULT_TIMEOUT);
3739 status = wait_till(fmri, state, max, what, !is_maint);
3777 * Wait for "max" usecs for the service described by "fmri" to change
3782 wait_till(const char *fmri, const char *state, useconds_t max, argument
3787 for (; max > 0; max -= usecs) {
3790 usecs = (usecs > max)
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c292 int max; member in struct:nss_cfglist
528 cfg[i].max = NSS_CFG_INCR;
628 if (count >= comp->max) {
630 nsize = (comp->max + NSS_CFG_INCR) * sizeof (nss_cfgparam_t);
637 comp->max += NSS_CFG_INCR;
/osnet-11/usr/src/lib/rad/pyrad/common/
H A Dclient.py1104 max = vers.unpack_int() variable in class:RadConnection
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c1658 int i, max; local
1670 max = 2;
1671 if (smb_ads_alloc_attr(&attrs, max) != 0) {
1677 assert(i < max);
1682 assert(i < max);
1686 assert(i == max);
2166 int max; local
2176 max = 1;
2179 max = 3;
2185 if (smb_ads_alloc_attr(&attrs, max) !
2715 int max, i; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c2442 Idx max = mctx->state_log_top;
2447 if (++cur_str_idx > max)
2438 Idx max = mctx->state_log_top; local
/osnet-11/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
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3564 uint64_t *max)
3583 if (scf_value_get_count(val_max, max) < 0)
3587 *max = UINT64_MAX;
3873 uint64_t *max = NULL; local
3885 max = malloc(vals.value_count * sizeof (uint64_t));
3886 if (min == NULL || max == NULL) {
3891 /* min and max should be separated by a "," */
3902 max[i] = strtoull(one_range[1], &endptr, 10);
3907 if (min[i] > max[i]) {
3916 ranges->scr_max = max;
3563 scf_tmpl_prop_cardinality(const scf_prop_tmpl_t *t, uint64_t *min, uint64_t *max) argument
3972 int64_t *max = NULL; local
5396 _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
5596 _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
6091 uint64_t min, max; local
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_reads.c4349 * to reinit and retry (max 3 times) on retriable LDAP errors.
4425 * clear any leftover results if max retries have not been
5426 int cnt, max; local
5460 for (max = 1; (send = strchr(++send, SEMITOK)) != NULL;
5461 max++) {}
5462 authpp = (ns_auth_t **)calloc(++max, sizeof (ns_auth_t *));
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c2191 uint64_t max; local
2210 max = 0;
2215 if (ctlsnp->sen_instance > max)
2216 max = ctlsnp->sen_instance;
2227 "%llu %s nodes", cp->sec_csn, index, max + 1, SASEXPANDER);
2230 * The max number represent the number of elements
2237 * still creating the range based max number here.
2242 SASEXPANDER, 0, max) != 0) {
2296 * The max nubmer of the phy count is 256 since SES-2
2302 * matches with the max numbe
2474 uint64_t max; local
3175 int max; local
3303 int i, err, max; local
4164 ses_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *reqdata) argument
[all...]

Completed in 167 milliseconds

12345678