Home
last modified time | relevance | path

Searched refs:max (Results 251 – 275 of 723) sorted by relevance

1...<<11121314151617181920>>...29

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c160 topo_instance_t min, topo_instance_t max, cpu_node_t *cpuip) in cpu_create() argument
194 topo_instance_t min, topo_instance_t max, void *arg, void *notused2) in cpu_enum() argument
217 return (cpu_create(mod, pnode, name, min, max, cpuip)); in cpu_enum()
230 min, max, NULL) < 0) { in cpu_enum()
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl623 my $max = $root;
624 map { $max = $_ if $max < $_ } @$lgrps1;
627 my $lgwidth = length($max) + 1;
/illumos-gate/usr/src/cmd/mdb/common/modules/nfs/
H A Dnfssrv.c472 u_longlong_t max = 0; in calc_hashdist() local
499 if (len > max) in calc_hashdist()
500 max = len; in calc_hashdist()
511 max, (sum_sqr - (sum * sum) / arg->size) / arg->size); in calc_hashdist()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.multiaggs2.d49 @d = max(i);
H A Dtst.multiaggs3.d53 @e = max(i);
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c228 getaline(char *ptr2line, int max, FILE *f) in getaline() argument
231 for (i = 0; i < max-1 && (ch = getc(f)) != EOF; ) in getaline()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dopen_memstream.c57 memstream_seek(size_t base, off_t off, size_t max, size_t *nposp) in memstream_seek() argument
74 if (npos > max) { in memstream_seek()
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h218 #ifndef max
219 #define max MAX macro
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Dprint.h74 #define max(a, b) ((a) > (b)? (a): (b)) macro
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.basics.d42 @d = max(1);
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c886 size_t min, max, size; in leaky_subr_dump() local
924 min = max = lkb->lkb_data; in leaky_subr_dump()
931 if (size > max) in leaky_subr_dump()
932 max = size; in leaky_subr_dump()
938 if (min == max) in leaky_subr_dump()
942 min, max); in leaky_subr_dump()
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DSLPConfig.java411 double max = (double)getRandomWaitBound(); in getRandomWait() local
413 return (long)(max * r); in getRandomWait()
1416 int max) { in capTimeouts() argument
1427 if (totalWait >= min && totalWait <= max) { in capTimeouts()
1436 averagedTimeout = max / timeouts.length; in capTimeouts()
1443 String.valueOf(max), in capTimeouts()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dreglib.h286 short max; member
308 ssize_t max; /* max index */ member
487 int max; member
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c607 size_t pwlen, opwlen, max; in check_diff() local
613 max = pwdef->maxlength; in check_diff()
614 pwlen = MIN(strlen(pw), max); in check_diff()
615 opwlen = MIN(strlen(opw), max); in check_diff()
622 while (*opw != '\0' && *pw != '\0' && max-- != 0) { in check_diff()
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c3469 uint64_t *max) in scf_tmpl_prop_cardinality() argument
3492 *max = UINT64_MAX; in scf_tmpl_prop_cardinality()
3778 uint64_t *max = NULL; in _scf_tmpl_get_count_ranges() local
3821 ranges->scr_max = max; in _scf_tmpl_get_count_ranges()
3827 free(max); in _scf_tmpl_get_count_ranges()
3877 int64_t *max = NULL; in _scf_tmpl_get_int_ranges() local
3921 ranges->sir_max = max; in _scf_tmpl_get_int_ranges()
3927 free(max); in _scf_tmpl_get_int_ranges()
5346 if (max == NULL) { in _add_tmpl_count_error()
5546 if (max == NULL) { in _add_tmpl_int_error()
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dcallout.c536 size_t max, size, osize; in callout_heap_expand() local
543 max = ct->ct_heap_max; in callout_heap_expand()
546 osize = sizeof (callout_heap_t) * max; in callout_heap_expand()
547 size = sizeof (callout_heap_t) * (max + callout_chunk); in callout_heap_expand()
566 if (max < ct->ct_heap_max) { in callout_heap_expand()
2056 size_t min, max; in callout_mp_init() local
2065 max = ptob(physmem / CALLOUT_MEM_FRACTION); in callout_mp_init()
2066 if (min > max) in callout_mp_init()
2067 min = max; in callout_mp_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs.conf107 max-xfer-size=339968;
/illumos-gate/usr/src/cmd/tbl/
H A Dts.c63 max(int a, int b) in max() function
H A Dt4.c71 ncol = max(ncol, icol); in readspec()
284 sep[icol-1] = max(sep[icol-1], numb(sn)); in readspec()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmmopen.c495 static Vmuchar_t *max = (Vmuchar_t*)_map_max; in vmmaddress()
500 if(_map_dir == 0 || (min+size) > max) in vmmaddress()
507 { max -= size; in vmmaddress()
508 avail = (Void_t*)max; in vmmaddress()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_ndd.c61 bge_nd_get_prop_val(dev_info_t *dip, char *nm, long min, long max, int *pval) in bge_nd_get_prop_val() argument
70 if (*pval >= min && *pval <= max) in bge_nd_get_prop_val()
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c38 #define BOUNDS_CHECK_FAILS(arg, max) ((arg < 0) && (arg >= max)) argument
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c63 max(a, b) in max() function
99 wmove(win->x_win, win->x_line, max(--win->x_col, 0));
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c811 uint64_t num, max, num_prealloc; in hermon_rsrc_init_phase2() local
857 max = ((uint64_t)1 << devlim->log_max_mtt); in hermon_rsrc_init_phase2()
864 max = ((uint64_t)1 << devlim->log_max_dmpt); in hermon_rsrc_init_phase2()
871 max = ((uint64_t)1 << devlim->log_max_qp); in hermon_rsrc_init_phase2()
878 max = ((uint64_t)1 << devlim->log_max_cq); in hermon_rsrc_init_phase2()
885 max = ((uint64_t)1 << devlim->log_max_srq); in hermon_rsrc_init_phase2()
892 max = ((uint64_t)1 << devlim->log_max_eq); in hermon_rsrc_init_phase2()
921 entry_info.hwi_max = max; in hermon_rsrc_init_phase2()
965 entry_info.hwi_max = max; in hermon_rsrc_init_phase2()
1177 max = num; in hermon_rsrc_init_phase2()
[all …]
/illumos-gate/usr/src/lib/libsmbfs/
H A Dcflib.h69 int max; /* max for ival */ member

1...<<11121314151617181920>>...29