Searched refs:max (Results 501 - 525 of 603) sorted by relevance

<<2122232425

/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c253 * pathlen - max length of pathname array
731 debug = min(max(debug, 1), MAX_DEBUG_LEVEL);
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c333 int max; member in struct:aio_results
503 long maxcontig; /* max contiguous blocks to allocate */
1247 * 32K based on max block size of 64K, and rotational layout
2643 * for (x = starting_x; x < max; x++)
2651 * for (x = starting_x; x < max; x++) {
3169 results.max = MAXAIO;
3171 results.trans = (aio_trans *)calloc(results.max,
3184 for (i = 1; i < results.max; i++) {
3887 uint64_t maxfs_blocks; /* filesystem blocks for max filesystem size */
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/
H A Daudioixp.c726 * by setting this max-channels property. We leave it
730 "max-channels", 2);
734 port->nchan = max(port->nchan, 2);
/illumos-gate/usr/src/uts/common/io/
H A Dcpudrv.c560 * if the change is due to a request to govern the max speed.
730 idle_cnt_percent = max(idle_cnt_percent,
/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h398 uint32_t max; member in struct:v4l2_bitrate
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h245 * we will stop accepting IO via tran start. This the max limit
740 * login min and max identify the amount of time
744 * will end once max time has been reached. These
1320 void iscsi_conn_set_login_min_max(iscsi_conn_t *icp, int min, int max);
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s1011 ! set %pil from max(old pil, cpu_base_spl)
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s847 ! set %pil from max(old pil, cpu_base_spl)
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DLocalConsumer.java138 private static native void _setMaximumConsumers(int max); argument
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_lib.c1338 * Min/max functions
1347 max(unsigned a, unsigned b) function
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge.c106 sp->s_rxq_size = (uint16_t)max(rxq_size, EFX_RXQ_MINNDESCS);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpuid.c271 size_t xsav_max_size; /* max size save area for HW features */
394 #define CPI_FN4_ECX_MAX 0x20 /* sanity: max fn 4 levels */
395 #define CPI_FNB_ECX_MAX 0x20 /* sanity: max fn B levels */
1007 * one would expect (max value means possible overflow). Sigh.
2528 int i, max, shft, level, size; local
2554 for (i = 0, max = 0; i < CPI_FN4_ECX_MAX; i++) {
2563 if (level > max) {
2564 max = level;
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c425 pkt_size = max(pkt_size, ETHERMIN);
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c584 upf_dump_packet(dp, mp->b_rptr, max(6, len));
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c113 int wg_maxact; /* max # of active runners */
1243 #define MAX_PERSIST_RESTART 10 /* max allowed number of restarts */
2472 static int WorkListSize = 0; /* current max size of WorkList */
2596 "gatherq: %s too long, %d max characters\n",
2600 "gatherq: %s too long, %d max characters",
2931 ** WorkList to WorkQ. The lower count of 'max' or MaxListCount items
2935 ** max -- maximum number of items to be placed in WorkQ
2946 sortq(max)
2947 int max;
3084 if (wc > max
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c1333 * Reduce the size of this nvlist until it can be serialized in 'max' bytes.
1339 nvlist_smush(nvlist_t *errors, size_t max) argument
1345 if (size > max) {
1349 if (max < 1024)
1361 } while (size > max);
1365 ASSERT3U(fnvlist_size(errors), <=, max); local
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c986 status = ddi_soft_state_init(&ibd_list, max(sizeof (ibd_state_t),
2513 * channel size. Store the max channel size in the state so that it
4667 uint32_t min, max; local
4670 max = IBD_DEF_RC_MAX_SDU;
4672 min = max = IBD_DEF_RC_MAX_SDU;
4674 min = max = state->id_mtu - IPOIB_HDRSIZE;
4677 mac_prop_info_set_range_uint32(prh, min, max);
5413 /* make the #rx wc's the same as max rx chain size */
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c961 len = max(len,
965 len = max(len, strlen(dgettext(TEXT_DOMAIN, "Device")));
/illumos-gate/usr/src/head/
H A Dmeta.h78 #ifndef max
79 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c65 uint_t cnt, max = DYNINFOCNT(lmp); local
75 for (cnt = 0; cnt < max; cnt++, dip++) {
/illumos-gate/usr/src/cmd/ldapcachemgr/
H A Dcachemgr_getldap.c266 getldap_get_cacheData_stat(int max, int current, char **output) argument
290 gettext(C_HEADER1), max, DOORLINESEP,
1478 * init max. min. TTLs if first time through or a fresh one
1495 * try to set the max. TTL to
1504 logit("getldap_set_refresh_ttl:(2) max ttl is %d, "
1524 logit("getldap_set_refresh_ttl:(3) max ttl is %d, "
1557 * than the max. refresh TTL
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.c1552 int max = *addrcnt; local
1624 if (added >= max || scanned >= sctp->sctp_nsaddrs) {
1848 * Allocate max possible size. We allocate the max. size here because
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_resc.c1896 // with the number of max connections, therefore, we use the max_func_connections. It can be different per function and independent
1898 alloc_size = (log2_align(max(params->max_func_connections,(u32_t)1000))*64);
1899 alloc_num = vars->searcher_t1_num_pages = max((alloc_size / params->ilt_client_page_size),(u32_t)1);
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c279 gettext("max level debugging! not forking\n"));
1671 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dnca.h211 uint32_t drain; /* max mblk(s) draind per */
1086 uint32_t max; member in struct:connf_s
1462 #define NCA_CONN_T_STK_DEPTH 7 /* max stack backtrace depth */

Completed in 200 milliseconds

<<2122232425