/freebsd/sys/dev/iicbus/gpio/ |
H A D | pcf8574.c | 198 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 D | WITH_STALE_STAGED | 1 Check staged files are not stale.
|
/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_data_bcmvar.h | 54 bool stale; /**< header value does not match member
|
H A D | bhnd_nvram_data_bcm.c | 696 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 D | stale-symlink-buildworld.sh | 29 script=$(mktemp -t stale-symlink)
|
/freebsd/contrib/bmake/mk/ |
H A D | meta.stage.mk | 374 # 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 D | meta.stage.mk | 357 # 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 D | refclocks | 4 in the files tend to get stale - so use with caution)
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/ |
H A D | mmp.kshlib | 109 log_must mv $MMP_CACHE ${MMP_CACHE}.stale
|
/freebsd/contrib/ntp/sntp/ |
H A D | depsver.mf | 40 # stale with respect to moved, deleted, or superceded headers. Most
|
/freebsd/contrib/ntp/ |
H A D | depsver.mf | 40 # stale with respect to moved, deleted, or superceded headers. Most
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_sign.pod | 42 is not always updated meaning a stale version is sometimes used. This is not
|
H A D | d2i_X509.pod | 613 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 D | p2p_supplicant.c | 4481 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 D | http.c | 639 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 D | md_intel.c | 2357 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 D | MAINTAINERS | 21 This list is prone to becoming stale quickly. The best way to find the recent
|
/freebsd/crypto/heimdal/doc/ |
H A D | kerberos4.texi | 67 conversion, there are a few things to look out for. If you have stale
|
/freebsd/contrib/atf/ |
H A D | NEWS | 36 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 D | Thread.cpp | 927 bool stale = plan_ptr->IsPlanStale(); in ShouldStop() local 931 if (stale) { in ShouldStop()
|
/freebsd/contrib/unbound/contrib/ |
H A D | unbound.spec_fedora | 344 (note: libevent is stale in EL-4 and not in EL-5, needs fixing there)
|
/freebsd/contrib/bmake/ |
H A D | FILES | 285 unit-tests/deptgt-stale.exp 286 unit-tests/deptgt-stale.mk
|
/freebsd/contrib/openpam/ |
H A D | HISTORY | 478 pam_constants.h to avoid it going stale again.
|
/freebsd/usr.bin/bmake/unit-tests/ |
H A D | Makefile | 168 TESTS+= deptgt-stale
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | Makefile | 165 TESTS+= deptgt-stale
|