Home
last modified time | relevance | path

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

123

/freebsd/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()
141 ossl_asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
146 ossl_asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in ossl_asn1_template_free()
[all …]
H A Dtasn_new.c19 int embed, OSSL_LIB_CTX *libctx,
22 int embed);
60 int asn1_item_embed_new(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed, in asn1_item_embed_new() argument
93 } else if (!asn1_primitive_new(pval, it, embed)) in asn1_item_embed_new()
98 if (!asn1_primitive_new(pval, it, embed)) in asn1_item_embed_new()
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()
[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/sys/netgraph/
H A Dng_source.c440 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local
442 if (msg->header.arglen != sizeof(*embed)) { in ng_source_rcvmsg()
446 embed = (struct ng_source_embed_info *)msg->data; in ng_source_rcvmsg()
447 bcopy(embed, &sc->embed_timestamp, sizeof(*embed)); in ng_source_rcvmsg()
453 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local
455 NG_MKRESPONSE(resp, msg, sizeof(*embed), M_NOWAIT); in ng_source_rcvmsg()
460 embed = (struct ng_source_embed_info *)resp->data; in ng_source_rcvmsg()
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
469 if (msg->header.arglen != sizeof(*embed)) { in ng_source_rcvmsg()
[all …]
/freebsd/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/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/contrib/llvm-project/lld/COFF/
H A DOptions.td90 def natvis : P<"natvis", "Path to natvis file to embed in the PDB">;
92 def pdbaltpath : P<"pdbaltpath", "PDB file path to embed in the image">;
128 "Additional manifest inputs; only valid with /manifest:embed">;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.def133 // C23 & C++26 #embed
134 PPKEYWORD(embed)
172 // Directly holds numerical value. Used to process C23 #embed.
1018 // Annotation for #embed
1019 ANNOTATION(embed)
H A DDebugOptions.def143 /// Whether to embed source in DWARF debug line section.
H A DDiagnosticLexKinds.td440 "#embed is a %select{C23|Clang}0 extension">,
443 "#embed is incompatible with C standards before C23">,
446 "cannot specify parameter '%0' twice in the same '#embed' directive">;
517 "unknown%select{ | embed}0 preprocessor parameter '%1'">;
H A DDiagnosticFrontendKinds.td261 Error<"file '%0' specified by '-fmodules-embed-file=' not found">,
/freebsd/contrib/terminus/
H A DOFL.TXT50 a copy of the Font Software, to use, study, copy, merge, embed, modify,
/freebsd/lib/libsecureboot/
H A DREADME.rst67 embed in this library.
/freebsd/usr.sbin/fstyp/
H A Dhammer2_disk.h163 * Inodes embed either 512 bytes of direct data or an array of 4 blockrefs,
618 * larger check code as well as to embed statistics for quota operation.
699 } embed; member
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in113 long = "embed-leaf-only"
115 help = "only embed leaf certificate"
H A Dtest_cms.in431 --embed-leaf-only \
/freebsd/contrib/llvm-project/lld/docs/
H A Dindex.rst36 - You can embed LLD in your program to eliminate dependencies on
/freebsd/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/sys/contrib/xz-embedded/
H A DREADME64 To embed the XZ decoder, copy the following files into a single
/freebsd/contrib/ncurses/
H A DTO-DO56 terminfo library interprets \200 as a request to embed NUL (\000) at that
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp444 CASE( 5, 'e', 'b', embed); in getPPKeywordID()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c370 boolean_t embed = (featureflags & DMU_BACKUP_FEATURE_EMBED_DATA) != 0; in recv_begin_check_existing_impl() local
419 if (encrypted && embed) in recv_begin_check_existing_impl()
458 if (encrypted && embed) in recv_begin_check_existing_impl()
542 if (will_encrypt && embed) in recv_begin_check_existing_impl()
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt191 embed some control characters into the string. Valid substitutions

123