| /freebsd-10-stable/sys/modules/geom/geom_uncompress/ |
| D | Makefile | 4 ${.CURDIR}/../../../contrib/xz-embedded/freebsd/ \ 5 ${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/ \ 6 ${.CURDIR}/../../../contrib/xz-embedded/linux/include/linux/ \ 11 -I${.CURDIR}/../../../contrib/xz-embedded/freebsd \ 12 -I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
|
| /freebsd-10-stable/sys/modules/geom/geom_uzip/ |
| D | Makefile | 13 .PATH: ${.CURDIR}/../../../contrib/xz-embedded/freebsd/ \ 14 ${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/ \ 15 ${.CURDIR}/../../../contrib/xz-embedded/linux/include/linux/ \ 18 CFLAGS+= -I${.CURDIR}/../../../contrib/xz-embedded/freebsd \ 19 -I${.CURDIR}/../../../contrib/xz-embedded/linux/lib/xz/
|
| /freebsd-10-stable/crypto/openssl/doc/crypto/ |
| D | CMS_get0_type.pod | 22 CMS_set1_eContentType() sets the embedded content type of a CMS_ContentInfo 27 ASN1_OBJECT *CMS_get0_eContentType() returns a pointer to the embedded 31 containing the embedded content. 56 B<*pconf> could be NULL if there is no embedded content. Applications can 57 access, modify or create the embedded content in a B<CMS_ContentInfo> structure 59 embedded content as it is normally set by higher level functions.
|
| /freebsd-10-stable/sys/dev/oce/ |
| D | oce_mbox.c | 71 mbx->u0.s.embedded = 1; in oce_reset_fun() 273 mbx.u0.s.embedded = 1; in oce_get_fw_version() 319 mbx->u0.s.embedded = 1; in oce_first_mcc_cmd() 432 mbx.u0.s.embedded = 1; in oce_read_mac_addr() 477 mbx.u0.s.embedded = 1; in oce_get_fw_config() 559 mbx.u0.s.embedded = 1; in oce_if_create() 607 mbx.u0.s.embedded = 1; in oce_if_del() 664 mbx.u0.s.embedded = 1; in oce_config_vlan() 717 mbx.u0.s.embedded = 1; in oce_set_flow_control() 819 mbx.u0.s.embedded = 1; in oce_config_nic_rss() [all …]
|
| /freebsd-10-stable/contrib/dtc/Documentation/ |
| D | dtc-paper.tex | 43 embedded machine. To do this, we supply the kernel with a compact 86 meant that the various 32-bit \ppc embedded ports have required a 93 kernel image that supports multiple embedded machines. 125 before invoking the new kernel. For embedded systems the blob can 126 come either from the embedded bootloader, or from a specialised 147 \item \emph{compact}: embedded systems are frequently short of 269 bindings for many modern buses and devices. In particular, embedded 375 by walking the OF maintained tree. However, for embedded systems, the 384 The device trees for embedded boards are usually quite simple, and 479 This is useful for the common case where an embedded board has an [all …]
|
| /freebsd-10-stable/usr.bin/m4/tests/ |
| D | regress.args2.out | 1 ( check for embedded spaces)
|
| D | args2.m4 | 5 foo(( check for embedded spaces))
|
| /freebsd-10-stable/contrib/gcc/config/rs6000/ |
| D | t-ppcendian | 1 # Multilibs for powerpc embedded ELF targets with altivec.
|
| D | t-ppcgas | 1 # Multilibs for powerpc embedded ELF targets.
|
| /freebsd-10-stable/contrib/gdb/gdb/config/arm/ |
| D | embed.mt | 1 # Target: ARM embedded system
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/wireless/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/firewall/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/sys/mips/conf/ |
| D | BERI_SIM_MDROOT | 13 # This kernel configuration uses an embedded memory root file system.
|
| D | BERI_DE4_MDROOT | 14 # This kernel configuration uses an embedded 8MB memory root file system.
|
| D | BERI_NETFPGA_MDROOT | 28 # This kernel configuration uses an embedded memory root file system.
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/minimal/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/bridge/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/default/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/wrap/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/tools/tools/tinybsd/conf/vpn/ |
| D | tinybsd.ports | 3 # want TinyBSD ports system to install in your embedded system. You whould list
|
| /freebsd-10-stable/contrib/file/magic/Magdir/ |
| D | elf | 159 >18 leshort 77 Infineon 32-bit embedded, 190 >18 leshort 108 Sharp embedded, 221 >18 leshort 167 Andes embedded RISC, 323 >7 byte 255 (embedded)
|
| D | geos | 5 # semi-commonly used in embedded and handheld systems.
|
| /freebsd-10-stable/bin/ed/test/ |
| D | TODO | 6 . - okay: embedded newlines in insert mode
|
| /freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/ |
| D | opensolaris_nvpair.c | 954 nvlist_t *embedded = (nvlist_t *) in nvlist_add_common() local 959 onvlp[i], embedded)) != 0) { in nvlist_add_common() 968 nvlp[i] = embedded++; in nvlist_add_common() 2169 nvs_embedded(nvstream_t *nvs, nvlist_t *embedded) in nvs_embedded() argument 2173 return (nvs_operation(nvs, embedded, NULL)); in nvs_embedded() 2179 if (embedded->nvl_version != NV_VERSION) in nvs_embedded() 2185 nvlist_init(embedded, embedded->nvl_nvflag, priv); in nvs_embedded() 2187 if ((err = nvs_operation(nvs, embedded, NULL)) != 0) in nvs_embedded() 2188 nvlist_free(embedded); in nvs_embedded() 2214 nvlist_t *embedded = (nvlist_t *)((uintptr_t)nvlp + len); in nvs_embedded_nvl_array() local [all …]
|
| /freebsd-10-stable/sys/gnu/dts/arm/ |
| D | kirkwood-ns2mini.dts | 6 /* This machine is embedded in the first LaCie CloudBox product. */
|