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