Home
last modified time | relevance | path

Searched refs:design (Results 1 – 25 of 113) sorted by relevance

12345

/trueos/usr.sbin/mfiutil/
HDmfi_show.c144 struct mfi_bbu_design_info design; in show_battery() local
177 if (mfi_dcmd_command(fd, MFI_DCMD_BBU_GET_DESIGN_INFO, &design, in show_battery()
178 sizeof(design), NULL, 0, NULL) < 0) { in show_battery()
202 printf(" Manufacture Date: %d/%d/%d\n", design.mfg_date >> 5 & 0x0f, in show_battery()
203 design.mfg_date & 0x1f, design.mfg_date >> 9 & 0xffff); in show_battery()
204 printf(" Serial Number: %d\n", design.serial_number); in show_battery()
205 printf(" Manufacturer: %s\n", design.mfg_name); in show_battery()
206 printf(" Model: %s\n", design.device_name); in show_battery()
207 printf(" Chemistry: %s\n", design.device_chemistry); in show_battery()
208 printf(" Design Capacity: %d mAh\n", design.design_capacity); in show_battery()
[all …]
/trueos/contrib/serf/
HDdesign-guide.txt18 This document details various design choices for the serf library. It
19 is intended to be a guide for serf developers. Of course, these design
48 http://cvs.apache.org/viewcvs/*checkout*/apr/docs/pool-design.html
/trueos/sys/dev/isp/
HDDriverManual.txt41 initial implementation followed the very thoughtful NetBSD design tenet
43 and MD (Machine Dependent) portions. The original design therefore was
62 design of NetBSD, a rather successful attempt has been made to keep the
72 Normally you design via top-down methodologies and set an intial goal
73 and meet it. This driver has had a design goal that changes from almost
76 a bit of "reconstruction after the fact" in that the design goals are
79 The primary design goal now is to have a driver that can run both the
97 Pure, raw, performance is not a primary goal of this design. This design,
102 penalties in this design as small as possible.
112 In order to make the design of this driver more intelligible, some
[all …]
/trueos/sys/gnu/dts/arm/
HDkirkwood-rd88f6281-z0.dts19 model = "Marvell RD88f6281 Reference design, with Z0 SoC";
HDkirkwood-rd88f6281-a.dts19 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
HDkirkwood-rd88f6192.dts19 model = "Marvell RD88F6192 reference design";
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
HDtst.fds.ksh36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
/trueos/contrib/top/
HDADVERTISEMENT11 Local area network design
/trueos/sys/mips/conf/
HDDB1202 # DB120 - the AR9344 SoC reference design
HDPB47.hints12 # minipci slot. The specific customer reference design NIC
/trueos/contrib/subversion/doc/user/
HDlj_article.txt13 This article discusses the history, goals, features and design of
94 even drafted a new, theoretical repository design. Finally, in
102 while fixing the flaws in CVS's (lack-of) design. Existing CVS users
131 'design' section below.)
162 Subversion has a modular design; it's implemented as a collection of C
177 Instead, it refers to the design of Subversion's repository. The
/trueos/contrib/jansson/doc/
HDindex.rst10 data. Its main features and design principles are:
/trueos/contrib/jansson/
HDREADME.rst11 data. Its main features and design principles are:
/trueos/contrib/libpcap/
HDTODO14 design guideline for what is done where. There should be a common coding
/trueos/contrib/openpam/
HDCREDITS9 Principal design and development by:
/trueos/usr.sbin/bsdconfig/security/include/
HDsecurelevel.hlp37 Securelevels must be used in combination with careful system design and
/trueos/sys/arm/conf/
HDSAM9260EK134 # other. This is due to pin mux, and also due to the design of the
175 # NAND Flash - Reference design has Samsung 256MB but others possible
HDSAM9G20EK97 # NAND Flash - Reference design has Samsung 256MB but others possible
/trueos/usr.bin/m4/TEST/
HDtest.m4178 CTK's grand design is always general enough to be applicable in many
224 periodically create a new grand design which is far better than the old.
225 The wizards determine when is a good time to implement this new design.
/trueos/contrib/nvi/
HDREADME46 interpreter design was his.
/trueos/contrib/binutils/gas/doc/
HDc-ia64.texi181 http://developer.intel.com/design/itanium/arch_spec.htm
186 @uref{http://developer.intel.com/design/itanium/arch_spec.htm,IA-64 Architecture Handbook}.
/trueos/contrib/libreadline/examples/
HDInputrc53 # the function key. Don't ask me why, I didn't design the xterm terminal.
/trueos/tests/
HDREADME16 several of the design decisions described below. This simplifies the
/trueos/contrib/apr/docs/
HDincomplete_types83 and design parts of APR that do not use incomplete types.
/trueos/crypto/openssl/doc/HOWTO/
HDproxy_certificates.txt95 Previous versions of this design had a specific tag for UTF-8 text.
104 Previous versions of this design had a tag to insert a complete DER

12345