Searched refs:stale (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmvar.h56 bool stale; /**< header value does not match member in struct:bhnd_nvram_bcm_hvar
H A Dbhnd_nvram_data_bcm.c687 /* Check for stale value */
699 hvar->stale = true;
701 hvar->stale = true;
863 if (hvar_next->envp != NULL && !hvar_next->stale)
907 if (hvar == NULL || !hvar->stale)
/freebsd-13-stable/sys/dev/cxgbe/
H A Dt4_clip.c193 TAILQ_HEAD(, clip_entry) stale;
208 TAILQ_INIT(&stale);
209 TAILQ_CONCAT(&stale, &sc->clip_table, link);
247 * not stale.
255 * If it's in the stale list we should move it to the
258 TAILQ_FOREACH(ce, &stale, link) {
260 TAILQ_REMOVE(&stale, ce, link);
295 * Remove stale addresses (those no longer in V_in6_ifaddrhead) that are
298 TAILQ_FOREACH_SAFE(ce, &stale, link, ce_temp) {
302 TAILQ_REMOVE(&stale, c
[all...]
/freebsd-13-stable/sys/geom/vinum/
H A Dgeom_vinum_share.c237 else if (!strcmp(buf, "stale"))
251 return "stale";
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta.stage.mk354 # anything in the 2nd list but not the first is stale - remove it.
361 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
362 @test ! -s ${.TARGET}.stale || { \
363 echo "Removing stale staged files..."; \
364 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
H A Dldorder.mk72 # don't use stale ldorder
H A Dgendirdeps.mk181 # since we cannot ignore stale .meta
/freebsd-13-stable/share/mk/
H A Dmeta.stage.mk352 # anything in the 2nd list but not the first is stale - remove it.
359 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
360 @test ! -s ${.TARGET}.stale || { \
361 echo "Removing stale staged files..."; \
362 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
H A Dgendirdeps.mk182 # since we cannot ignore stale .meta
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib120 log_must mv $MMP_CACHE ${MMP_CACHE}.stale
/freebsd-13-stable/lib/libfetch/
H A Dhttp.c641 int stale; member in struct:__anon7614
650 b->stale = b->nc = 0;
830 } else if (strcasecmp(key, "stale") == 0) {
831 cs->challenges[cs->count]->stale =
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c3961 /* Remove stale persistent group */
3964 "P2P: Remove stale persistent group id=%d",
4035 struct wpa_ssid *persistent_go, *stale, *s = NULL; local
4110 /* Clean up stale persistent groups with this device */
4123 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0);
4124 if (!stale)
4127 if (s && s->ssid_len == stale->ssid_len &&
4128 os_memcmp(stale->bssid, s->bssid, ETH_ALEN) == 0 &&
4129 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0)
4132 /* Remove stale persisten
[all...]
/freebsd-13-stable/sys/geom/raid/
H A Dmd_intel.c932 G_RAID_DEBUG1(1, sc, "Unknown, probably new or stale disk");
933 /* Failed stale disk is useless for us. */
2359 int vi, sdi, numdisks, len, state, stale; local
2490 stale = 0;
2499 stale = 1;
2515 mvol->dirty = (vol->v_dirty || stale);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp917 // original plan on the stack, This code clears stale plans off the stack.
922 // Discard the stale plans and all plans below them in the stack, plus move
925 bool stale = plan_ptr->IsPlanStale(); local
929 if (stale) {
/freebsd-13-stable/contrib/bmake/unit-tests/
H A DMakefile146 TESTS+= deptgt-stale
/freebsd-13-stable/usr.bin/bmake/unit-tests/
H A DMakefile150 TESTS+= deptgt-stale
/freebsd-13-stable/contrib/unbound/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/file/
H A Dltmain.sh5646 #define XFREE(stale) do { \
5647 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh5643 #define XFREE(stale) do { \
5644 if (stale) { free (stale); stale = 0; } \
/freebsd-13-stable/crypto/heimdal/
H A Dltmain.sh4264 #define XFREE(stale) do { \
4265 if (stale) { free ((void *) stale); stale = 0; } \

Completed in 301 milliseconds

12