Home
last modified time | relevance | path

Searched refs:max (Results 151 – 175 of 723) sorted by relevance

12345678910>>...29

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c614 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
647 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
679 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
710 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
742 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
778 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
809 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
847 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
883 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
1033 entry_info.hwi_max = max; in tavor_rsrc_init_phase2()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Denv.c46 int max; member
94 if(ep->count > ep->max) in env_get()
101 ep->max = ep->count; in env_get()
207 ep->max = n-1; in env_open()
/illumos-gate/usr/src/lib/pam_modules/passwd_auth/
H A Dpasswd_auth.c83 int max; in pam_sm_authenticate() local
272 max = al[2].data.val_i; in pam_sm_authenticate()
275 if (max != -1 && lstchg != 0) { in pam_sm_authenticate()
293 if (min > max) { in pam_sm_authenticate()
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c192 int max = 0; in parse_hes_list() local
228 if ((num + 1) >= max || !pvt->proto.p_aliases) { in parse_hes_list()
229 max += 10; in parse_hes_list()
231 max * sizeof(char *)); in parse_hes_list()
H A Ddns_sv.c186 int max = 0; in parse_hes_list() local
235 if ((num + 1) >= max || !pvt->serv.s_aliases) { in parse_hes_list()
236 max += 10; in parse_hes_list()
238 max * sizeof(char *)); in parse_hes_list()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_idspace.c35 fmd_idspace_create(const char *name, id_t min, id_t max) in fmd_idspace_create() argument
45 ASSERT(min >= 0 && max >= 0); in fmd_idspace_create()
46 ASSERT(max >= min); in fmd_idspace_create()
51 hashmax = max - min + 1; in fmd_idspace_create()
65 ids->ids_maxid = max; in fmd_idspace_create()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_strlen.c280 sval_t max; in get_size_from_strlen() local
284 max = rl_max(rl); in get_size_from_strlen()
285 if (sval_is_negative(max) || sval_is_max(max)) in get_size_from_strlen()
288 return max.value + 1; /* add one because strlen doesn't include the NULL */ in get_size_from_strlen()
H A Dcheck_zero_to_err_ptr.c87 tmp->max.value == -1) in is_non_zero_int()
91 tmp->max.value == INT_MAX) in is_non_zero_int()
116 if (tmp->min.value == 0 || tmp->max.value == 0) in has_distinct_zero()
H A Dcheck_get_user_overflow.c122 sval_t max; in check_expr() local
130 get_absolute_max(expr, &max); in check_expr()
131 if (sval_cmp_val(max, 20000) > 0) in check_expr()
H A Dsmatch_sval.c204 sval_t max = sval_type_max(sval.type); in sval_is_max() local
210 return (sval.uvalue >= max.value); in sval_is_max()
211 return (sval.value >= max.value); in sval_is_max()
649 sval_t max, min; in sval_binop_overflows() local
657 max = sval_type_max(type); in sval_binop_overflows()
669 if (left.uvalue > max.uvalue - right.uvalue) in sval_binop_overflows()
676 if (left.value > max.value / right.value) in sval_binop_overflows()
683 return right.uvalue != 0 && left.uvalue > max.uvalue / right.uvalue; in sval_binop_overflows()
708 if (sval_cmp(left, sval_binop(max, invert_op(op), right)) > 0) in sval_binop_overflows()
/illumos-gate/usr/src/common/font/
H A Dfont.c319 unsigned min, mid, max; in font_bisearch() local
322 max = len - 1; in font_bisearch()
334 if (src > map[max].font_src + map[max].font_len) in font_bisearch()
338 while (max >= min) { in font_bisearch()
339 mid = (min + max) / 2; in font_bisearch()
341 max = mid - 1; in font_bisearch()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dufn.c99 int max, i, err, scope = 0, phase, tries; in ldap_ufn_search_ctx() local
167 i = 0, max = 0; in ldap_ufn_search_ctx()
183 max = 8; in ldap_ufn_search_ctx()
184 } else if ( i >= max ) { in ldap_ufn_search_ctx()
186 dns, sizeof(char *) * 2 * max )) in ldap_ufn_search_ctx()
193 max *= 2; in ldap_ufn_search_ctx()
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_sgettpent.c73 get_tn_sl_range(brange_t *range, char *min, char *max) in get_tn_sl_range() argument
77 if (min == NULL && max == NULL) in get_tn_sl_range()
81 if (max == NULL) in get_tn_sl_range()
88 if (str_to_label(max, &slp, MAC_LABEL, L_NO_CORRECTION, NULL) != 0) in get_tn_sl_range()
/illumos-gate/usr/src/cmd/projects/
H A Dprojects.c123 int max = 0; in max_projname() local
127 if ((len = strlen(pl->pl_name)) > max) in max_projname()
128 max = len; in max_projname()
129 return (max); in max_projname()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.parameter_implications.add10 * about the min and the max. We start counting the first parameter at zero.
15 rw_verify_area "-4095-(-1)" 3 "min-max"
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf72 max-frame-length=2048;
235 pci-max-read-request=2048;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c1859 max = 0; in lgrp_plat_latency_adjust()
1868 if (t > max) in lgrp_plat_latency_adjust()
1869 max = t; in lgrp_plat_latency_adjust()
1871 if (min != max) { in lgrp_plat_latency_adjust()
2451 hrtime_t max; in lgrp_plat_probe_time() local
2490 max = 0; in lgrp_plat_probe_time()
2534 max = elapsed; in lgrp_plat_probe_time()
2643 hrtime_t max; in lgrp_plat_process_slit() local
2682 max = latency; in lgrp_plat_process_slit()
2783 max = latency; in lgrp_plat_process_sli()
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dinsert2.test152 INSERT INTO t4 SELECT x+(SELECT max(x) FROM t4),y FROM t4;
153 INSERT INTO t4 SELECT x+(SELECT max(x) FROM t4),y FROM t4;
154 INSERT INTO t4 SELECT x+(SELECT max(x) FROM t4),y FROM t4;
155 INSERT INTO t4 SELECT x+(SELECT max(x) FROM t4),y FROM t4;
172 INSERT INTO t4 SELECT x+(SELECT max(x)+1 FROM t4),y FROM t4;
H A Dselect6.test70 (SELECT max(x),y FROM t1 GROUP BY y) as b
76 SELECT a.y, a.[count(*)], [max(x)], [count(*)]
78 (SELECT max(x),y FROM t1 GROUP BY y) as b
86 (SELECT max(x) as r, y as s FROM t1 GROUP BY y) as b
94 (SELECT max(x) as r, y as s, min(x)+y FROM t1 GROUP BY y) as b
126 (SELECT max(a),b FROM t2 GROUP BY b) as b
132 SELECT a.b, a.[count(*)], [max(a)], [count(*)]
134 (SELECT max(a),b FROM t2 GROUP BY b) as b
142 (SELECT max(a) as r, b as s FROM t2 GROUP BY b) as b
150 (SELECT max(a) as r, b as s FROM t2 GROUP BY s) as b
[all …]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dloadfilters.c192 getfields(int fd, char *fields[], char *buf, int bufsiz, int max, char *seps) in getfields() argument
226 if (n < max) { in getfields()
248 while (n < max) in getfields()
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dltablib.c25 lua_Number max = 0; in maxn() local
32 if (v > max) max = v; in maxn()
35 lua_pushnumber(L, max); in maxn()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Drune.c126 int len = frr[x].max - frr[x].min + 1; in _Read_RuneMagi()
191 rr[x].__max = frr[x].max; in _Read_RuneMagi()
209 rr[x].__max = frr[x].max; in _Read_RuneMagi()
217 rr[x].__max = frr[x].max; in _Read_RuneMagi()
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena.c769 uint32_t max = ENAHW_MAX_NUM_IO_QUEUES; in ena_set_max_io_queues() local
771 max = MIN(ncpus_online, max); in ena_set_max_io_queues()
779 max = MIN(ena->ena_tx_max_sq_num, max); in ena_set_max_io_queues()
780 max = MIN(ena->ena_tx_max_cq_num, max); in ena_set_max_io_queues()
781 max = MIN(ena->ena_rx_max_sq_num, max); in ena_set_max_io_queues()
782 max = MIN(ena->ena_rx_max_cq_num, max); in ena_set_max_io_queues()
786 if (max == 0) { in ena_set_max_io_queues()
787 max = 1; in ena_set_max_io_queues()
790 ena->ena_max_io_queues = max; in ena_set_max_io_queues()
1164 aq->ea_cmd_timeout_ns = max(cmd_timeout, ena_admin_cmd_timeout_ns); in ena_attach_device_init()
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_data.c91 int max = c->maxgrow; in _grow_field() local
103 if (max) in _grow_field()
104 grow = MIN(max - c->dcols, grow); in _grow_field()
108 if (c->dcols == max) in _grow_field()
113 if (max) in _grow_field()
114 grow = MIN(max - c->drows, grow); in _grow_field()
119 if (c->drows == max) in _grow_field()
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_sec_mechs.c194 intptr_t max; in nextfield() local
203 max = (intptr_t)op + n; in nextfield()
205 (intptr_t)dst < max) in nextfield()
209 if ((intptr_t)dst >= max) in nextfield()
769 const char *max = src + mechaliaslen; in __nis_authtype2mechalias() local
774 while (*src && src < max - 1) in __nis_authtype2mechalias()
803 const char *max = src + authtypelen; in __nis_mechalias2authtype() local
817 while (*src && src < max - 1) in __nis_mechalias2authtype()

12345678910>>...29