| /freebsd/stand/efi/libefi/ |
| H A D | efizfs.c | 52 zfsinfo_t *zi; in efizfs_get_handle_by_guid() local 54 STAILQ_FOREACH(zi, &zfsinfo, zi_link) { in efizfs_get_handle_by_guid() 55 if (zi->zi_pool_guid == guid) { in efizfs_get_handle_by_guid() 56 return (zi->zi_handle); in efizfs_get_handle_by_guid() 65 zfsinfo_t *zi; in efizfs_get_guid_by_handle() local 69 STAILQ_FOREACH(zi, &zfsinfo, zi_link) { in efizfs_get_guid_by_handle() 70 if (zi->zi_handle == handle) { in efizfs_get_guid_by_handle() 71 *guid = zi->zi_pool_guid; in efizfs_get_guid_by_handle() 81 zfsinfo_t *zi; in insert_zfs() local 83 zi = malloc(sizeof(zfsinfo_t)); in insert_zfs() [all …]
|
| /freebsd/contrib/tzdata/ |
| H A D | Makefile | 173 TZDATA_TEXT= leapseconds tzdata.zi 677 EIGHT_YARDS = $(TZDATA_DIST) $(DOCS) $(SOURCES) tzdata.zi 700 vanguard.zi main.zi rearguard.zi 744 vanguard.zi main.zi rearguard.zi: $(DSTDATA_ZI_DEPS) 746 -v DATAFORM=$(@:.zi=) \ 754 tzdata.zi: $(DATAFORM).zi version zishrink.awk 762 $(DATAFORM).zi >$@.out 827 INSTALL_DATA_DEPS = zic leapseconds tzdata.zi 830 $(ZIC_INSTALL) tzdata.zi 833 $(ZIC_INSTALL) -L leapseconds tzdata.zi [all …]
|
| H A D | 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.
|
| H A D | etcetera | 25 # Vanguard section, which works with most .zi parsers.
|
| H A D | NEWS | 937 the corresponding .zi Rule lines specify DST transitions with TO 1128 to use %z eventually; in the meantime maintainers of zi parsers 1129 are encouraged to test the parsers on vanguard.zi. 1507 'make rearguard_tarballs' no longer generates a bad rearguard.zi, 1898 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi 2207 tzdata.zi is now more stable from release to release. (Problem 2210 tzdata.zi now can contain comment lines documenting configuration 2364 * The build procedure constructs three files vanguard.zi, main.zi, 2365 and rearguard.zi, one for each format. Although the files 2370 should start using rearguard.zi, so that they will be unaffected [all …]
|
| /freebsd/contrib/tzcode/ |
| H A D | Makefile | 173 TZDATA_TEXT= leapseconds tzdata.zi 677 EIGHT_YARDS = $(TZDATA_DIST) $(DOCS) $(SOURCES) tzdata.zi 700 vanguard.zi main.zi rearguard.zi 744 vanguard.zi main.zi rearguard.zi: $(DSTDATA_ZI_DEPS) 746 -v DATAFORM=$(@:.zi=) \ 754 tzdata.zi: $(DATAFORM).zi version zishrink.awk 762 $(DATAFORM).zi >$@.out 827 INSTALL_DATA_DEPS = zic leapseconds tzdata.zi 830 $(ZIC_INSTALL) tzdata.zi 833 $(ZIC_INSTALL) -L leapseconds tzdata.zi [all …]
|
| H A D | NEWS | 937 the corresponding .zi Rule lines specify DST transitions with TO 1128 to use %z eventually; in the meantime maintainers of zi parsers 1129 are encouraged to test the parsers on vanguard.zi. 1507 'make rearguard_tarballs' no longer generates a bad rearguard.zi, 1898 tzdata.zi now assumes zic 2017c or later. This shrinks tzdata.zi 2207 tzdata.zi is now more stable from release to release. (Problem 2210 tzdata.zi now can contain comment lines documenting configuration 2364 * The build procedure constructs three files vanguard.zi, main.zi, 2365 and rearguard.zi, one for each format. Although the files 2370 should start using rearguard.zi, so that they will be unaffected [all …]
|
| /freebsd/share/zoneinfo/ |
| H A D | Makefile | 107 -f ${CONTRIBDIR}ziguard.awk ${TZFILES} >${TZBUILDDIR}/main.zi; \ 114 main.zi >tzdata.zi; rm main.zi)
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | ncca3-key.pem | 5 DZ/d1Lg7gtztbceyV1H9ZSR6xBvf4WzEGmHr/zi/KUyhKxJx3/YcUPuWu34WTUMa
|
| /freebsd/share/misc/ |
| H A D | 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"]
|
| H A D | committers-ports.dot | 320 zi [label="Ryan Steinmetz\nzi@FreeBSD.org\n2011/07/14"] 824 tabthorpe -> zi 882 wxs -> zi
|
| /freebsd/stand/efi/loader/ |
| H A D | main.c | 611 zfsinfo_t *zi; in find_currdev() local 618 STAILQ_FOREACH(zi, zfsinfo, zi_link) { in find_currdev() 620 zi->zi_handle != boot_img->DeviceHandle) in find_currdev() 622 printf("Trying ZFS pool 0x%jx\n", zi->zi_pool_guid); in find_currdev() 623 if (probe_zfs_currdev(zi->zi_pool_guid)) in find_currdev()
|
| /freebsd/crypto/openssh/ |
| H A D | ed25519.c | 1836 fe25519 tx, ty, zi; in ge25519_pack() local 1837 fe25519_invert(&zi, &p->z); in ge25519_pack() 1838 fe25519_mul(&tx, &p->x, &zi); in ge25519_pack() 1839 fe25519_mul(&ty, &p->y, &zi); in ge25519_pack()
|
| /freebsd/sys/contrib/openzfs/cmd/ |
| H A D | ztest.c | 7627 ztest_execute(int test, ztest_info_t *zi, uint64_t id) in ztest_execute() argument 7634 for (i = 0; i < zi->zi_iters; i++) in ztest_execute() 7635 zi->zi_func(zd, id); in ztest_execute() 7644 (double)functime / NANOSEC, zi->zi_funcname); in ztest_execute() 7724 ztest_info_t *zi; in ztest_thread() local 7746 zi = &ztest_info[rand]; in ztest_thread() 7752 ztest_random(2 * zi->zi_interval[0] + 1)) == call_next) { in ztest_thread() 7753 ztest_execute(rand, zi, id); in ztest_thread() 8909 ztest_info_t *zi; in main() local 9045 zi = &ztest_info[f]; in main() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | BuiltinsWebAssembly.def | 205 TARGET_BUILTIN(__builtin_wasm_table_size, "zi", "nt", "reference-types")
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | 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/contrib/netbsd-tests/usr.bin/netpgpverify/ |
| H A D | t_netpgpverify.sh | 3563 ZuztjrFdoJlRr6C5GPK/jH//n//h3/3yP/zi/64//n799c//+kUG2ByD5hb+JIVY
|