Searched refs:was_up (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/ce/
H A Dif_ce.c911 int error, s, was_up, should_be_up; local
914 was_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
916 was_up = (ifp->if_flags & IFF_RUNNING) != 0;
944 if (! was_up && should_be_up) {
948 } else if (was_up && ! should_be_up) {
/freebsd-10.2-release/sys/dev/cp/
H A Dif_cp.c698 int error, s, was_up, should_be_up; local
700 was_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
723 if (! was_up && should_be_up) {
727 } else if (was_up && ! should_be_up) {
/freebsd-10.2-release/sys/dev/ctau/
H A Dif_ct.c917 int error, s, was_up, should_be_up; local
919 was_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
941 if (! was_up && should_be_up) {
945 } else if (was_up && ! should_be_up) {
/freebsd-10.2-release/sys/dev/cx/
H A Dif_cx.c1069 int error, s, was_up, should_be_up; local
1076 was_up = (ifp->if_drv_flags & IFF_DRV_RUNNING) != 0;
1102 if (!was_up && should_be_up) {
1106 } else if (was_up && !should_be_up) {

Completed in 169 milliseconds