Searched refs:sys_op (Results 1 – 3 of 3) sorted by relevance
527 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 …]
43 int sys_op; /* operation */ member
3738 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()