Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c200 int ri_flags; member
1031 rcip->ri_flags = RTF_STATIC; in new_rtcmd_irep()
1281 rcip->ri_flags |= RTF_REJECT; in args_to_rtcmd()
1287 rcip->ri_flags |= RTF_PROTO1; in args_to_rtcmd()
1290 rcip->ri_flags |= RTF_PROTO2; in args_to_rtcmd()
1299 rcip->ri_flags |= RTF_STATIC; in args_to_rtcmd()
1376 rcip->ri_flags |= RTF_SETSRC; in args_to_rtcmd()
1468 rcip->ri_flags |= RTF_GATEWAY; in args_to_rtcmd()
1480 rcip->ri_flags |= RTF_HOST; in args_to_rtcmd()
1486 rcip->ri_flags |= RTF_HOST; in args_to_rtcmd()
[all …]
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c528 inst->ri_flags = RINST_CONTRACT; in restarter_insert_inst()
643 (inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT) { in restarter_insert_inst()
672 service_style(inst->ri_flags)); in restarter_insert_inst()
782 return ((inst->ri_flags & RINST_STYLE_MASK) == RINST_WAIT); in instance_is_wait_style()
921 inst->ri_flags |= flag; in restarter_mark_pending_snapshot()
952 if (inst->ri_flags & RINST_RETAKE_RUNNING) { in restarter_take_pending_snapshots()
963 inst->ri_flags &= ~RINST_RETAKE_RUNNING; in restarter_take_pending_snapshots()
968 if (inst->ri_flags & RINST_RETAKE_START) { in restarter_take_pending_snapshots()
973 inst->ri_flags &= ~RINST_RETAKE_START; in restarter_take_pending_snapshots()
1709 r = libscf_get_startd_properties(inst, snap, &rip->ri_flags, in refresh_instance()
[all …]
H A Dstartd.h416 uint_t ri_flags; member