/freebsd/release/scripts/ |
H A D | make-oci-image.sh | 120 mkdir -p ${workdir}/oci/blobs/sha256 123 ln ${workdir}/rootfs.tar.gz ${workdir}/oci/blobs/sha256/${root_hash} 124 ln ${workdir}/config.json ${workdir}/oci/blobs/sha256/${config_hash} 125 ln ${workdir}/manifest.json ${workdir}/oci/blobs/sha256/${manifest_hash}
|
/freebsd/crypto/openssl/doc/internal/man3/ |
H A D | ossl_DER_w_precompiled.pod | 6 - internal DER writers for precompiled DER blobs 18 There may be already existing DER blobs that can simply be copied to
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_none.c | 52 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write() 53 /* TODO: write blobs */ in wpa_config_write()
|
H A D | config_winreg.c | 19 * network block in the configuration file. In addition, blobs subkey has 20 * possible blobs as values. 58 ret = RegOpenKeyEx(hk, TEXT("blobs"), 0, KEY_QUERY_VALUE, &bhk); in wpa_config_read_blobs() 61 "blobs key"); in wpa_config_read_blobs() 62 return 0; /* assume no blobs */ in wpa_config_read_blobs() 981 ret = RegCreateKeyEx(hk, TEXT("blobs"), 0, NULL, 0, KEY_WRITE, NULL, in wpa_config_write_blob() 984 wpa_printf(MSG_DEBUG, "WINREG: Could not add blobs key: " in wpa_config_write_blob() 1049 RegDeleteKey(hk, TEXT("blobs")); in wpa_config_write() 1050 for (blob = config->blobs; blob; blob = blob->next) { in wpa_config_write()
|
H A D | README-Windows.txt | 290 network block in the configuration file. In addition, blobs subkey has 291 possible blobs as values.
|
/freebsd/contrib/libfido2/man/ |
H A D | fido2-assert.1 | 198 consists of base64 blobs and UTF-8 strings separated 238 consists of base64 blobs and UTF-8 strings separated
|
H A D | fido2-cred.1 | 191 consists of base64 blobs and UTF-8 strings separated 236 consists of base64 blobs, UTF-8 strings, and PEM-encoded public
|
H A D | fido_dev_largeblob_get.3 | 55 allows binary blobs residing on a CTAP 2.1 authenticator to be
|
H A D | fido2-token.1 | 341 are base64-encoded blobs.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 178 "arrays and blobs may not appear in the middle of a record"); in emitOps() 192 "arrays and blobs may not appear in the middle of a record"); in emit() 229 "arrays and blobs need special handling"); in emit() 392 /// Note that even fixed arguments must be specified here. Blobs are passed 464 /// and blobs can only be passed as StringRefs.
|
H A D | BitcodeAnalyzer.h | 44 /// Print binary blobs using hex escapes.
|
/freebsd/contrib/libfido2/tools/ |
H A D | token.c | 610 int blobs = 0; in token_list() local 622 blobs = 1; in token_list() 639 if (blobs || enrolls || keys || rplist) { in token_list() 642 if (blobs) in token_list()
|
/freebsd/sys/modules/sound/driver/ |
H A D | Makefile | 4 # Modules that include binary-only blobs of microcode should be selectable by
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-bcanalyzer/ |
H A D | llvm-bcanalyzer.cpp | 75 ShowBinaryBlobs("show-binary-blobs", 76 cl::desc("Print binary blobs using hex escapes"),
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tas5805m.yaml | 36 instance. Configuration blobs are sequences of register writes
|
H A D | ti,tas5805m.yaml | 36 instance. Configuration blobs are sequences of register writes
|
/freebsd/share/man/man3/ |
H A D | stats.3 | 228 to minimize the memory footprint of blobs. 707 Blobs are laid out as three distinct memory regions following the header: 715 Blobs store VOI and statistic blob state
|
/freebsd/contrib/bearssl/T0/ |
H A D | WordData.cs | 60 "circular reference in blobs ({0})", Name)); in Resolve()
|
/freebsd/usr.bin/dtc/ |
H A D | dtc.1 | 59 It is most commonly used to generate device tree blobs (DTB), the binary 303 Overlay blobs can be applied at boot time by setting
|
/freebsd/sys/modules/usb/ |
H A D | Makefile | 42 # Modules that include binary-only blobs of microcode should be selectable by
|
/freebsd/crypto/openssh/ |
H A D | PROTOCOL.agent | 98 key blobs:
|
/freebsd/sys/contrib/xen/ |
H A D | hypfs.h | 117 * for blobs and strings.
|
/freebsd/sbin/fsck_msdosfs/ |
H A D | fat.c | 1142 size_t rwsize, tailsize, blobs, i; in copyfat() local 1151 blobs = howmany(fat->fatsize, fat32_cache_size); in copyfat() 1162 for (i = 0; i < blobs; in copyfat() 1164 if (i == blobs - 1) { in copyfat()
|
/freebsd/stand/uboot/ |
H A D | copy.c | 48 * Avoid low memory, u-boot puts things like args and dtb blobs there.
|
/freebsd/sys/dev/sfxge/common/ |
H A D | siena_flash.h | 56 /*Structures supporting an arbitrary number of binary blobs in the flash image
|