| /freebsd-14-stable/stand/efi/libefi/ |
| HD | efizfs.c | 54 zfsinfo_t *zi; in efizfs_get_handle_by_guid() local 56 STAILQ_FOREACH(zi, &zfsinfo, zi_link) { in efizfs_get_handle_by_guid() 57 if (zi->zi_pool_guid == guid) { in efizfs_get_handle_by_guid() 58 return (zi->zi_handle); in efizfs_get_handle_by_guid() 67 zfsinfo_t *zi; in efizfs_get_guid_by_handle() local 71 STAILQ_FOREACH(zi, &zfsinfo, zi_link) { in efizfs_get_guid_by_handle() 72 if (zi->zi_handle == handle) { in efizfs_get_guid_by_handle() 73 *guid = zi->zi_pool_guid; in efizfs_get_guid_by_handle() 83 zfsinfo_t *zi; in insert_zfs() local 85 zi = malloc(sizeof(zfsinfo_t)); in insert_zfs() [all …]
|
| /freebsd-14-stable/contrib/tzdata/ |
| HD | Makefile | 181 TZDATA_TEXT= leapseconds tzdata.zi 623 EIGHT_YARDS = $(TZDATA_DIST) $(DOCS) $(SOURCES) tzdata.zi 646 vanguard.zi main.zi rearguard.zi 691 vanguard.zi main.zi rearguard.zi: $(DSTDATA_ZI_DEPS) 693 -v DATAFORM=$(@:.zi=) \ 701 tzdata.zi: $(DATAFORM).zi version zishrink.awk 709 $(DATAFORM).zi >$@.out 774 INSTALL_DATA_DEPS = zic leapseconds tzdata.zi 777 $(ZIC_INSTALL) tzdata.zi 780 $(ZIC_INSTALL) -L leapseconds tzdata.zi [all …]
|
| HD | backward | 21 # .zi parsers (including tzcode through 2022e) mishandle links to links. 69 # Vanguard section, for most .zi parsers. 86 # Vanguard section, for most .zi parsers.
|
| HD | etcetera | 24 # Vanguard section, which works with most .zi parsers.
|
| HD | NEWS | 668 the corresponding .zi Rule lines specify DST transitions with TO 859 to use %z eventually; in the meantime maintainers of zi parsers 860 are encouraged to test the parsers on vanguard.zi. 1238 'make rearguard_tarballs' no longer generates a bad rearguard.zi, 1629 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi 1938 tzdata.zi is now more stable from release to release. (Problem 1941 tzdata.zi now can contain comment lines documenting configuration 2095 * The build procedure constructs three files vanguard.zi, main.zi, 2096 and rearguard.zi, one for each format. Although the files 2101 should start using rearguard.zi, so that they will be unaffected [all …]
|
| /freebsd-14-stable/contrib/tzcode/ |
| HD | Makefile | 181 TZDATA_TEXT= leapseconds tzdata.zi 621 EIGHT_YARDS = $(TZDATA_DIST) $(DOCS) $(SOURCES) tzdata.zi 644 vanguard.zi main.zi rearguard.zi 689 vanguard.zi main.zi rearguard.zi: $(DSTDATA_ZI_DEPS) 691 -v DATAFORM=$(@:.zi=) \ 699 tzdata.zi: $(DATAFORM).zi version zishrink.awk 707 $(DATAFORM).zi >$@.out 772 INSTALL_DATA_DEPS = zic leapseconds tzdata.zi 775 $(ZIC_INSTALL) tzdata.zi 778 $(ZIC_INSTALL) -L leapseconds tzdata.zi [all …]
|
| HD | NEWS | 565 the corresponding .zi Rule lines specify DST transitions with TO 756 to use %z eventually; in the meantime maintainers of zi parsers 757 are encouraged to test the parsers on vanguard.zi. 1135 'make rearguard_tarballs' no longer generates a bad rearguard.zi, 1526 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi 1835 tzdata.zi is now more stable from release to release. (Problem 1838 tzdata.zi now can contain comment lines documenting configuration 1992 * The build procedure constructs three files vanguard.zi, main.zi, 1993 and rearguard.zi, one for each format. Although the files 1998 should start using rearguard.zi, so that they will be unaffected [all …]
|
| /freebsd-14-stable/share/zoneinfo/ |
| HD | Makefile | 108 -f ${CONTRIBDIR}ziguard.awk ${TZFILES} >${TZBUILDDIR}/main.zi; \ 115 main.zi >tzdata.zi; rm main.zi)
|
| /freebsd-14-stable/crypto/openssl/test/certs/ |
| HD | ncca3-key.pem | 5 DZ/d1Lg7gtztbceyV1H9ZSR6xBvf4WzEGmHr/zi/KUyhKxJx3/YcUPuWu34WTUMa
|
| /freebsd-14-stable/share/misc/ |
| HD | organization.dot | 37 …ecurity Team\nports-secteam@FreeBSD.org\ndelphij, amdmi3, eadler, jgh, rea, riggs, sbz, simon, zi"] 50 …ster [label="Postmaster Team\npostmaster@FreeBSD.org\ndhw, krion, ler, philip, pi, rea, remko, zi"]
|
| HD | committers-ports.dot | 306 zi [label="Ryan Steinmetz\nzi@FreeBSD.org\n2011/07/14"] 787 tabthorpe -> zi 841 wxs -> zi
|
| /freebsd-14-stable/crypto/openssh/ |
| HD | ed25519.c | 1834 fe25519 tx, ty, zi; in ge25519_pack() local 1835 fe25519_invert(&zi, &p->z); in ge25519_pack() 1836 fe25519_mul(&tx, &p->x, &zi); in ge25519_pack() 1837 fe25519_mul(&ty, &p->y, &zi); in ge25519_pack()
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/ |
| HD | ztest.c | 7183 ztest_execute(int test, ztest_info_t *zi, uint64_t id) in ztest_execute() argument 7190 for (i = 0; i < zi->zi_iters; i++) in ztest_execute() 7191 zi->zi_func(zd, id); in ztest_execute() 7200 (double)functime / NANOSEC, zi->zi_funcname); in ztest_execute() 7211 ztest_info_t *zi; in ztest_thread() local 7231 zi = &ztest_info[rand]; in ztest_thread() 7237 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) { in ztest_thread() 7238 ztest_execute(rand, zi, id); in ztest_thread() 8092 ztest_info_t *zi; in main() local 8227 zi = &ztest_info[f]; in main() [all …]
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | BuiltinsWebAssembly.def | 219 TARGET_BUILTIN(__builtin_wasm_table_size, "zi", "nt", "reference-types")
|
| HD | BuiltinsNVPTX.def | 696 BUILTIN(__nvvm_memcpy, "vUc*Uc*zi","")
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| HD | VEInstrInfo.td | 825 defm zi : RRCAStgm<opcStr, opc, RC, Ty, immOp, MEMziRRM, ADDRzi, OpNode>; 845 let cz = 0 in defm zi : BCbpfm<opcStr, cmpStr, opc, cond, MEMziASX>; 953 def zi : RRMHM<opc, (outs RC:$sx), (ins (MEMziHM $sz, $imm32):$addr), 963 def zi : RRMHM<opc, (outs), (ins (MEMziHM $sz, $imm32):$addr, RC:$sx),
|
| /freebsd-14-stable/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| HD | t_netpgpverify.sh | 3563 ZuztjrFdoJlRr6C5GPK/jH//n//h3/3yP/zi/64//n799c//+kUG2ByD5hb+JIVY
|