Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsysconf.h70 #define MOD_SET 8 /* set int to specified value */ macro
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c483 { "SET", MOD_SET },
484 { "set", MOD_SET },
557 case MOD_SET: in do_sysfile_cmd()
674 sysp->sys_type = MOD_SET; in do_sysfile_cmd()
847 if ((sysp->sys_type == MOD_SET) && in mod_sysvar()
1020 if (type == MOD_SET) { in sysparam_print_warning()
1128 if (sysp->sys_type == MOD_SET) in mod_sysctl()