Searched refs:fetched (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/unbound/validator/
H A Dautotrust.h81 uint8_t fetched; member in struct:autr_ta
H A Dautotrust.c1313 /** Set fetched value */
1317 ta->fetched = seen;
1517 ta->fetched = 0;
1800 if (anchor->fetched)
1806 if (!anchor->fetched)
1817 else if (!anchor->fetched)
1830 else if (anchor->fetched)
1835 if (anchor->fetched)
2269 ta->fetched?" fetched"
[all...]
/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c1575 int32_t fetch, fetched, start, cp; local
1617 fetched = z_fetched(info);
1620 cp = (info->z_size << 1) + fetched;
1626 z_next(info, info->z_start, fetched + 1);
1633 "start=%d fetched=%d cp=%d "
1635 start, fetched, cp, info->z_cycle,
1646 fetched = SND_FXDIV(z_feed(f->source, c,
1650 * Prepare to convert fetched buffer,
1654 reqin -= fetched;
1655 info->z_pos += fetched;
[all...]
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h310 bool fetched = false; member in class:lld::elf::LazyObjFile
H A DInputFiles.cpp1151 // !ArchiveFile::parsed or LazyObjFile::fetched means that the file
1159 cast<LazyObjFile>(sym->file)->fetched))
1663 if (fetched)
1665 fetched = true;
1726 // If fetched, stop iterating because this->symbols has been transferred
1728 if (fetched)
H A DLTO.cpp261 if (f->fetched || !isBitcode(f->mb))
/freebsd-13-stable/sys/contrib/x86emu/
H A Dx86emu.c302 int fetched; local
304 fetched = fetch_byte_imm(emu);
305 emu->cur_mod = (fetched >> 6) & 0x03;
306 emu->cur_rh = (fetched >> 3) & 0x07;
307 emu->cur_rl = (fetched >> 0) & 0x07;
323 uint8_t fetched; local
325 fetched = fetch_byte(emu, emu->x86.R_CS, emu->x86.R_IP);
327 return fetched;
343 uint16_t fetched; local
345 fetched
363 uint32_t fetched; local
[all...]
/freebsd-13-stable/stand/lua/
H A Dconfig.lua78 -- the kenv. Save the overhead, let it get fetched other ways.
/freebsd-13-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh65 updatesready -- Check if there are fetched updates ready to install
1146 # not yet been fetched.
3339 # Check if there are fetched updates ready to install.

Completed in 203 milliseconds