Home
last modified time | relevance | path

Searched refs:SYS_SET_MVAR (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsysconf.h80 #define SYS_SET_MVAR 2 /* set module variables */ macro
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c1127 case SYS_SET_MVAR: in mod_sysctl()
1179 } else if (fcn == SYS_SET_MVAR) { in sys_set_var()
H A Dmodctl.c3468 (void) mod_sysctl(SYS_SET_MVAR, (void *)mp); in mod_load()