Searched refs:max (Results 201 - 225 of 603) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_2xml.c281 char min[INT32BUFSZ], max[INT32BUFSZ]; local
286 (void) snprintf(max, INT32BUFSZ, "%d", nhp->th_range.tr_max);
305 max, NULL);
H A Dfmd.c95 topo_instance_t max, void *notused1, void *notused2)
94 fmd_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 Dmem.c95 topo_instance_t min, topo_instance_t max, void *notused1, void *notused2)
117 min, max, NULL) < 0) {
94 mem_enum(topo_mod_t *mod, tnode_t *pnode, const char *name, topo_instance_t min, topo_instance_t max, void *notused1, void *notused2) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_bay.c359 int min = 0, max = 0; local
474 rv = topo_node_range_create(mod, *t_node, DISK, min, max);
482 rv = topo_mod_enumerate(mod, *t_node, DISK, DISK, min, max,
H A Dpi_pciexrc.c140 topo_instance_t max; local
155 max = PCIEX_MAX_DEVICE;
156 result = topo_node_range_create(mod, t_node, PCI_BUS, min, max);
168 min, max, NULL);
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsubshell.sh242 integer max=$(ulimit --nofile)
243 (( max -= 6 ))
244 for ((i=20; i < max; i++))
/illumos-gate/usr/src/cmd/pginfo/
H A Dpginfo.pl37 use List::Util qw(first max min);
322 my $max_pg_len = length(max(@pgs)) + 1;
329 my $maxlevel = max(@levels);
/illumos-gate/usr/src/cmd/csh/
H A Dprintf.c89 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
156 char buf[max(MAXDIGS, max(MAXFCVT + DMAXEXP, MAXECVT) + 1)];
/illumos-gate/usr/src/cmd/ipdadm/
H A Dipdadm.c193 ipdadm_parse_long(const char *str, const char *name, long min, long max) argument
216 if (val < min || val > max) {
218 "%ld inclusive\n", g_pname, name, min, max);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_context.c46 find_first_zero_bit(volatile void *p, int max) argument
51 for (b = 0; b < max; b += 32) {
60 return (max);
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c464 dsym_parse_intrange(const char *field, int *intval, int min, int max) argument
472 if (longval < min || longval > max) {
869 dsym_get_code_ranges(const char *cat, ushort_t *min, ushort_t *max, argument
879 *max = entry->dc_max;
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs260 # ($max, $flags), where $max is the integer value
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h46 #define max(A, B) (((A) < (B)) ? (B) : (A)) macro
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Dboot.s104 / make room for a max sized boot vector
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c103 max_hits_per_entry = max(max_hits_per_entry, eptr->num_hits);
/illumos-gate/usr/src/cmd/lgrpinfo/
H A Dlgrpinfo.pl623 my $max = $root;
624 map { $max = $_ if $max < $_ } @$lgrps1;
627 my $lgwidth = length($max) + 1;
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c556 if (sb->sb_offset > mb->max)
558 if (sb->sb_length > (mb->max - sb->sb_offset))
582 if (sb->sb_offset > mb->max)
584 if (sb->sb_length > (mb->max - sb->sb_offset))
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c64 int max; /* highest digit appended to snap name */ member in struct:zfs_snapshot_data
247 if (num > cbp->max)
248 cbp->max = num;
278 cb.max = 0;
283 cb.max++;
286 zfs_get_name(zhp), cb.max) >= snap_size)
698 cbp->max++);
732 * Start by getting the clone's snapshot max which we use
738 sd.max = 0;
744 * Now make sure the source's snapshot max i
[all...]
/illumos-gate/usr/src/boot/sys/boot/uboot/lib/
H A Dcopy.c52 #define KERN_MINADDR max(KERN_ALIGN, (1024 * 1024))
/illumos-gate/usr/src/uts/i86pc/os/
H A Dlgrpplat.c286 * CPU to node ID mapping table (only used for SRAT) and its max number of
1062 * Return max latency for root lgroup
1580 * Initialize min and max latency before reading SLIT or probing
1688 u_longlong_t max; local
1854 * - Find min and max local latencies
1858 max = 0;
1867 if (t > max)
1868 max = t;
1870 if (min != max) {
1900 * Determine max prob
2450 hrtime_t max; local
2642 hrtime_t max; local
2722 hrtime_t max, min; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Ddisplay.c60 * max HAS to be a function, it is called with
65 max(a, b) function
101 wmove(win->x_win, win->x_line, max(--win->x_col, 0));
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c228 getaline(char *ptr2line, int max, FILE *f) argument
231 for (i = 0; i < max-1 && (ch = getc(f)) != EOF; )
/illumos-gate/usr/src/cmd/tbl/
H A Dt4.c71 ncol = max(ncol, icol);
282 sep[icol-1] = max(sep[icol-1], numb(sn));
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_ndd.c61 bge_nd_get_prop_val(dev_info_t *dip, char *nm, long min, long max, int *pval) argument
70 if (*pval >= min && *pval <= max)
/illumos-gate/usr/src/uts/common/io/
H A Dvcons.c210 * Shouldn't allow to shrink the max vt minor to be smaller than
211 * the max in used minor.
410 minor_t i, t, max; local
414 max = VC_INSTANCES_COUNT;
416 for (i = cur - 1; (t = (i + max) % max) != cur; i--)
426 minor_t i, t, max; local
430 max = VC_INSTANCES_COUNT;
432 for (i = cur + 1; (t = (i + max) % max) !
[all...]

Completed in 176 milliseconds

1234567891011>>