Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysconf.h77 #define SYS_SET_KVAR 1 /* set kernel variables */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c846 (void) mod_sysctl(SYS_SET_KVAR, NULL); in mod_read_system_file()
1163 case SYS_SET_KVAR: in mod_sysctl()
1214 if (fcn == SYS_SET_KVAR && sysp->sys_modnam == NULL) { in sys_set_var()