Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c527 sysp->sys_op = SETOP_NONE; /* set op to noop initially */ in do_sysfile_cmd()
613 sysp->sys_op = SETOP_ASSIGN; in do_sysfile_cmd()
617 sysp->sys_op = SETOP_AND; in do_sysfile_cmd()
621 sysp->sys_op = SETOP_OR; in do_sysfile_cmd()
633 if (sysp->sys_op != SETOP_ASSIGN) { in do_sysfile_cmd()
1023 switch (sysp->sys_op) { in sysparam_count_entry()
1264 "' in module: '%s'.\n", sysp->sys_op, sysp->sys_ptr, in set_int8_var()
1267 switch (sysp->sys_op) { in set_int8_var()
1291 "' in module: '%s'.\n", sysp->sys_op, sysp->sys_ptr, in set_int16_var()
1294 switch (sysp->sys_op) { in set_int16_var()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dsysconf.h43 int sys_op; /* operation */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c3738 if (sys.sys_op != SETOP_NONE) { in sysfile()
3746 if (sys.sys_op == SETOP_ASSIGN && in sysfile()
3764 var, sysfile_ops[sys.sys_op], val); in sysfile()