Searched refs:design (Results 1 – 25 of 113) sorted by relevance
12345
| /trueos/usr.sbin/mfiutil/ |
| HD | mfi_show.c | 144 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/ |
| HD | design-guide.txt | 18 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/ |
| HD | DriverManual.txt | 41 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/ |
| HD | kirkwood-rd88f6281-z0.dts | 19 model = "Marvell RD88f6281 Reference design, with Z0 SoC";
|
| HD | kirkwood-rd88f6281-a.dts | 19 model = "Marvell RD88f6281 Reference design, with A0 or higher SoC";
|
| HD | kirkwood-rd88f6192.dts | 19 model = "Marvell RD88F6192 reference design";
|
| /trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/ |
| HD | tst.fds.ksh | 36 * Note that we are explicitly not looking at fi_mount -- it (by design) does
|
| /trueos/contrib/top/ |
| HD | ADVERTISEMENT | 11 Local area network design
|
| /trueos/sys/mips/conf/ |
| HD | DB120 | 2 # DB120 - the AR9344 SoC reference design
|
| HD | PB47.hints | 12 # minipci slot. The specific customer reference design NIC
|
| /trueos/contrib/subversion/doc/user/ |
| HD | lj_article.txt | 13 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/ |
| HD | index.rst | 10 data. Its main features and design principles are:
|
| /trueos/contrib/jansson/ |
| HD | README.rst | 11 data. Its main features and design principles are:
|
| /trueos/contrib/libpcap/ |
| HD | TODO | 14 design guideline for what is done where. There should be a common coding
|
| /trueos/contrib/openpam/ |
| HD | CREDITS | 9 Principal design and development by:
|
| /trueos/usr.sbin/bsdconfig/security/include/ |
| HD | securelevel.hlp | 37 Securelevels must be used in combination with careful system design and
|
| /trueos/sys/arm/conf/ |
| HD | SAM9260EK | 134 # 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
|
| HD | SAM9G20EK | 97 # NAND Flash - Reference design has Samsung 256MB but others possible
|
| /trueos/usr.bin/m4/TEST/ |
| HD | test.m4 | 178 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/ |
| HD | README | 46 interpreter design was his.
|
| /trueos/contrib/binutils/gas/doc/ |
| HD | c-ia64.texi | 181 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/ |
| HD | Inputrc | 53 # the function key. Don't ask me why, I didn't design the xterm terminal.
|
| /trueos/tests/ |
| HD | README | 16 several of the design decisions described below. This simplifies the
|
| /trueos/contrib/apr/docs/ |
| HD | incomplete_types | 83 and design parts of APR that do not use incomplete types.
|
| /trueos/crypto/openssl/doc/HOWTO/ |
| HD | proxy_certificates.txt | 95 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