Searched refs:min (Results 201 - 225 of 661) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dlegacy_hc.c97 topo_instance_t min, topo_instance_t max, void *notused1, void *notused2)
96 legacy_hc_enum(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused1, void *notused2) argument
H A Dzfs.c119 zfs_enum(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, argument
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk.c78 const char *name, topo_instance_t min, topo_instance_t max,
77 disk_enum(topo_mod_t *mod, tnode_t *baynode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dsun4vpi.c116 topo_instance_t min, topo_instance_t max, void *pi_private, void *data)
115 pi_enum(topo_mod_t *mod, tnode_t *t_parent, const char *name, topo_instance_t min, topo_instance_t max, void *pi_private, void *data) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/zambezi/
H A Dzambezi.c168 topo_instance_t min, topo_instance_t max, void *notused, void *data)
167 zambezi_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused, void *data) argument
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S74 ! x is zero, return sign(y)*min
/illumos-gate/usr/src/cmd/vrrpadm/
H A Dvrrpadm.c733 int sec, msec, min; local
737 min = sec > 60 ? sec / 60 : 0;
740 if (min > 0)
741 (void) snprintf(str, len, "%4dm%2ds", min, sec);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Doutput.c206 n->rip6_metric = min(rtmetric, HOPCNT_INFINITY);
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h97 #define ASC 3 /* ASCII with expanded maj/min numbers */
98 #define CRC 4 /* CRC with expanded maj/min numbers */
176 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c195 time_t min; local
205 min = time((time_t *)0);
255 if (min - buf.st_mtime > 86400)
271 d.ts = min;
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c593 * arg has form hr:min:sec, min or sec are assumed to be 0 if omitted
599 long hr, min, sec; local
601 min = sec = 0;
603 if(sscanf(str, "%ld:%ld:%ld", &hr, &min, &sec) < 1) {
607 sec += (min*60);
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h166 extern int min(int, int);
/illumos-gate/usr/src/cmd/tbl/
H A Dt5.c71 nslin = min(nslin+1, nclin-1);
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A Ddoprnt.c719 bp = ecvt(dval, min(prec + 1, MAXECVT), &decpt, &sign);
824 bp = fcvt(dval, min(prec, MAXFCVT), &decpt, &sign);
857 nn = min(prec, MAXFCVT);
917 bp = ecvt(dval, min(prec, MAXECVT), &decpt, &sign);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dswrand.c327 bytes = min(len, leftover_bytes);
362 bytes = min(HASHSIZE, len);
363 bytes = min(bytes, CRYPTO_BITS2BYTES(entropy_bits));
390 size = min(bytes, HASHSIZE);
/illumos-gate/usr/src/uts/common/os/
H A Ddevpolicy.c202 minor_t min = getminor(dev); local
209 if (min >= de->dpe_lomin && min <= de->dpe_himin &&
264 de->dpe_lomin = de->dpe_himin = min;
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt.h673 * unsigned int min;
678 #define CLNT_SETTIMERS(rh, t, all, min, fdbck, arg, xid) \
679 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
681 #define clnt_settimers(rh, t, all, min, fdbck, arg, xid) \
682 ((*(rh)->cl_ops->cl_settimers)(rh, t, all, min, \
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dthreads.c163 conn->c_reconnect_jiffies = min(conn->c_reconnect_jiffies * 2,
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fcio.h109 uint32_t min; member in struct:emlxs_parm
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1610 envstat->min = NA_TEMP;
1932 if ((envstat->min == NA_TEMP) || (real_temp < envstat->min)) {
1933 envstat->min = real_temp;
2076 * history. Kstat writes are used to reset the max and min
2081 short min; /* temporary copy of min temperature */ local
2084 * search for and reset the max and min to the current
2085 * array contents. Old max and min values will get
2089 min
[all...]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_gen.h196 uint_t min; /* minimum tolerable temperature */ member in struct:envctrl_temp
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_reg.h43 #define NVME_VERSION_ATLEAST(v, maj, min) \
45 ((v)->v_major == (maj) && (v)->v_minor >= (min)))
47 #define NVME_VERSION_HIGHER(v, maj, min) \
49 ((v)->v_major == (maj) && (v)->v_minor > (min)))
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dmisc.c106 chunk = min(sizeof(buf), resid);
/illumos-gate/usr/src/lib/pam_modules/krb5/
H A Dkrb5_acct_mgmt.c47 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
226 expiration = min(prent.princ_expire_time,
/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c230 int32_t min = (int32_t)htonl((int)(value->range).lower), local
236 if (iwrite(fd, &min, 4) != 4)

Completed in 99 milliseconds

1234567891011>>