Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/sysevent/
H A Ddev.h248 #define PROP_LEN_LIMIT 1024 macro
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c7893 if (n <= (PROP_LEN_LIMIT / sizeof (int32_t))) { in add_property()
7905 if (n <= (PROP_LEN_LIMIT / sizeof (int64_t))) { in add_property()
7918 if (n <= PROP_LEN_LIMIT) { in add_property()
7939 if (len <= PROP_LEN_LIMIT) { in add_property()