Searched refs:mod_uint32_value (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/udp/ |
H A D | udp_tunables.c | 62 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0) 64 /* mod_uint32_value() + pinfo guarantees we're in UDP port range. */ 80 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0) 82 /* mod_uint32_value() + pinfo guarantees we're in UDP port range. */
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | tunables.h | 162 extern int mod_uint32_value(const void *, mod_prop_info_t *,
|
H A D | tunables.c | 124 mod_uint32_value(const void *pval, mod_prop_info_t *pinfo, uint_t flags, function 156 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0)
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip_tunables.c | 170 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0) 367 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0) 390 if ((err = mod_uint32_value(pval, pinfo, flags, &tmp)) != 0)
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_tunables.c | 215 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0) 217 /* mod_uint32_value() + pinfo guarantees we're in TCP port range. */ 233 if ((err = mod_uint32_value(pval, pinfo, flags, &new_value)) != 0) 235 /* mod_uint32_value() + pinfo guarantees we're in TCP port range. */
|
Completed in 62 milliseconds