Searched refs:ri_flags (Results 1 – 3 of 3) sorted by relevance
200 int ri_flags; member1031 rcip->ri_flags = RTF_STATIC; in new_rtcmd_irep()1094 (rcip->ri_flags & RTF_HOST) ? "host" : "net", in print_rtcmd_short()1272 rcip->ri_flags &= ~RTF_STATIC; in args_to_rtcmd()1281 rcip->ri_flags |= RTF_REJECT; in args_to_rtcmd()1284 rcip->ri_flags |= RTF_BLACKHOLE; in args_to_rtcmd()1287 rcip->ri_flags |= RTF_PROTO1; in args_to_rtcmd()1290 rcip->ri_flags |= RTF_PROTO2; in args_to_rtcmd()1293 rcip->ri_flags |= RTF_CLONING; in args_to_rtcmd()1296 rcip->ri_flags |= RTF_XRESOLVE; in args_to_rtcmd()[all …]
509 switch (libscf_get_startd_properties(scf_inst, snap, &inst->ri_flags, in restarter_insert_inst()529 inst->ri_flags = RINST_CONTRACT; in restarter_insert_inst()644 (inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT) { in restarter_insert_inst()673 service_style(inst->ri_flags)); in restarter_insert_inst()783 return ((inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT); in instance_is_wait_style()795 return ((inst->ri_flags & RINST_STYLE_MASK) == RINST_TRANSIENT); in instance_is_transient_style()923 inst->ri_flags |= flag; in restarter_mark_pending_snapshot()954 if (inst->ri_flags & RINST_RETAKE_RUNNING) { in restarter_take_pending_snapshots()965 inst->ri_flags &= ~RINST_RETAKE_RUNNING; in restarter_take_pending_snapshots()970 if (inst->ri_flags & RINST_RETAKE_START) { in restarter_take_pending_snapshots()[all …]
421 uint_t ri_flags; member