Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dsysconf.h45 int sys_op; /* operation */ member
/titanic_44/usr/src/uts/common/os/
H A Dmodsysfile.c518 sysp->sys_op = SETOP_NONE; /* set op to noop initially */ in do_sysfile_cmd()
604 sysp->sys_op = SETOP_ASSIGN; in do_sysfile_cmd()
608 sysp->sys_op = SETOP_AND; in do_sysfile_cmd()
612 sysp->sys_op = SETOP_OR; in do_sysfile_cmd()
624 if (sysp->sys_op != SETOP_ASSIGN) { in do_sysfile_cmd()
987 switch (sysp->sys_op) { in sysparam_count_entry()
1228 "' in module: '%s'.\n", sysp->sys_op, sysp->sys_ptr, in set_int8_var()
1231 switch (sysp->sys_op) { in set_int8_var()
1255 "' in module: '%s'.\n", sysp->sys_op, sysp->sys_ptr, in set_int16_var()
1258 switch (sysp->sys_op) { in set_int16_var()
[all …]
/titanic_44/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()