Home
last modified time | relevance | path

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

123

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_007_pos.ksh52 typeset -r VDEV_A=$TEST_BASE_DIR/expand-stale-a
53 typeset -r VDEV_B=$TEST_BASE_DIR/expand-stale-b
54 typeset -r DONOR=$TEST_BASE_DIR/expand-stale-tail
55 typeset -r CACHE=$TEST_BASE_DIR/expand-stale.cache
/freebsd/sys/dev/iicbus/gpio/
H A Dpcf8574.c197 uint8_t val, stale; in pcf8574_pin_getflags() local
219 stale = val & sc->output_mask & ~sc->output_state; in pcf8574_pin_getflags()
220 sc->output_mask &= ~stale; in pcf8574_pin_getflags()
221 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/share/mk/
H A Dmeta.stage.mk374 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
375 @test ! -s ${.TARGET}.stale || { \
377 sed 's,.*,& &.dirdep,' ${.TARGET}.stale | xargs rm -f; }
/freebsd/contrib/bmake/mk/
H A Dmeta.stage.mk374 @comm -13 ${.TARGET}.staged1 ${.TARGET}.staged2 > ${.TARGET}.stale
375 @test ! -s ${.TARGET}.stale || { \
377 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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp.kshlib142 log_must mv $MMP_CACHE ${MMP_CACHE}.stale
/freebsd/crypto/openssl/doc/man3/
H A DX509_sign.pod51 is not always updated meaning a stale version is sometimes used. This is not
H A Dd2i_X509.pod714 B<i2d_I<TYPE>_bio>() or B<i2d_I<TYPE>_fp>()) may return a stale encoding if the
/freebsd/lib/libfetch/
H A Dhttp.c617 int stale; member
626 b->stale = b->nc = 0; in init_http_auth_challenge()
807 cs->challenges[cs->count]->stale = in http_parse_authenticate()
/freebsd/.github/
H A DCODEOWNERS20 # This list is prone to becoming stale quickly. The best way to find the
/freebsd/contrib/wpa/wpa_supplicant/
H A Dp2p_supplicant.c5182 struct wpa_ssid *persistent_go, *stale, *s = NULL; in wpas_p2ps_prov_complete() local
5270 stale = wpas_p2p_get_persistent(wpa_s, dev, NULL, 0); in wpas_p2ps_prov_complete()
5271 if (!stale) in wpas_p2ps_prov_complete()
5274 if (s && s->ssid_len == stale->ssid_len && in wpas_p2ps_prov_complete()
5275 ether_addr_equal(stale->bssid, s->bssid) && in wpas_p2ps_prov_complete()
5276 os_memcmp(stale->ssid, s->ssid, s->ssid_len) == 0) in wpas_p2ps_prov_complete()
5280 if (stale->mode != WPAS_MODE_P2P_GO || in wpas_p2ps_prov_complete()
5281 stale->num_p2p_clients <= 1) { in wpas_p2ps_prov_complete()
5284 stale->id); in wpas_p2ps_prov_complete()
5285 wpas_notify_persistent_group_removed(wpa_s, stale); in wpas_p2ps_prov_complete()
[all …]
/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/crypto/heimdal/doc/
H A Dkerberos4.texi67 conversion, there are a few things to look out for. If you have stale
/freebsd/
H A DMAINTAINERS20 This list is prone to becoming stale quickly. The best way to find the
/freebsd/libexec/nuageinit/
H A Dnuageinit1163 -- Clean up stale resolvconf.conf from previous boot
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp961 bool stale = plan_ptr->IsPlanStale(); in ShouldStop() local
965 if (stale) { in ShouldStop()
/freebsd/contrib/unbound/doc/
H A Dunbound-anchor.rst257 and might be stale or not suitable to your purpose.
/freebsd/contrib/atf/
H A DNEWS150 any stale files left behind by ATF will be automatically cleaned up.
190 * Issue #19: Removed stale references to atf-config and atf-run.
236 atf-c++ would break the stale tools.
/freebsd/contrib/unbound/contrib/
H A Dunbound.spec_fedora344 (note: libevent is stale in EL-4 and not in EL-5, needs fixing there)

123