Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dsysconf.h87 #define SETOP_ASSIGN 1 /* '=' - simple assignment */ macro
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c604 sysp->sys_op = SETOP_ASSIGN; in do_sysfile_cmd()
624 if (sysp->sys_op != SETOP_ASSIGN) { in do_sysfile_cmd()
988 case SETOP_ASSIGN: in sysparam_count_entry()
1232 case SETOP_ASSIGN: in set_int8_var()
1259 case SETOP_ASSIGN: in set_int16_var()
1286 case SETOP_ASSIGN: in set_int32_var()
1313 case SETOP_ASSIGN: in set_int64_var()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3449 if (sys.sys_op == SETOP_ASSIGN && in sysfile()