Searched refs:max (Results 126 - 150 of 603) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_get.c36 list->max = 10;
37 list->list = malloc(list->max * sizeof(char *));
63 list->num = list->max = 0;
75 if (list->num+1 >= list->max) {
76 newmax = list->max + 10;
80 list->max = newmax;
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix_irm.c462 /* Apply the max. limit */
464 uint_t max; local
466 max = apix_system_max_vectors -
470 new_pool_size = MIN(new_pool_size, max);
568 /* Apply the max. limit */
570 uint_t max; local
572 max = apix_system_max_vectors -
576 new_pool_size = MIN(new_pool_size, max);
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c379 ct[rl.runetype_ext_nranges-1].max = wc;
386 ct[rl.runetype_ext_nranges - 1].max = wc;
394 lo[rl.maplower_ext_nranges-1].max = wc;
401 lo[rl.maplower_ext_nranges - 1].max = wc;
410 up[rl.mapupper_ext_nranges-1].max = wc;
417 up[rl.mapupper_ext_nranges - 1].max = wc;
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu.c445 int max = -1; local
454 * find the min/max id of cpus per this cmp and create a cpu range
459 if ((max < 0) || (chip->cpus[i].cpumap_pid > max))
460 max = chip->cpus[i].cpumap_pid;
462 if (min < 0 || max < 0)
465 if (topo_node_range_create(mod, rnode, name, 0, max+1) < 0) {
467 max, topo_mod_errmsg(mod));
502 topo_instance_t min, topo_instance_t max, void *arg, void *notused)
501 cpu_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
/illumos-gate/usr/src/cmd/eqn/
H A Dparen.c19 extern int max();
33 n = max(b1+VERT(1), h1-b1-VERT(1)) / VERT(1);
/illumos-gate/usr/src/cmd/format/
H A Dmisc.h57 #ifndef max
58 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
59 #endif /* max */
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dlexer.c154 static char *yytexttostr(offset, max)
155 int offset, max;
161 (yytext[offset] == yytext[offset + max - 1])) {
163 max--;
166 if (max > yylast)
167 max = yylast;
168 str = malloc(max + 1);
170 for (i = offset; i < max; i++)
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.d203 this->priority] = max(self->lt_sleep_duration);
221 max(self->lt_sch_delay);
234 @lt_named_max[pid, tid, "Adapt. lock spin"] = max(arg1);
242 @lt_named_max[pid, tid, "Spinlock spin"] = max(arg1);
253 @lt_named_max[pid, tid, "#Adapt. lock block"] = max(arg1);
261 @lt_named_max[pid, tid, "#RW. lock block"] = max(arg1);
295 this->wchan] = max(this->wtime);
365 this->priority] = max(self->lt_timestamp);
388 this->priority] = max(self->lt_timestamp);
/illumos-gate/usr/src/uts/common/inet/
H A Dtunables.c221 uint32_t *min, uint32_t *max)
227 *max = maxbuf_pinfo->prop_cur_uval;
243 uint32_t min, max; local
253 mod_get_buf_prop_range(ptbl, pinfo, &min, &max);
254 if (new_value < min || new_value > max)
273 uint32_t min, max; local
276 mod_get_buf_prop_range(ptbl, pinfo, &min, &max);
277 nbytes = snprintf(pval, psize, "%u-%u", min, max);
220 mod_get_buf_prop_range(mod_prop_info_t ptbl[], mod_prop_info_t *pinfo, uint32_t *min, uint32_t *max) argument
/illumos-gate/usr/src/uts/common/sys/
H A Dvmem_impl.h88 #define VMEM_QCACHE_SLABSIZE(max) \
89 MAX(1 << highbit(3 * (max)), 64)
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-config.c170 new_queue->max = new_queue->initial;
172 if ((new_queue->max < XGE_HAL_MIN_FIFO_QUEUE_LENGTH) ||
173 (new_queue->max > XGE_HAL_MAX_FIFO_QUEUE_LENGTH)) {
177 if (new_queue->max < new_config->reserve_threshold) {
228 new_config->max = new_config->initial;
230 if ((new_config->max < XGE_HAL_MIN_RING_QUEUE_BLOCKS) ||
231 (new_config->max > XGE_HAL_MAX_RING_QUEUE_BLOCKS)) {
406 total_fifo_length += new_config->queue[i].max;
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dexynos5.dtsi163 max-frequency = <24000000>; /* TODO: verify freq */
172 max-frequency = <24000000>;
181 max-frequency = <24000000>;
190 max-frequency = <24000000>;
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade.kshlib152 typeset max=$2
156 rand=$(( $RANDOM % $max + 1))
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_walker.c495 uint32_t max; local
586 (void) nvlist_lookup_uint32(hc_range, PI_STR_MAX, &max);
588 max = MAX(max, (uint32_t)inst);
590 (void) nvlist_add_uint32(hc_range, PI_STR_MAX, max);
632 (void) nvlist_lookup_uint32(hc_range, PI_STR_MAX, &max);
640 min, max, hc_name);
642 (topo_instance_t)min, (topo_instance_t)max);
646 "nodes of type %s\n", min, max, hc_name);
661 uint32_t min, uint32_t max)
660 pi_walkerlist_addtype(topo_mod_t *mod, nvlist_t *typelist, char *hc_name, uint32_t min, uint32_t max) argument
[all...]
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.c320 gethname(au_tid_addr_t *tid, char *p, size_t max, char *prefix, argument
332 if (prefix_len > max)
337 max -= prefix_len;
355 if (l > max)
356 l = max;
402 if (l > max)
403 l = max;
418 getuname(uid_t uid, gid_t gid, char *p, size_t max, char *prefix, argument
428 if (prefix_len > max)
435 max
[all...]
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c83 int max; local
272 max = al[2].data.val_i;
275 if (max != -1 && lstchg != 0) {
290 * users with min>max are not allowed to
293 if (min > max) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Denv.c46 int max; member in struct:_env_
94 if(ep->count > ep->max)
101 ep->max = ep->count;
207 ep->max = n-1;
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c73 get_tn_sl_range(brange_t *range, char *min, char *max) argument
77 if (min == NULL && max == NULL)
81 if (max == NULL)
88 if (str_to_label(max, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0)
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c196 int max = 0; local
232 if ((num + 1) >= max || !pvt->proto.p_aliases) {
233 max += 10;
235 max * sizeof(char *));
H A Ddns_sv.c190 int max = 0; local
239 if ((num + 1) >= max || !pvt->serv.s_aliases) {
240 max += 10;
242 max * sizeof(char *));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h111 #define max(a, b) ((a) < (b)? (b): (a)) macro
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c126 int len = frr[x].max - frr[x].min + 1;
191 rr[x].__max = frr[x].max;
209 rr[x].__max = frr[x].max;
217 rr[x].__max = frr[x].max;
/illumos-gate/usr/src/lib/libc/port/print/
H A Dprint.h75 /* DECIMAL_STRING_LENGTH in floatingpoint.h is max buffer size */
100 #define max(a, b) ((a) > (b)? (a): (b)) macro
/illumos-gate/usr/src/head/
H A Dmacros.h41 * max() and min() depend on the types of the operands
45 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_proto.h58 extern unsigned int max(unsigned int, unsigned int);

Completed in 156 milliseconds

1234567891011>>