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

<<21222324252627

/illumos-gate/usr/src/uts/common/io/
H A Decpp.c342 0x0001, /* min effective DMA size */
383 0x0001, /* min effective DMA size */
412 0x0001, /* min effective DMA size */
482 /* id, name, min pkt siz, max pkt siz, hi water, low water */
4463 len = min(pp->nread, ECP_REV_BLKSZ_MAX);
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c13453 size_t hashsize, maxper, min, chunksize = dstate->dtds_chunksize; local
13469 if (size < (min = dstate->dtds_chunksize + sizeof (dtrace_dynhash_t)))
13470 size = min;
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13089 uint64_t min, max; local
13142 if (templates == 2 && scf_tmpl_prop_cardinality(prt, &min, &max) == 0) {
13144 gettext("minimum number of values"), min);
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c240 1, /* min effective DMA size */
2384 words_being_sent = min(word_count - words_sent,
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt4fw_interface.h6587 __be32 min; member in struct:fw_sched_cmd::fw_sched::fw_sched_params
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c3491 int len = min(MBLKL(data), sizeof (usb_port_mask_t));
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas.c241 1, /* min DMA size */
3154 reserve_cmd = min(MRSAS_APP_RESERVED_CMDS,
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c6740 rqlen = (uchar_t)min(rsp->fcp_sense_len,
8902 rqlen = (uchar_t)min(rsp->fcp_sense_len,
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c271 #define MD5_HMAC_MIN_KEY_LEN 1 /* MD5-HMAC min key length in bytes */
276 #define SHA1_HMAC_MIN_KEY_LEN 1 /* SHA1-HMAC min key length in bytes */
282 #define BLOWFISH_MIN_KEY_LEN 32 /* Blowfish min key length in bits */
285 #define AES_MIN_KEY_LEN 16 /* AES min key length in bytes */
288 #define ARCFOUR_MIN_KEY_BITS 40 /* RC4 min supported key size */
291 #define RSA_MIN_KEY_LEN 256 /* RSA min key length in bits */
294 #define DH_MIN_KEY_LEN 64 /* DH min key length in bits */
6510 mac_data.cd_length = min(dual_data->dd_len2, maclen);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c3385 vres->vpi_max = min(hba->sli.sli4.VPICount, MAX_VPORTS) - 1;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNS.c8311 mDNSu32 ttl_s = soa->min;

Completed in 764 milliseconds

<<21222324252627