Searched refs:min (Results 126 - 150 of 661) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libeti/menu/common/
H A Ddriver.c122 n = min(Height(m), top);
135 n = min(Height(m), Rows(m) - Height(m) - top);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregex2.h110 wint_t min; member in struct:__anon3015
138 if (cs->ranges[i].min <= ch && ch <= cs->ranges[i].max)
/illumos-gate/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.s139 sub %o1, %o0, %o1 ! %o1 = (a < b) ? a : b = min(a, b)
141 mulx %o1, %o2, %o1 ! min(a, b) in "rs1" for early exit
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.h199 #ifndef min
200 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiusauth.c171 min(response_length, sizeof (req->attrs[1].attr_value)));
178 min(challenge_length, sizeof (req->attrs[2].attr_value)));
/illumos-gate/usr/src/uts/common/net/
H A Dradix.h217 #ifndef min
218 #define min MIN macro
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_auth.c172 min(response_length, sizeof (req->attrs[1].attr_value)));
179 min(challenge_length, sizeof (req->attrs[2].attr_value)));
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_ndd.c61 nge_nd_get_prop_val(dev_info_t *dip, char *nm, long min, long max, int *pval) argument
71 if (*pval >= min && *pval <= max)
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dcrt.s121 sub %o1, %o0, %o1 ! %o1 = (a < b) ? a : b = min(a, b)
123 mulx %o1, %o2, %o1 ! min(a, b) in "rs1" for early exit
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen79 <range name='bay' min='0' max='47'>
192 <range name='disk' min='0' max='0'>
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-disk-hc-topology.xmlgen79 <range name='bay' min='0' max='47'>
182 <range name='disk' min='0' max='0'>
/illumos-gate/usr/src/lib/libmp/common/
H A Dold_mp.c39 int min(MINT *a) { return (mp_min(a)); } function
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.h88 #define min(x, y) ((x) < (y) ? (x) : (y)) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h89 #define MIN_SUPPLY_TIME 15 /* min. time to supply tables */
91 #define MIN_WAIT_TIME 1 /* min. interval to multicast changes */
107 #define min(a, b) ((a) > (b) ? (b) : (a)) macro
/illumos-gate/usr/src/cmd/tbl/
H A Dtt.c32 min(int a, int b) function
/illumos-gate/usr/src/uts/common/io/1394/targets/dcam1394/
H A Ddcam_frame.c248 num_xfer_cmds = min(bytes_per_frame,
252 if (min(bytes_per_frame,
258 num_bytes_left = min(bytes_per_frame,
268 num_bytes = min(num_bytes_left,
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dtransport.c149 avail -= min(avail, part);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bay.c264 int min = 0, max = 0; local
344 rv = topo_node_range_create(mod, tn_bay, DISK, min, max);
351 rv = topo_mod_enumerate(mod, tn_bay, DISK, DISK, min, max, NULL);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c178 topo_instance_t min, topo_instance_t max, chip_t *chip)
269 topo_instance_t min, topo_instance_t max, void *arg, void *notused)
274 return (cpu_create(mod, rnode, name, min, max, chip));
177 cpu_create(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, chip_t *chip) argument
268 chip_enum(topo_mod_t *mod, tnode_t *rnode, const char *name, topo_instance_t min, topo_instance_t max, void *arg, void *notused) argument
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h153 inline double min(const Double& x, const Double& y) { function
157 inline double min(const Double& x, double y) { function
160 inline double min(double x, const Double& y) { function
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/
H A Dprom_vercheck.c87 int maj, year, month, day, hour, min; local
151 min = strtoi(c + 3, NULL);
154 DAY(day) + HOUR(hour) + MINUTE(min));
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c99 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
147 len = min(127, header.name_size);
158 len = min(__COUNT_BOOL, header.bool_count);
177 len = min(__COUNT_NUM, header.num_count);
196 len = min(__COUNT_STR, header.str_count);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c116 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
192 len = min(127, header.name_size);
203 len = min(__COUNT_BOOL, header.bool_count);
220 len = min(__COUNT_NUM, header.num_count);
237 len = min(__COUNT_STR, header.str_count);
/illumos-gate/usr/src/cmd/autopush/
H A Dautopush.c345 rem_info(major_t maj, minor_t min) argument
357 push.sap_minor = min;
374 if ((min != 0) && (ioctl(sadfd, SAD_GAP, &push) == 0) &&
409 get_info(major_t maj, minor_t min) argument
421 push.sap_minor = min;
/illumos-gate/usr/src/cmd/troff/troff.d/
H A Ddraw.c63 #define min(x,y) ((x) < (y) ? (x) : (y)) macro
88 numdots = min(numdots, maxdots);
112 numdots = min(numdots, maxdots);
121 numdots = min(numdots, maxdots);
180 numdots = min(numdots, maxdots);

Completed in 99 milliseconds

1234567891011>>