Home
last modified time | relevance | path

Searched refs:stale (Results 1 – 25 of 69) sorted by relevance

123

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_clip.c193 TAILQ_HEAD(, clip_entry) stale; in update_clip_table()
208 TAILQ_INIT(&stale); in update_clip_table()
209 TAILQ_CONCAT(&stale, &sc->clip_table, link); in update_clip_table()
255 TAILQ_FOREACH(ce, &stale, link) { in update_clip_table()
257 TAILQ_REMOVE(&stale, ce, link); in update_clip_table()
294 TAILQ_FOREACH_SAFE(ce, &stale, link, ce_temp) { in update_clip_table()
298 TAILQ_REMOVE(&stale, ce, link); in update_clip_table()
311 TAILQ_CONCAT(&sc->clip_table, &stale, link); in update_clip_table()
/freebsd-12-stable/sys/dev/bhnd/nvram/
Dbhnd_nvram_data_bcmvar.h56 bool stale; /**< header value does not match member
Dbhnd_nvram_data_bcm.c699 hvar->stale = true; in bhnd_nvram_bcm_init()
701 hvar->stale = true; in bhnd_nvram_bcm_init()
863 if (hvar_next->envp != NULL && !hvar_next->stale) in bhnd_nvram_bcm_next()
907 if (hvar == NULL || !hvar->stale) in bhnd_nvram_bcm_next()
/freebsd-12-stable/contrib/bmake/mk/
Dmeta.stage.mk358 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
359 @test ! -s ${.TARGET}.stale || { \
361 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd-12-stable/share/mk/
Dmeta.stage.mk355 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
356 @test ! -s ${.TARGET}.stale || { \
358 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd-12-stable/contrib/ntp/html/hints/
Drefclocks4 in the files tend to get stale - so use with caution)
/freebsd-12-stable/contrib/ntp/
Ddepsver.mf40 # stale with respect to moved, deleted, or superceded headers. Most
/freebsd-12-stable/contrib/ntp/sntp/
Ddepsver.mf40 # stale with respect to moved, deleted, or superceded headers. Most
/freebsd-12-stable/crypto/openssl/doc/man3/
DX509_sign.pod48 is not always updated meaning a stale version is sometimes used. This is not
Dd2i_X509.pod612 i2d_TYPE() or i2d_TYPE()) may return a stale encoding if the
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dp2p_supplicant.c4367 struct wpa_ssid *persistent_go, *stale, *s = NULL; in wpas_p2ps_prov_complete() local
4455 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0); in wpas_p2ps_prov_complete()
4456 if (!stale) in wpas_p2ps_prov_complete()
4459 if (s && s->ssid_len == stale->ssid_len && in wpas_p2ps_prov_complete()
4460 os_memcmp(stale->bssid, s->bssid, ETH_ALEN) == 0 && in wpas_p2ps_prov_complete()
4461 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0) in wpas_p2ps_prov_complete()
4465 if (stale->mode != WPAS_MODE_P2P_GO || in wpas_p2ps_prov_complete()
4466 stale->num_p2p_clients <= 1) { in wpas_p2ps_prov_complete()
4469 stale->id); in wpas_p2ps_prov_complete()
4470 wpas_notify_persistent_group_removed(wpa_s, stale); in wpas_p2ps_prov_complete()
[all …]
/freebsd-12-stable/lib/libfetch/
Dhttp.c641 int stale; member
650 b->stale = b->nc = 0; in init_http_auth_challenge()
831 cs->challenges[cs->count]->stale = in http_parse_authenticate()
/freebsd-12-stable/
DMAINTAINERS22 This list is prone to becoming stale quickly. The best way to find the recent
/freebsd-12-stable/sys/geom/raid/
Dmd_intel.c2362 int vi, sdi, numdisks, len, state, stale; in g_raid_md_write_intel() local
2493 stale = 0; in g_raid_md_write_intel()
2502 stale = 1; in g_raid_md_write_intel()
2518 mvol->dirty = (vol->v_dirty || stale); in g_raid_md_write_intel()
/freebsd-12-stable/contrib/amd/
DREADME.attrcache28 to check if their DNLC entries are stale: if the parent directory mtime is
DNEWS99 are now possibly stale. Many users had seen this problem in the form of
108 do not get flushed from the kernel, and the kernel thus uses stale entries.
498 during attempted umounts, causing stale filehandles
803 fixes to stale file handle on symlinks
1113 removed stale code from lostaltmail.in
DAUTHORS303 January 19, 2000: fix (and reduce the incidence of) stale file handles when
/freebsd-12-stable/crypto/heimdal/doc/
Dkerberos4.texi67 conversion, there are a few things to look out for. If you have stale
/freebsd-12-stable/contrib/atf/
DNEWS18 any stale files left behind by ATF will be automatically cleaned up.
58 * Issue #19: Removed stale references to atf-config and atf-run.
106 atf-c++ would break the stale tools.
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThread.cpp921 bool stale = plan_ptr->IsPlanStale(); in ShouldStop() local
925 if (stale) { in ShouldStop()
/freebsd-12-stable/contrib/unbound/contrib/
Dunbound.spec_fedora344 (note: libevent is stale in EL-4 and not in EL-5, needs fixing there)
/freebsd-12-stable/contrib/binutils/
Dltmain.sh6391 if (stale) { free ((void *) stale); stale = 0; } \
/freebsd-12-stable/contrib/openpam/
DHISTORY478 pam_constants.h to avoid it going stale again.
/freebsd-12-stable/contrib/sqlite3/
DINSTALL36 disabled by default to prevent problems with accidental use of stale
/freebsd-12-stable/contrib/file/
DINSTALL36 disabled by default to prevent problems with accidental use of stale

123