Home
last modified time | relevance | path

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

123

/freebsd/sys/dev/iicbus/gpio/
H A Dpcf8574.c198 uint8_t val, stale; in pcf8574_pin_getflags() local
220 stale = val & sc->output_mask & ~sc->output_state; in pcf8574_pin_getflags()
221 sc->output_mask &= ~stale; in pcf8574_pin_getflags()
222 sc->output_state |= stale; in pcf8574_pin_getflags()
/freebsd/tools/build/options/
H A DWITH_STALE_STAGED1 Check staged files are not stale.
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_data_bcmvar.h54 bool stale; /**< header value does not match member
H A Dbhnd_nvram_data_bcm.c696 hvar->stale = true; in bhnd_nvram_bcm_init()
698 hvar->stale = true; in bhnd_nvram_bcm_init()
860 if (hvar_next->envp != NULL && !hvar_next->stale) in bhnd_nvram_bcm_next()
904 if (hvar == NULL || !hvar->stale) in bhnd_nvram_bcm_next()
/freebsd/tools/build/
H A Dstale-symlink-buildworld.sh29 script=$(mktemp -t stale-symlink)
/freebsd/contrib/bmake/mk/
H A Dmeta.stage.mk374 # anything in the 2nd list but not the first is stale - remove it.
381 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
382 @test ! -s ${.TARGET}.stale || { \
383 echo "Removing stale staged files..."; \
384 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd/share/mk/
H A Dmeta.stage.mk357 # anything in the 2nd list but not the first is stale - remove it.
364 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
365 @test ! -s ${.TARGET}.stale || { \
366 echo "Removing stale staged files..."; \
367 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd/contrib/ntp/html/hints/
H A Drefclocks4 in the files tend to get stale - so use with caution)
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib109 log_must mv $MMP_CACHE ${MMP_CACHE}.stale
/freebsd/contrib/ntp/sntp/
H A Ddepsver.mf40 # stale with respect to moved, deleted, or superceded headers. Most
/freebsd/contrib/ntp/
H A Ddepsver.mf40 # stale with respect to moved, deleted, or superceded headers. Most
/freebsd/crypto/openssl/doc/man3/
H A DX509_sign.pod42 is not always updated meaning a stale version is sometimes used. This is not
H A Dd2i_X509.pod613 B<i2d_I<TYPE>_bio>() or B<i2d_I<TYPE>_fp>()) may return a stale encoding if the
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c4481 struct wpa_ssid *persistent_go, *stale, *s = NULL; in wpas_p2ps_prov_complete() local
4569 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0); in wpas_p2ps_prov_complete()
4570 if (!stale) in wpas_p2ps_prov_complete()
4573 if (s && s->ssid_len == stale->ssid_len && in wpas_p2ps_prov_complete()
4574 ether_addr_equal(stale->bssid, s->bssid) && in wpas_p2ps_prov_complete()
4575 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0) in wpas_p2ps_prov_complete()
4579 if (stale->mode != WPAS_MODE_P2P_GO || in wpas_p2ps_prov_complete()
4580 stale->num_p2p_clients <= 1) { in wpas_p2ps_prov_complete()
4583 stale->id); in wpas_p2ps_prov_complete()
4584 wpas_notify_persistent_group_removed(wpa_s, stale); in wpas_p2ps_prov_complete()
[all …]
/freebsd/lib/libfetch/
H A Dhttp.c639 int stale; member
648 b->stale = b->nc = 0; in init_http_auth_challenge()
829 cs->challenges[cs->count]->stale = in http_parse_authenticate()
/freebsd/sys/geom/raid/
H A Dmd_intel.c2357 int vi, sdi, numdisks, len, state, stale; in g_raid_md_write_intel() local
2488 stale = 0; in g_raid_md_write_intel()
2497 stale = 1; in g_raid_md_write_intel()
2513 mvol->dirty = (vol->v_dirty || stale); in g_raid_md_write_intel()
/freebsd/
H A DMAINTAINERS21 This list is prone to becoming stale quickly. The best way to find the recent
/freebsd/crypto/heimdal/doc/
H A Dkerberos4.texi67 conversion, there are a few things to look out for. If you have stale
/freebsd/contrib/atf/
H A DNEWS36 any stale files left behind by ATF will be automatically cleaned up.
76 * Issue #19: Removed stale references to atf-config and atf-run.
124 atf-c++ would break the stale tools.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp927 bool stale = plan_ptr->IsPlanStale(); in ShouldStop() local
931 if (stale) { in ShouldStop()
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora344 (note: libevent is stale in EL-4 and not in EL-5, needs fixing there)
/freebsd/contrib/bmake/
H A DFILES285 unit-tests/deptgt-stale.exp
286 unit-tests/deptgt-stale.mk
/freebsd/contrib/openpam/
H A DHISTORY478 pam_constants.h to avoid it going stale again.
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile168 TESTS+= deptgt-stale
/freebsd/contrib/bmake/unit-tests/
H A DMakefile165 TESTS+= deptgt-stale

123