Searched defs:max (Results 101 - 125 of 348) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c359 int min = 0, max = 0; local
474 rv = topo_node_range_create(mod, *t_node, DISK, min, max);
482 rv = topo_mod_enumerate(mod, *t_node, DISK, DISK, min, max,
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcm.h30 int max, nfds; member in struct:select_state
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_int.h119 int max; member in struct:profile_string_list
H A Dprof_parse.c457 size_t cur, max; member in struct:prof_buf
465 if (b->max - b->cur < len) {
469 newsize = b->max + (b->max >> 1) + len + 1024;
476 b->max = newsize;
498 if (prof_buf.max - prof_buf.cur > (prof_buf.max >> 3)) {
/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/libdtrace/common/
H A Ddt_map.c40 dt_strdata_add(dtrace_hdl_t *dtp, dtrace_recdesc_t *rec, void ***data, int *max) argument
49 if (rec->dtrd_format <= *max &&
70 while (rec->dtrd_format > (maxformat = *max)) {
85 *max = new_max;
113 dtrace_id_t max; local
118 while (id >= (max = dtp->dt_maxprobe) || dtp->dt_pdesc == NULL) {
119 dtrace_id_t new_max = max ? (max << 1) : 1;
134 size_t osize = max * sizeof (void *);
316 dtrace_id_t max; local
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DDistribution.java167 long max; // next bucket minus one
168 long[] range; // two element array: { min, max }
173 max = range[1];
174 bucket = new Distribution.Bucket(min, max, frequencies[i]);
210 long max = range[1];
216 if (bucket.getMax() != max) {
217 throw new IllegalArgumentException("bucket max " +
218 bucket.getMax() + " at index " + i + ", expected " + max);
350 * Distribution} are consecutive, such that the max of one bucket is
363 private final long max; field in class:Distribution.Bucket
[all...]
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c93 int max = c->maxgrow; local
105 if (max)
106 grow = MIN(max - c->dcols, grow);
110 if (c->dcols == max)
115 if (max)
116 grow = MIN(max - c->drows, grow);
121 if (c->drows == max)
H A Dutility.c451 int max = f->maxgrow; local
461 } else if (!max || (onerow && f->dcols < max) ||
462 (!onerow && f->drows < max)) {
/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/libnisdb/yptol/
H A Dmap_ctrl.c64 * max_map: max number of maps in map_id_list
746 get_list_max(map_id_elt_t ***list, int *max) argument
749 *max = max_map;
/illumos-gate/usr/src/lib/libproc/i386/
H A DPisadep.c141 ulong_t count, max; local
143 max = MIN(sz / sizeof (long), TR_ARG_MAX);
150 return (max);
160 return (max);
164 return (MIN(count, max));
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_times_power.c97 unsigned short productsize, trailing_zeros_to_delete, needed_precision, *pp, *table[3], max[3], *start[3], *lz[3], tablepower[3]; local
112 max[0] = _max_tiny_powers_two;
113 max[1] = _max_small_powers_two;
114 max[2] = _max_big_powers_two;
131 max[0] = _max_tiny_powers_ten;
132 max[1] = _max_small_powers_ten;
133 max[2] = _max_big_powers_ten;
149 tablepower[i] = n % max[i];
150 n = n / max[i];
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_event.c271 static au_event_t max; /* the highest event number in the file */ local
316 max = 0;
333 if (p_event->ae_number > max) {
334 max = p_event->ae_number;
363 index_tbl = calloc(max+1, sizeof (au_event_ent_t *));
370 for (i = 0; (au_event_t)i < max; i++) {
383 if (event_number > max || event_number < min) {
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c101 int max, i, err, scope = 0, phase, tries; local
169 i = 0, max = 0;
185 max = 8;
186 } else if ( i >= max ) {
188 dns, sizeof(char *) * 2 * max ))
195 max *= 2;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c552 int max, cur, len, gotsome; local
555 max = cur = gotsome = 0;
587 while ( cur + (len + 1) > max ) {
589 max += BUFSIZ;
590 buf = (char *) malloc( max );
592 max *= 2;
593 buf = (char *) realloc( buf, max );
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dtparm.c65 #define max(a,b) ((a) > (b) ? (a) : (b)) macro
458 for (i = 0; i < max(popcount, number); i++) {
/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c125 int max = 0; local
129 if ((len = strlen(pl->pl_name)) > max)
130 max = len;
131 return (max);
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c89 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
156 char buf[max(MAXDIGS, max(MAXFCVT + DMAXEXP, MAXECVT) + 1)];
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c228 getaline(char *ptr2line, int max, FILE *f) argument
231 for (i = 0; i < max-1 && (ch = getc(f)) != EOF; )
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_check.c49 int max = 0; local
108 if (ap >= max)
109 max = ap + 1;
134 if (ap >= max)
135 max = ap + 1;
260 if (arg >= max)
261 max = arg + 1;
269 for (arg = 0; arg < max; arg++) {
274 return (max);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c689 int i, n, max; local
696 max = sasd_dev_count();
698 tip_save = tip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max);
699 dcp_save = dcp = ndmp_malloc(sizeof (ndmp_device_capability_v3) * max);
700 envp_save = envp = ndmp_malloc(sizeof (ndmp_pval) * max * 3);
713 for (i = n = 0; i < max; i++) {
751 if (n == 0 || max <= 0) {
793 int i, n, max; local
800 max = sasd_dev_count();
801 sip_save = sip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max);
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h164 inline double max(const Double& x, const Double& y) { function
167 inline double max(const Double& x, double y) { function
170 inline double max(double x, const Double& y) { function
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c193 ipdadm_parse_long(const char *str, const char *name, long min, long max) argument
216 if (val < min || val > max) {
218 "%ld inclusive\n", g_pname, name, min, max);
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dspecial.c140 * int i = 0, j, max;
142 * if (get_special_contents(NULL, &ppcSC, &max) != 0) exit(1);
156 search_special_contents(char **ppcSC, const char *pcpath, int *piX, int max) argument
159 if (ppcSC == NULL || *piX == max)
162 while (*piX < max) {
314 * max The number of entries allocated.
321 free_special_contents(char ***pppcSC, int max) argument
329 for (i = 0; ppc != NULL && i < max; i++)
372 * max The number of special contents rules.
383 char **ppcSC, int max, in
382 generate_special_contents_rules(int ient, struct cfent **ppcfent, char **ppcSC, int max, int **ppiIndex) argument
511 int max; /* Max number of special contents entries. */ local
[all...]

Completed in 173 milliseconds

1234567891011>>