Home
last modified time | relevance | path

Searched refs:maximum (Results 1 – 25 of 81) sorted by relevance

1234

/titanic_50/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c1208 int maximum; in uscsi_mode_sense() local
1291 maximum = page_size - sizeof (struct mode_page); in uscsi_mode_sense()
1292 if (((int)pg->length) > maximum) { in uscsi_mode_sense()
1295 page_code, pg->length, maximum); in uscsi_mode_sense()
1330 int maximum; in uscsi_mode_sense_10() local
1418 maximum = page_size - sizeof (struct mode_page); in uscsi_mode_sense_10()
1419 if (((int)pg->length) > maximum) { in uscsi_mode_sense_10()
1422 page_code, pg->length, maximum); in uscsi_mode_sense_10()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.enum.d45 maximum = 2147483647 enumerator
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c65 int dev_no, int *actual, int *maximum, uint32_t *speed_max,
108 int actual = PROP_INVALID, maximum = PROP_INVALID; in opl_pci_callback() local
222 pci_card.func_no, &actual, &maximum, &freq_max, &freq_at, in opl_pci_callback()
334 PRINT_FMT(actual, maximum); in opl_pci_callback()
644 int *maximum, uint32_t *speed_max, uint32_t *speed_at, int *type) in get_lane_width() argument
704 *maximum = ((link_cap >> PCI_LINK_SHIFT) & in get_lane_width()
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dlibld.sparc.msg49 \thave %d, maximum %d -- recompile some \
53 \thave %d, maximum %d -- recompile some \
/titanic_50/usr/src/cmd/login/
H A Dlogin.dfl81 # PAM_ABORT. Default is 20. Minimum is 0. No maximum is imposed.
86 # allowed before login exits. Default is 5 and maximum is 15.
/titanic_50/usr/src/cmd/bnu/
H A DGrades38 # job_size a number which is the maximum limit
44 # byte, megabyte, and no maximum,
H A DLimits24 # Limits provides a means of specifying the maximum number of
/titanic_50/usr/src/lib/libslp/etc/
H A Dslp.conf.example132 # Set this property to change the maximum amount of time to wait until
167 # Set this property to change the maximum random wait bound (used with
174 # Change this property to change the maximum size of any datagram to
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslogd.dfl28 # Specify the maximum number of logs to preserve.
/titanic_50/usr/src/cmd/picl/plugins/sun4u/littleneck/conf/
H A Dplatsvcd.conf38 * Specifies a maximum interval in seconds that an application
/titanic_50/usr/src/uts/common/avs/ns/sdbc/
H A Ddynmem_readme.txt78 2.1.2 The maximum number of parasitic entries following a host memory
164 sdbc_max_dyn_list ----- 1 to ?: sets the maximum host/parasite list length
294 This number dictates the maximum
332 "sdbc:gstats" module. "sdbc:gstats - sdbc_num_shared" gives the maximum number
334 cached - just the maximum possible. In order to determine the number present
/titanic_50/usr/src/cmd/allocate/
H A Ddevalloc_defaults32 # maxlabel=<ascii string for maximum label>;\
/titanic_50/usr/src/cmd/picl/plugins/sun4u/cherrystone/conf/
H A Dplatsvcd.conf37 * Specifies a maximum interval in seconds that an application
/titanic_50/usr/src/cmd/picl/plugins/sun4u/sebring/conf/
H A Dplatsvcd.conf37 * Specifies a maximum interval in seconds that an application
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dstrlcpy.s42 ! in this case, the maximum size of the detination must be
43 ! tracked since it bounds our maximum copy size. However,
/titanic_50/usr/src/cmd/passwd/
H A Dpasswd.dfl42 # The maximum value of HISTORY is 26.
/titanic_50/usr/src/uts/common/io/hxge/
H A Dhxge_ndd.c62 ((vptr == eptr) || (rval < pa->minimum) || (rval > pa->maximum))
281 (*int_prop_val <= param_arr[i].maximum)) in hxge_get_param_soft_properties()
289 (*int_prop_val <= param_arr[i].maximum)) in hxge_get_param_soft_properties()
451 for (i = 0; i <= hxge_param_arr[param_instance].maximum; i++) { in hxge_destroy_param()
614 new_value > pa->maximum) { in hxge_param_set_generic()
/titanic_50/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err54 INVHOSTID = Hostid %s greater than maximum (%s)
/titanic_50/usr/src/lib/libdiskmgt/common/
H A Ddrive.c1422 int maximum; in uscsi_mode_sense() local
1498 maximum = page_size - sizeof (struct mode_page) - hdr->bdesc_length; in uscsi_mode_sense()
1499 if (((int)pg->length) > maximum) { in uscsi_mode_sense()
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dfs117 unsigned long f_namemax; /* maximum file name length */
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dfs117 unsigned long f_namemax; /* maximum file name length */
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dfs117 unsigned long f_namemax; /* maximum file name length */
/titanic_50/usr/src/lib/libsqlite/test/
H A Dsubselect.test81 # x value is less than half of the maximum.
/titanic_50/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Damd64.esc170 * faults on the rank up to some maximum multiple of the threshold at which
181 * The system imposes an absolute maximum on the number of pages it will
185 * limit bounds the maximum real response to page faults across all ranks
191 * arrange that the maximum number of pages we are prepared to fault from
213 * The maximum number of single-correctable-unit page faults we will diagnose
/titanic_50/usr/src/cmd/ssh/etc/
H A Dsshd_config53 # The maximum number of concurrent unauthenticated connections to sshd.

1234