Home
last modified time | relevance | path

Searched refs:embedded (Results 1 – 25 of 205) sorted by relevance

123456789

/freebsd-10-stable/sys/modules/geom/geom_uncompress/
DMakefile4 ${.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/
DMakefile13 .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/
DCMS_get0_type.pod22 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/
Doce_mbox.c71 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/
Ddtc-paper.tex43 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/
Dregress.args2.out1 ( check for embedded spaces)
Dargs2.m45 foo(( check for embedded spaces))
/freebsd-10-stable/contrib/gcc/config/rs6000/
Dt-ppcendian1 # Multilibs for powerpc embedded ELF targets with altivec.
Dt-ppcgas1 # Multilibs for powerpc embedded ELF targets.
/freebsd-10-stable/contrib/gdb/gdb/config/arm/
Dembed.mt1 # Target: ARM embedded system
/freebsd-10-stable/tools/tools/tinybsd/conf/wireless/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/tools/tools/tinybsd/conf/firewall/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/sys/mips/conf/
DBERI_SIM_MDROOT13 # This kernel configuration uses an embedded memory root file system.
DBERI_DE4_MDROOT14 # This kernel configuration uses an embedded 8MB memory root file system.
DBERI_NETFPGA_MDROOT28 # This kernel configuration uses an embedded memory root file system.
/freebsd-10-stable/tools/tools/tinybsd/conf/minimal/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/tools/tools/tinybsd/conf/bridge/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/tools/tools/tinybsd/conf/default/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/tools/tools/tinybsd/conf/wrap/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/tools/tools/tinybsd/conf/vpn/
Dtinybsd.ports3 # want TinyBSD ports system to install in your embedded system. You whould list
/freebsd-10-stable/contrib/file/magic/Magdir/
Delf159 >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)
Dgeos5 # semi-commonly used in embedded and handheld systems.
/freebsd-10-stable/bin/ed/test/
DTODO6 . - okay: embedded newlines in insert mode
/freebsd-10-stable/sys/cddl/contrib/opensolaris/common/nvpair/
Dopensolaris_nvpair.c954 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/
Dkirkwood-ns2mini.dts6 /* This machine is embedded in the first LaCie CloudBox product. */

123456789