Searched refs:PROP_LEN_LIMIT (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sysevent/
H A Ddev.h249 /* only properties with size less than PROP_LEN_LIMIT are added to the event */
250 #define PROP_LEN_LIMIT 1024 macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7880 if (n <= (PROP_LEN_LIMIT / sizeof (int32_t))) {
7892 if (n <= (PROP_LEN_LIMIT / sizeof (int64_t))) {
7905 if (n <= PROP_LEN_LIMIT) {
7926 if (len <= PROP_LEN_LIMIT) {

Completed in 74 milliseconds