Searched refs:again (Results 351 - 372 of 372) sorted by relevance

<<1112131415

/freebsd-11-stable/sys/geom/raid3/
H A Dg_raid3.c2694 again:
2723 goto again;
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.c2612 again:
2659 goto again;
/freebsd-11-stable/sys/mips/mips/
H A Dpmap.c492 again:
513 goto again;
1263 continue; /* try again */
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h4876 #define bfd_relax_section(abfd, section, link_info, again) \
4877 BFD_SEND (abfd, _bfd_relax_section, (abfd, section, link_info, again))
/freebsd-11-stable/sys/kern/
H A Dkern_proc.c3110 again:
3135 goto again;
H A Dvfs_subr.c1012 * the vnode interlock and before it was locked again.
1844 again:
1854 goto again;
2341 * again. We can still lose time if any single round
H A Dvfs_bio.c505 * lock. The thread that is preparing to scan again before
2341 * transient - underlying media might work if tried again
2465 * it. The buffer is expected to be used again soon.
2470 * again soon.
3080 * request and sleep until we are needed again.
3097 * have to sleep and try again. (rare)
4852 again:
4947 goto again;
/freebsd-11-stable/tools/tools/netmap/
H A Dpkt-gen.c1364 again:
1450 goto again;
1996 /* If no room poll() again. */
/freebsd-11-stable/sys/net/
H A Dif.c3239 again:
3315 * If we didn't allocate enough space (uncommon), try again. If
3321 goto again;
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.c2282 again:
2334 goto again;
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_config.c5305 again:
5406 goto again;
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_main.c349 bool again = TRUE; local
369 (again == TRUE)) {
371 again = FALSE;
5105 * to run this ioctl again. So use -EACCES for -EPERM instead.
/freebsd-11-stable/contrib/gcc/config/arm/
H A Dieee754-df.S929 @ Loop again for the low word if this pass was for the high word.
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c182 * Otherwise, it moves to the idle state again.
2254 again:
2280 goto again;
2769 * Indicate to the manager that it should watch the socket again.
3132 * again. Also ignore ECONNRESET, which has been reported to
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c1969 again:
2195 * and try again.
2198 goto again;
2435 * softc and restore the same link again after resuming. PHY
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.c1847 * XXX: Why are we checking again?
1860 * action the user application takes will set again
2614 again:
2658 goto again;
4054 * our settings, let's ask for status again.
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c3900 again:
3907 goto again;
/freebsd-11-stable/sys/dev/bge/
H A Dif_bge.c3872 again:
3881 device_printf(sc->bge_dev, "Try again\n");
3884 goto again;
/freebsd-11-stable/sys/netipsec/
H A Dkey.c2831 again:
2852 * of `goto again`. We will have MATURE state.
2870 goto again;
4392 * Check again with lock held, because it may
6882 * Probably we should send SADB_ACQUIRE again?
8273 * difference (again in seconds) from usetime.
/freebsd-11-stable/contrib/gcc/cp/
H A Dpt.c1174 we'll still get called again here anyhow. It's more convenient
2212 again. */
2886 declared, so there's no need to do it again now. This function
7871 the lookup again. */
8093 should find it again here during instantiation. */
9936 again:
10039 goto again;
10671 /* We haven't deduced the type of this parameter yet. Try again
12300 instantiate_decl do not try to instantiate it again. */
12468 need to consider it again i
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delfxx-mips.c2872 need to do it again. */
4290 we need to set DF_TEXTREL again, so that we do not delete the
4985 we need to set DF_TEXTREL again, so that we do not delete the
5337 so that we don't have to read them again.
6783 bfd_boolean *again)
6795 *again = FALSE;
7610 /* Clear the DF_TEXTREL flag. It will be set again if we
10295 the sort again. */
6752 _bfd_mips_relax_section(bfd *abfd, asection *sec, struct bfd_link_info *link_info, bfd_boolean *again) argument
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_softdep.c1834 * it again.
3698 * We'll never need this buffer again, set flags so it will be
5760 * dirty again. It can only be successfully written once all the
6490 * indir_trunc machinery. The file will not be extended again into a
9531 * After a superblock is written determine whether it must be written again
9948 * write. When the disk write completes, the memory block is again brought
10768 * until the bitmap is cleared again by ffs_blkfree() to prevent
10920 * the copy was made, so do not need to do it again.
12228 again:
12246 goto again;
[all...]

Completed in 701 milliseconds

<<1112131415