Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsysconf.h70 #define MOD_SET 8 /* set int to specified value */ macro
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c484 { "SET", MOD_SET },
485 { "set", MOD_SET },
558 case MOD_SET: in do_sysfile_cmd()
675 sysp->sys_type = MOD_SET; in do_sysfile_cmd()
848 if ((sysp->sys_type == MOD_SET) && in mod_sysvar()
1021 if (type == MOD_SET) { in sysparam_print_warning()
1129 if (sysp->sys_type == MOD_SET) in mod_sysctl()