Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/config/
H A Dalways-compiler-options.m4101 saved_flags="$CFLAGS"
112 CFLAGS="$saved_flags"
122 saved_flags="$CFLAGS"
133 CFLAGS="$saved_flags"
143 saved_flags="$CFLAGS"
154 CFLAGS="$saved_flags"
169 saved_flags="$CFLAGS"
180 CFLAGS="$saved_flags"
190 saved_flags="$CFLAGS"
203 CFLAGS="$saved_flags"
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dkmem.h89 unsigned int saved_flags; member
121 cookie.saved_flags = current->flags & SPL_FSTRANS; in spl_fstrans_mark()
134 current->flags |= cookie.saved_flags; in spl_fstrans_unmark()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_arc.c503 u_long saved_flags; /* Saved fudge flags. */ member
749 up->saved_flags = 0; /* Default is all flags off. */ in arc_start()
1412 if(up->saved_flags != pp->sloppyclockflag) { in arc_receive()
1424 up->saved_flags = pp->sloppyclockflag; in arc_receive()
/freebsd/contrib/lutok/m4/
H A Dcompiler-flags.m460 saved_flags="${$2}"
67 $2="${saved_flags}"
/freebsd/contrib/kyua/m4/
H A Dcompiler-flags.m460 saved_flags="${$2}"
77 $2="${saved_flags}"
/freebsd/usr.bin/fetch/
H A Dfetch.c387 tcflag_t saved_flags; in query_auth() local
402 saved_flags = tios.c_lflag; in query_auth()
407 tios.c_lflag = saved_flags; in query_auth()
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.c7355 ahc_flag saved_flags; in ahc_handle_en_lun() local
7362 saved_flags = ahc->flags; in ahc_handle_en_lun()
7377 ahc->flags = saved_flags; in ahc_handle_en_lun()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c155120 u64 saved_flags; /* Saved value of db->flags */
155157 saved_flags = db->flags;
155352 db->flags = saved_flags;