Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/amd/amd/
H A Dafs_ops.c775 int hard_error = -1; in afs_bgmount() local
791 if (hard_error < 0) in afs_bgmount()
792 hard_error = this_error; in afs_bgmount()
1059 if (hard_error < 0 || this_error == 0) in afs_bgmount()
1060 hard_error = this_error; in afs_bgmount()
1068 if (hard_error) in afs_bgmount()
1077 if (hard_error < 0 && mp_error) in afs_bgmount()
1078 hard_error = cp->mp->am_error = mp_error; in afs_bgmount()
1079 if (hard_error > 0) { in afs_bgmount()
1084 switch (hard_error) { in afs_bgmount()
[all …]