Searched refs:nomove (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.c304 reset_dump(int nomove) argument
309 ret = try_reset_dump(nomove);
318 * tries to (re)open log file, nomove flag is used with -x switch
322 try_reset_dump(int nomove) argument
389 if (nomove || priv_move_log()) {
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c233 move', `.set volatile', `.set nomove', and `.set novolatile'. */
234 int nomove; member in struct:mips_set_options
2965 /* If we have seen .set volatile or .set nomove, don't
2967 || mips_opts.nomove != 0
12772 mips_opts.nomove = 0;
12774 else if (strcmp (name, "nomove") == 0 || strcmp (name, "volatile") == 0)
12776 mips_opts.nomove = 1;

Completed in 125 milliseconds