Searched refs:max (Results 326 - 350 of 603) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h104 int32_t max; member in struct:event_abs_axis
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c122 /* the interval timer initial count is 32 bit max */
266 * further than what we are capable of. Set to max
338 delta = max(delta, 0);
/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_debug.c93 rds_debug_buf_size = max(RDS_MIN_DEBUG_BUF_SIZE,
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3_debug.c90 rdsv3_debug_buf_size = max(RDSV3_MIN_DEBUG_BUF_SIZE,
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c101 } else { /* max'ed out, so use MAX LONGLONG */
184 ibtf_debug_buf_size = max(IBTF_MIN_DEBUG_BUF_SIZE,
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h38 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/illumos-gate/usr/src/boot/sys/boot/i386/boot2/
H A DMakefile44 --param max-inline-insns-single=100
/illumos-gate/usr/src/uts/common/io/vnic/
H A Dvnic_dev.c1140 uint32_t max; local
1154 &max, sizeof (uint32_t)) != 0) {
1166 mac_prop_info_set_default_uint32(prh, max);
1168 range.mpr_range_uint32[0].mpur_min, max);
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h184 int vmxnet3_getprop(vmxnet3_softc_t *dp, char *name, int min, int max,
/illumos-gate/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;
/illumos-gate/usr/src/cmd/fm/fmadm/common/
H A Dfaulty.c975 dgettext("FMD", "max"),
979 dgettext("FMD", "max"),
1096 dgettext("FMD", "max"), list->max_pct);
1099 dgettext("FMD", "max"), list->max_pct);
1183 int n, j, k, max; local
1188 max = max_fault;
1189 if (max < 0) {
1190 max = 0;
1192 j = max / 2;
1193 max
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c600 const unsigned char *max = txt + txtLen; local
630 while (txt < max)
692 const unsigned char *max = txtRecord + txtLen; local
693 while (ptr < max)
696 if (end > max) { printf("<< invalid data >>"); break; }
846 static int snprintd(char *p, int max, const unsigned char **rd) argument
849 const char *const end = p + max;
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c2176 int min, max, mid, omid, found = 0; local
2182 max = symtab->sym_count - 1;
2189 while (min <= max) {
2190 mid = (max + min) / 2;
2205 max = mid - 1;
2304 int min, mid, max, cmp; local
2311 max = symtab->sym_count - 1;
2313 while (min <= max) {
2314 mid = (max + min) / 2;
2326 max
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_hc.c1212 in_port_t min, max; local
1216 max = ntohs(rule->irl_maxport);
1219 max = ntohs(sg_srv->sgs_maxport);
1221 if (max > min)
1222 port = min + gethrtime() % (max - min + 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DDNSCommon.c579 mDNSexport mDNSu32 mDNSRandom(mDNSu32 max) // Returns pseudo-random result from zero to max inclusive argument
584 while (mask < max) mask = (mask << 1) | 1;
587 while (ret > max);
646 const mDNSu8 *const max = d1->c + MAX_DOMAIN_NAME; // Maximum that's valid local
650 if (a + 1 + *a >= max)
925 const mDNSu8 *const max = name->c + MAX_DOMAIN_NAME; // Maximum that's valid local
931 if (src + 1 + *src >= max) return(mDNSNULL);
1098 const mDNSu8 *max = fqdn->c + MAX_DOMAIN_NAME; local
1127 if (src + 1 + len + 1 >= max)
1140 const mDNSu8 *const max = d->c + MAX_DOMAIN_NAME; local
1228 TruncateUTF8ToLength(mDNSu8 *string, mDNSu32 length, mDNSu32 max) argument
2157 const mDNSu8 *const max = name->c + MAX_DOMAIN_NAME; // Maximum that's valid local
[all...]
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c318 static int wait_till(const char *fmri, const char *state, useconds_t max,
3610 useconds_t max; local
3666 /* Otherwise wait for max seconds (from the manifest) */
3667 max = get_timeout_value(dowhat, fmri, DEFAULT_TIMEOUT);
3668 status = wait_till(fmri, state, max, what, !is_maint);
3706 * Wait for "max" usecs for the service described by "fmri" to change
3711 wait_till(const char *fmri, const char *state, useconds_t max, argument
3716 for (; max > 0; max -= usecs) {
3719 usecs = (usecs > max)
[all...]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_hba.c128 emlxs_msi_init(emlxs_hba_t *hba, uint32_t max) argument
150 return (emlxs_intx_init(hba, max));
157 /* Set max interrupt count if not specified */
158 if (max == 0) {
161 max = EMLXS_MSI_MAX_INTRS;
163 max = 1;
167 /* Filter max interrupt count with adapter model specification */
168 if (hba->model_info.intr_limit && (max > hba->model_info.intr_limit)) {
169 max = hba->model_info.intr_limit;
203 /* Get the max interrup
777 emlxs_intx_init(emlxs_hba_t *hba, uint32_t max) argument
[all...]
/illumos-gate/usr/src/cmd/ps/
H A Dps.c69 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
1205 f->width = max(width, df->minwidth);
2452 * ERANGE Value exceeds (min, max) range
2455 str2id(const char *p, pid_t *val, long min, long max) argument
2473 } else if (number < min || number > max) {
2489 * ERANGE Value exceeds (min, max) range
2492 str2uid(const char *p, uid_t *val, unsigned long min, unsigned long max) argument
2510 } else if (number < min || number > max) {
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c938 * Reclaim URIs until max cache size threshold has been reached.
1227 nl7c_readfile(file_t *fp, u_offset_t *off, int *len, int max, int *ret) argument
1231 size_t size = MIN(*len, max);
1292 int max; local
1367 max = cnt;
1369 max = MAXBSIZE * nl7c_file_prefetch;
1371 alloc = nl7c_readfile(fp, &off, &cnt, max, &error);
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c976 uint8_t i, j, max; local
990 for (i = mmu_page_sizes - 1, max = 0; i > 0; i--) {
991 if (sortcnt[i] > sortcnt[max])
992 max = i;
994 tmp_pgsz[j] = max;
995 sortcnt[max] = 0;
/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_main.c1231 max_width(zpool_handle_t *zhp, nvlist_t *nv, int depth, int max) argument
1238 if (strlen(name) + depth > max)
1239 max = strlen(name) + depth;
1247 max)) > max)
1248 max = ret;
1255 max)) > max)
1256 max = ret;
1263 max)) > ma
[all...]
/illumos-gate/usr/src/lib/efcode/engine/
H A Dinteractive.c477 len = max(0, (prev_eol - prev_l) - (new_eol - new_l));
489 n = max(0, min(n, MAX_LINE_SIZE));
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dfunctions.sh966 integer .level=.sh.level .max=.sh.level-1
980 integer .level=.sh.level .max=.sh.level-1
/illumos-gate/usr/src/cmd/mdb/common/modules/ipc/
H A Dipc.c128 msgq_check_for_waiters(list_t *walk_this, int min, int max, argument
137 for (ii = min; ii < max; ii++) {
/illumos-gate/usr/src/cmd/egrep/
H A Degrep.y1117 static int max, min;
1118 if(!max) {
1127 max = i;
1129 if(x1 <= min && x2 >= max)
1284 /* compute min and max process codes for all code sets */

Completed in 132 milliseconds

<<11121314151617181920>>