Searched refs:max (Results 301 - 325 of 603) sorted by relevance

<<11121314151617181920>>

/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/cmd/ndmpd/tlm/
H A Dtlm_init.c494 inaccbl_drv_warn(int start, int max) argument
500 for (l = start; l < max; l++) {
/illumos-gate/usr/src/cmd/format/
H A Dmenu_partition.c575 maxcyl2 = max(cyl2, maxcyl2);
576 maxnblks = max(nblks, maxnblks);
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioUnixfile.cc511 buflen = max(pos, 1.);
576 buflen = max(pos, 1.);
/illumos-gate/usr/src/cmd/dis/
H A Ddis_main.c109 int max = dis_max_instrlen(dhp); local
111 if (min == max)
/illumos-gate/usr/src/cmd/priocntl/
H A Dsubr.c492 str2num(char *p, long min, long max) argument
499 if (errno != 0 || q == p || *q != '\0' || val < min || val > max)
/illumos-gate/usr/src/uts/common/os/
H A Drctl.c499 rctl_qty_t dflt, rctl_qty_t max)
506 if (qty > max)
507 qty = max;
970 rctl_qty_t max = rctl_model_maximum(rde, p); local
972 return (value < max ? value : max);
2197 rctl_qty_t max; local
2255 max = rctl->rc_dict_entry->rcd_max_native;
2257 max = rlp64->rlim_max;
2259 rval_priv->rcv_value = max;
498 rctl_add_legacy_limit(const char *name, const char *mname, const char *lname, rctl_qty_t dflt, rctl_qty_t max) argument
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_qp.c397 attr_p->qp_sizes.cs_sq = max(attr_p->qp_sizes.cs_sq,
399 attr_p->qp_sizes.cs_rq = max(attr_p->qp_sizes.cs_rq,
919 max(attr_p->qp_sizes.cs_sq, HERMON_QP_MIN_SIZE);
921 max(attr_p->qp_sizes.cs_rq, HERMON_QP_MIN_SIZE);
1513 attr_p->qp_sizes.cs_sq = max(attr_p->qp_sizes.cs_sq,
1515 attr_p->qp_sizes.cs_rq = max(attr_p->qp_sizes.cs_rq,
2826 * Use requested maximum SGL to calculate max descriptor size
2837 log2 = max(log2, HERMON_QP_WQE_LOG_MINIMUM);
2846 * Use requested maximum SGL to calculate max descriptor size
2857 log2 = max(log
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c402 len = max(len, strlen(tmp_mddevidp->ctdname));
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dengine.h232 #define MAX_FCODE 0xfff /* max no. of Fcode entries in table */
266 #define max(x, y) ((x) > (y) ? (x) : (y)) macro
/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_mptsas/
H A Dfac_prov_mptsas.c230 topo_instance_t min, topo_instance_t max, void *arg, void *unused)
229 fac_prov_mptsas_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *unused) argument
/illumos-gate/usr/src/lib/libeti/menu/inc/
H A Dprivate.h147 #define max(a, b) ((a) > (b)) ? (a) : (b) macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dgpkglist.c49 extern int ckitem(CKMENU *menup, char *item[], short max, char *defstr,
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dlocaltime.c141 int max));
470 getnum(strp, nump, min, max)
474 const int max;
484 if (num > max)
1188 ** just 32 bits, its a max of 32 iterations (even at 64 bits it
/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/nscd/
H A Dnscd_switch.h43 * max. length of e.g. "passwd: files ldap"
48 * max. length of the name of a NSS database
81 int max; member in struct:__anon1025
/illumos-gate/usr/src/cmd/eqn/
H A Dio.c176 max(int i, int j) function
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_conf.c84 set_i32x(fmd_conf_param_t *pp, const char *s, int64_t min, int64_t max) argument
92 if (errno == EOVERFLOW || val < min || val > max)
127 set_ui32x(fmd_conf_param_t *pp, const char *s, uint64_t max) argument
135 if (errno == EOVERFLOW || val > max)
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c921 int n, max; local
1015 max = 3;
1021 } while (--max);
1029 if (max == 3) {
1418 #define NREGHOLD 1024 /* max number unused entries */
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c95 static void pbits(FILE *out, const void *cp, const int max);
624 pbits(FILE *fout, const void *p, const int max) argument
630 for (i = 0; i < max; i++) {
638 while ((i + 1) < max && isset(cp, i+1))
/illumos-gate/usr/src/cmd/sh/
H A Ddefs.h216 #define max(a, b) ((a) > (b)?(a):(b)) macro
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h82 extern int ckitem __P((CKMENU *menup, char *item[], short max,
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h61 #define Q_HIGHWATER_MARK 10000 /* max outstanding msgs per file */
274 static void filter_string(char *orig, char *new, size_t max);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_dce.c137 uint_t max = ipst->ips_ip_dce_reclaim_threshold; local
139 max *= ip_dce_reclaim_threshold_hard;
156 if (max == 0 || retained < max) {
629 * Update the round trip time estimate and/or the max frag size
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.h89 #define DMAE_SGL_MAX_COMMANDS 5 // max number of commands in a DMAE SGL (just as a limit - can be defined other number)
103 // max value for static allocations
104 #define DMAE_MAX_RW_SIZE_STATIC max(DMAE_MAX_RW_SIZE_E1,DMAE_MAX_RW_SIZE_NEW)

Completed in 88 milliseconds

<<11121314151617181920>>