Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsysconf.h45 int sys_op; /* operation */ member
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c517 sysp->sys_op = SETOP_NONE; /* set op to noop initially */ in do_sysfile_cmd()
603 sysp->sys_op = SETOP_ASSIGN; in do_sysfile_cmd()
607 sysp->sys_op = SETOP_AND; in do_sysfile_cmd()
611 sysp->sys_op = SETOP_OR; in do_sysfile_cmd()
623 if (sysp->sys_op != SETOP_ASSIGN) { in do_sysfile_cmd()
986 switch (sysp->sys_op) { in sysparam_count_entry()
1227 "' in module: '%s'.\n", sysp->sys_op, sysp->sys_ptr, in set_int8_var()
1230 switch (sysp->sys_op) { in set_int8_var()
1254 "' in module: '%s'.\n", sysp->sys_op, sysp->sys_ptr, in set_int16_var()
1257 switch (sysp->sys_op) { in set_int16_var()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3441 if (sys.sys_op != SETOP_NONE) { in sysfile()
3449 if (sys.sys_op == SETOP_ASSIGN && in sysfile()
3467 var, sysfile_ops[sys.sys_op], val); in sysfile()