Home
last modified time | relevance | path

Searched refs:embed (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-14.2/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c28 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in ossl_asn1_item_embed_free() argument
51 ossl_asn1_primitive_free(pval, it, embed); in ossl_asn1_item_embed_free()
55 ossl_asn1_primitive_free(pval, it, embed); in ossl_asn1_item_embed_free()
74 if (embed == 0) { in ossl_asn1_item_embed_free()
90 OPENSSL_assert(embed == 0); in ossl_asn1_item_embed_free()
118 if (embed == 0) { in ossl_asn1_item_embed_free()
128 int embed = tt->flags & ASN1_TFLG_EMBED; in ossl_asn1_template_free() local
130 if (embed) { in ossl_asn1_template_free()
146 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
158 if (embed) { in ossl_asn1_primitive_free()
[all …]
H A Dtasn_new.c22 int embed);
111 if (embed) { in asn1_item_embed_new()
133 if (embed) { in asn1_item_embed_new()
142 if (!embed) { in asn1_item_embed_new()
161 ossl_asn1_item_embed_free(pval, it, embed); in asn1_item_embed_new()
167 ossl_asn1_item_embed_free(pval, it, embed); in asn1_item_embed_new()
211 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_new() local
214 if (embed) { in asn1_template_new()
262 int embed) in asn1_primitive_new() argument
273 if (embed) { in asn1_primitive_new()
[all …]
H A Dasn1_local.h48 void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed);
73 void ossl_asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
74 void ossl_asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
H A Dasn1_lib.c359 void ossl_asn1_string_embed_free(ASN1_STRING *a, int embed) in ossl_asn1_string_embed_free() argument
365 if (embed == 0) in ossl_asn1_string_embed_free()
/freebsd-14.2/sys/netgraph/
H A Dng_source.c440 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local
447 bcopy(embed, &sc->embed_timestamp, sizeof(*embed)); in ng_source_rcvmsg()
453 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local
461 bcopy(&sc->embed_timestamp, embed, sizeof(*embed)); in ng_source_rcvmsg()
467 struct ng_source_embed_cnt_info *embed; in ng_source_rcvmsg() local
475 !(embed->width == 1 || embed->width == 2 || in ng_source_rcvmsg()
476 embed->width == 4)) { in ng_source_rcvmsg()
480 bcopy(embed, &sc->embed_counter[embed->index], in ng_source_rcvmsg()
481 sizeof(*embed)); in ng_source_rcvmsg()
488 struct ng_source_embed_cnt_info *embed; in ng_source_rcvmsg() local
[all …]
/freebsd-14.2/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \
594 F.1: here-doc embed with unbal single, back- or doublequote '\''
598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \
606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \
610 F.3: here-doc embed with unbal single, back- or doublequote `
/freebsd-14.2/sys/contrib/device-tree/Bindings/regulator/
H A Dst,stm32-booster.yaml13 Some STM32 devices embed a 3.3V booster supplied by Vdda, that can be used
H A Dst,stm32-vrefbuf.yaml10 Some STM32 devices embed a voltage reference buffer which can be used as
/freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Damlogic,meson-mx-ao-arc.yaml10 Amlogic Meson6, Meson8, Meson8b and Meson8m2 SoCs embed an ARC core
/freebsd-14.2/sys/contrib/device-tree/Bindings/nvmem/layouts/
H A Donie,tlv-layout.yaml20 parameters the manufacturer decided to embed.
/freebsd-14.2/sys/dev/ocs_fc/
H A Docs_ioctl.c92 sli4_req_hdr_t *req = (sli4_req_hdr_t *)sli_config->payload.embed; in ocs_process_sli_config()
98 (sli4_req_common_read_object_t *)sli_config->payload.embed; in ocs_process_sli_config()
117 (sli4_req_common_write_object_t *)sli_config->payload.embed; in ocs_process_sli_config()
145 (sli4_req_common_read_object_list_t *)sli_config->payload.embed; in ocs_process_sli_config()
H A Dsli4.c455 sli_config_hdr = (sli4_req_hdr_t *)sli_config->payload.embed; in sli_dump_bmbx_command()
1456 if ((length > sizeof(sli_config->payload.embed)) && (dma == NULL)) { in sli_cmd_sli_config()
1458 length, sizeof(sli_config->payload.embed)); in sli_cmd_sli_config()
1485 return offsetof(sli4_cmd_sli_config_t, payload.embed); in sli_cmd_sli_config()
3296 return sli_config->payload.embed[4]; in sli_res_sli_config()
3647 (((uint8_t *)sli4->bmbx.virt) + offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_query_fw_config()
3813 (((uint8_t *)sli4->bmbx.virt) + offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_get_config()
3965 offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_get_config()
/freebsd-14.2/contrib/llvm-project/lld/COFF/
H A DOptions.td89 def natvis : P<"natvis", "Path to natvis file to embed in the PDB">;
91 def pdbaltpath : P<"pdbaltpath", "PDB file path to embed in the image">;
127 "Additional manifest inputs; only valid with /manifest:embed">;
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Damlogic,meson-g12a-usb-ctrl.yaml28 The Amlogic GXL, GXM & AXG SoCs doesn't embed an USB3 PHY.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DDebugOptions.def138 /// Whether to embed source in DWARF debug line section.
/freebsd-14.2/contrib/terminus/
H A DOFL.TXT50 a copy of the Font Software, to use, study, copy, merge, embed, modify,
/freebsd-14.2/lib/libsecureboot/
H A DREADME.rst66 embed in this library.
/freebsd-14.2/usr.sbin/fstyp/
H A Dhammer2_disk.h699 } embed; member
/freebsd-14.2/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in113 long = "embed-leaf-only"
115 help = "only embed leaf certificate"
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dethernet-controller.yaml63 # something proprietary is being used to embed the PHY in the
/freebsd-14.2/sys/contrib/device-tree/Bindings/mtd/
H A Datmel-nand.txt64 SAMA5 SoCs embed an advanced NAND controller logic to automate READ/WRITE page
/freebsd-14.2/contrib/expat/doc/
H A Dok.min.css2embed,iframe,img,input,object,select,svg,textarea,video{display:block}img,video{max-width:100%;hei… selector
/freebsd-14.2/sys/contrib/xz-embedded/
H A DREADME64 To embed the XZ decoder, copy the following files into a single
/freebsd-14.2/contrib/llvm-project/lld/docs/
H A Dindex.rst36 - You can embed LLD in your program to eliminate dependencies on
/freebsd-14.2/contrib/ncurses/
H A DTO-DO56 terminfo library interprets \200 as a request to embed NUL (\000) at that

123