Home
last modified time | relevance | path

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

123

/freebsd-12.1/crypto/openssl/crypto/asn1/
H A Dtasn_fre.c28 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed) in asn1_item_embed_free() argument
51 asn1_primitive_free(pval, it, embed); in asn1_item_embed_free()
55 asn1_primitive_free(pval, it, embed); in asn1_item_embed_free()
74 if (embed == 0) { in asn1_item_embed_free()
114 if (embed == 0) { in asn1_item_embed_free()
124 int embed = tt->flags & ASN1_TFLG_EMBED; in asn1_template_free() local
126 if (embed) { in asn1_template_free()
137 asn1_item_embed_free(&vtmp, ASN1_ITEM_ptr(tt->item), embed); in asn1_template_free()
142 asn1_item_embed_free(pval, ASN1_ITEM_ptr(tt->item), embed); in asn1_template_free()
154 if (embed) { in asn1_primitive_free()
[all …]
H A Dtasn_new.c19 int embed);
21 int embed);
94 if (embed) { in asn1_item_embed_new()
119 if (embed) { in asn1_item_embed_new()
128 if (!embed) { in asn1_item_embed_new()
150 asn1_item_embed_free(pval, it, embed); in asn1_item_embed_new()
159 asn1_item_embed_free(pval, it, embed); in asn1_item_embed_new()
208 if (embed) { in asn1_template_new()
263 int embed) in asn1_primitive_new() argument
274 if (embed) { in asn1_primitive_new()
[all …]
H A Dasn1_locl.h46 void asn1_string_embed_free(ASN1_STRING *a, int embed);
66 void asn1_item_embed_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
67 void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int embed);
H A Dasn1_lib.c325 void asn1_string_embed_free(ASN1_STRING *a, int embed) in asn1_string_embed_free() argument
331 if (embed == 0) in asn1_string_embed_free()
/freebsd-12.1/sys/netgraph/
H A Dng_source.c441 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local
448 bcopy(embed, &sc->embed_timestamp, sizeof(*embed)); in ng_source_rcvmsg()
454 struct ng_source_embed_info *embed; in ng_source_rcvmsg() local
462 bcopy(&sc->embed_timestamp, embed, sizeof(*embed)); in ng_source_rcvmsg()
468 struct ng_source_embed_cnt_info *embed; in ng_source_rcvmsg() local
476 !(embed->width == 1 || embed->width == 2 || in ng_source_rcvmsg()
477 embed->width == 4)) { in ng_source_rcvmsg()
481 bcopy(embed, &sc->embed_counter[embed->index], in ng_source_rcvmsg()
482 sizeof(*embed)); in ng_source_rcvmsg()
489 struct ng_source_embed_cnt_info *embed; in ng_source_rcvmsg() local
[all …]
/freebsd-12.1/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-12.1/contrib/gdb/gdb/config/arm/
H A Dembed.mt4 TM_FILE= tm-embed.h
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DOptions.td54 def natvis : P<"natvis", "Path to natvis file to embed in the PDB">;
58 def pdbaltpath : P<"pdbaltpath", "PDB file path to embed in the image">;
80 "Additional manifest inputs; only valid with /manifest:embed">;
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_ioctl.c103 sli4_req_hdr_t *req = (sli4_req_hdr_t *)sli_config->payload.embed; in ocs_process_sli_config()
109 (sli4_req_common_read_object_t *)sli_config->payload.embed; in ocs_process_sli_config()
129 (sli4_req_common_write_object_t *)sli_config->payload.embed; in ocs_process_sli_config()
151 (sli4_req_common_read_object_list_t *)sli_config->payload.embed; in ocs_process_sli_config()
H A Dsli4.c404 sli_config_hdr = (sli4_req_hdr_t *)sli_config->payload.embed; in sli_dump_bmbx_command()
1366 if ((length > sizeof(sli_config->payload.embed)) && (dma == NULL)) { in sli_cmd_sli_config()
1368 length, sizeof(sli_config->payload.embed)); in sli_cmd_sli_config()
1396 return offsetof(sli4_cmd_sli_config_t, payload.embed); in sli_cmd_sli_config()
3209 return sli_config->payload.embed[4]; in sli_res_sli_config()
3548 (((uint8_t *)sli4->bmbx.virt) + offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_query_fw_config()
3707 (((uint8_t *)sli4->bmbx.virt) + offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_get_config()
3859 offsetof(sli4_cmd_sli_config_t, payload.embed)); in sli_get_config()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DCC1Options.td171 HelpText<"The compilation directory to embed in the debug info.">;
173 HelpText<"The string to embed in the Dwarf debug flags record.">;
175 HelpText<"The string to embed in the .LLVM.command.line section.">;
501 def fmodules_embed_file_EQ : Joined<["-"], "fmodules-embed-file=">,
505 def fmodules_embed_all_files : Joined<["-"], "fmodules-embed-all-files">,
865 HelpText<"The string to embed in the Dwarf debug AT_producer record.">;
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dsql94 # Version 3 of SQLite allows applications to embed their own "user version"
/freebsd-12.1/lib/libsecureboot/
H A DREADME.rst66 embed in this library.
/freebsd-12.1/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-12.1/sys/contrib/xz-embedded/
H A DREADME64 To embed the XZ decoder, copy the following files into a single
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dindex.rst46 - You can embed LLD in your program to eliminate dependencies on
H A DNewLLD.rst7 You can embed LLD to your program by linking against it and calling the linker's
/freebsd-12.1/contrib/ncurses/
H A DTO-DO55 terminfo library interprets \200 as a request to embed NUL (\000) at that
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td210 Error<"file '%0' specified by '-fmodules-embed-file=' not found">,
H A DCodeGenOptions.def351 /// Whether to embed source in DWARF debug line section.
/freebsd-12.1/contrib/expat/
H A DChanges156 which embed Expat rather than linking in the library.
/freebsd-12.1/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt191 embed some control characters into the string. Valid substitutions
/freebsd-12.1/contrib/ntp/lib/isc/win32/
H A Dlibisc.mak51 # _VC_MANIFEST_EMBED_EXE - command to embed manifest in EXE:
73 # _VC_MANIFEST_EMBED_DLL - command to embed manifest in DLL:
/freebsd-12.1/contrib/gcc/
H A Dconfig.gcc2016 sh*-*-kaos*) tm_file="${tm_file} sh/embed-elf.h kaos.h sh/kaos-sh.h"
2023 tm_file="${tm_file} sh/embed-elf.h"
2029 tm_file="${tm_file} sh/embed-elf.h" ;;
2155 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/elf.h sh/embed-elf.h sh/rtemself.h rtems.h"
2159 tm_file="${tm_file} dbxelf.h elfos.h svr4.h sh/embed-elf.h sh/vxworks.h"

123