Home
last modified time | relevance | path

Searched refs:ac_status (Results 1 – 7 of 7) sorted by relevance

/dragonfly/contrib/lvm2/dist/
HDconfigure1673 test -n "$ac_init_help" && exit $ac_status
2680 ac_status=$?
2681 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2682 (exit $ac_status); }
2691 ac_status=$?
2692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2693 (exit $ac_status); }
2702 ac_status=$?
2703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2704 (exit $ac_status); }
[all …]
/dragonfly/sys/dev/raid/amr/
HDamr.c614 status = ac->ac_status; in amr_linux_ioctl_int()
666 status = ac->ac_status; in amr_linux_ioctl_int()
881 debug(2, "%p status 0x%x", dp, ac->ac_status); in amr_ioctl()
882 *au_statusp = ac->ac_status; in amr_ioctl()
1054 error = ac->ac_status; in amr_enquiry()
1055 *status = ac->ac_status; in amr_enquiry()
1094 error = ac->ac_status; in amr_flush()
1135 if( ac->ac_status == AMR_STATUS_SUCCESS ) { in amr_support_ext_cdb()
1201 if (ac->ac_status != AMR_STATUS_SUCCESS) { /* could be more verbose here? */ in amr_completeio()
1206 device_printf(sc->amr_dev, "I/O error - 0x%x\n", ac->ac_status); in amr_completeio()
[all …]
HDamr_cam.c563 debug(1, "status 0x%x AP scsi_status 0x%x", ac->ac_status, in amr_cam_complete()
567 if ((ac->ac_status != AMR_STATUS_SUCCESS) && (scsi_status == 0)) { in amr_cam_complete()
HDamrvar.h125 int ac_status; /* command completion status */ member
/dragonfly/contrib/bmake/
HDconfigure1453 fi || ac_status=$?
1454 cd "$ac_pwd" || { ac_status=$?; break; }
1458 test -n "$ac_init_help" && exit $ac_status
1490 ac_status=$?
1496 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1497 test $ac_status = 0; } && {
1562 ac_status=$?
1568 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1569 test $ac_status = 0; } && {
1609 ac_status=$?
[all …]
/dragonfly/crypto/openssh/
HDconfigure1548 ac_status=$?
1591 cd "$ac_dir" || { ac_status=$?; continue; }
1602 fi || ac_status=$?
1603 cd "$ac_pwd" || { ac_status=$?; break; }
1607 test -n "$ac_init_help" && exit $ac_status
1639 ac_status=$?
1645 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1646 test $ac_status = 0; } && {
1678 ac_status=$?
1679 printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
[all …]
HDconfigure.ac5012 if test "X$ac_status" = "X2";then