Home
last modified time | relevance | path

Searched +full:e +full:- +full:book (Results 1 – 25 of 145) sorted by relevance

123456

/freebsd/contrib/file/magic/Magdir/
H A Dpalm2 #------------------------------------------------------------------------------
33 # date is supposed to be big-endian seconds since 1 Jan 1904, but many
34 # files contain the timestamp in little-endian or a completely
36 #>36 bedate-2082844800 >0 \b, created %s
51 # iSiloX e-book
52 60 string SDocSilX iSiloX E-book
57 60 string BOOKMOBI Mobipocket E-book
58 !:mime application/x-mobipocket-ebook
62 # there's no guarantee that the title string is null-terminated, but
63 # we currently can't specify a variable-length string where the length
[all …]
H A Dasf2 #------------------------------------------------------------------------------
5 # http://www.staroceans.org/e-book/ASF_Specification.pdf
7 0 name asf-name
9 #>0 guid 75B22636-668E-11CF-A6D9-00AA0062CE6C
11 #>>(16.q) use asf-object
13 #>0 guid 33000890-E5B1-11CF-89F4-00A0C90349CB
14 >0 guid D6E229D3-35DA-11D1-9034-00A0C90349BE ASF_Index_Object
15 >0 guid FEB103F8-12AD-4C64-840F-2A1D2F7AD48C ASF_Media_Object_Index_Object
16 >0 guid 3CB73FD0-0C4A-4803-953D-EDF7B6228F0C ASF_Timecode_Index_Object
19 #>0 guid 8CABDCA1-A947-11CF-8EE4-00C00C205365
[all …]
H A Dtex2 #------------------------------------------------------------------------------
6 # XXX - needs byte-endian stuff (big-endian and little-endian DVI?)
16 !:mime application/x-dvi
29 !:mime application/x-tex-tfm
32 !:mime application/x-tex-tfm
37 !:mime text/x-texinfo
39 !:mime text/x-info
43 !:mime text/x-tex
46 !:mime text/x-tex
49 !:mime text/x-tex
[all …]
/freebsd/sys/powerpc/include/
H A Dvmparam.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
87 * kernel map should be able to start at 0xc008000000000000 -
90 * 0x0000000000000000 - 0x000fffffffffffff user map
91 * 0xc000000000000000 - 0xc007ffffffffffff direct map
92 * 0xc008000000000000 - 0xc00fffffffffffff kernel map
107 #define SHAREDPAGE (VM_MAXUSER_ADDRESS - PAGE_SIZE)
109 #define FREEBSD32_SHAREDPAGE (VM_MAXUSER_ADDRESS32 - PAGE_SIZE)
119 #define VM_MAX_SAFE_KERNEL_ADDRESS (VM_MIN_KERNEL_ADDRESS + 2*SEGMENT_LENGTH -1)
120 #define VM_MAX_KERNEL_ADDRESS (VM_MIN_KERNEL_ADDRESS + 3*SEGMENT_LENGTH - 1)
[all …]
H A Dspr.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
43 /* The following routines allow manipulation of the full 64-bit width
88 * architectures the SPR is valid on - 4 for 4xx series,
95 #define SPR_RTCU_R 0x004 /* .6. 601 RTC Upper - Read */
96 #define SPR_RTCL_R 0x005 /* .6. 601 RTC Lower - Read */
101 #define DSISR_DIRECT 0x80000000 /* Direct-stor
[all...]
H A Dtrap.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
49 #define EXC_FPU 0x0800 /* Floating-point Unavailable */
53 #define EXC_FPA 0x0e00 /* Floating-point Assist */
101 #define EXC_VECAST_E 0x2f20 /* Altivec Assist (Book-E) */
102 #define EXC_SPFPD 0x2f30 /* SPE Floating-point Data */
103 #define EXC_SPFPR 0x2f40 /* SPE Floating-point Round */
120 * indicator values below come from Appendix F of Book III of "The
H A Dpte.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
46 /* 32-bit PTE */
56 /* 64-bit (long) PTE */
82 /* 32-bit PTE definitions */
100 #define PTE_SW 0x00000001 /* Super. Write-Only (U: RO, S: RW) */
108 /* 64-bit PTE definitions */
125 #define EXTEND_PTE(x) UINT64_C(x) /* make constants 64-bit */
141 #define LPTE_SW EXTEND_PTE( PTE_SW ) /* Super. Write-Only */
150 #define HPT_SP_MASK (HPT_SP_SIZE - 1)
[all …]
H A Dpsl.h1 /*-
2 * SPDX-License-Identifier: BSD-4-Clause
40 * Machine State Register (MSR) - All cores
43 #define PSL_VSX 0x00800000UL /* Vector-Scalar unit available */
53 /* Machine State Register - Book-E cores */
55 #define PSL_CM 0x80000000UL /* Computation Mode (64-bit) */
62 #define PSL_UBLE 0x00000400UL /* BTB lock enable - e500 only */
63 #define PSL_DWE 0x00000400UL /* Debug Wait Enable - 440 only*/
68 /* Machine State Register (MSR) - AIM cores */
70 #define PSL_SF 0x8000000000000000UL /* 64-bit addressing */
[all …]
H A Dpcpu.h1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
116 /* Book-E TLBSAVE is more elaborate */
162 #define PCPU_GET(member) (pcpup->pc_ ## member)
168 #define PCPU_ADD(member, value) (pcpup->pc_ ## member += (value))
169 #define PCPU_PTR(member) (&pcpup->pc_ ## member)
170 #define PCPU_SET(member,value) (pcpup->pc_ ## member = (value))
/freebsd/contrib/tcpdump/
H A DREADME.md3 **To report a security issue please send an e-mail to security@tcpdump.org.**
11 https://github.com/the-tcpdump-group/tcpdump.git
22 which simplifies installation of updates and long-term maintenance. However,
32 * HP-UX 11i
43 Tcpdump uses libpcap, a system-independent interface for user-level
56 taken from Sun's etherfind were later re-written by Steven McCanne of
68 in his book *"TCP/IP Illustrated, Volume 1"*. If you want to learn more
69 about tcpdump and how to interpret its output, pick up this book.
72 [tcpslice](https://github.com/the-tcpdump-group/tcpslice).
82 send-ack.awk
[all …]
/freebsd/bin/ed/
H A DREADME2 ed is an 8-bit-clean, POSIX-compliant line editor. It should work with
6 If reliable signals are supported (e.g., POSIX sigaction(2)), it should
11 NO_REALLOC_NULL - if realloc(3) does not accept a NULL pointer
12 BACKWARDS - for backwards compatibility
13 NEED_INSQUE - if insque(3) is missing
21 For a description of the ed algorithm, see Kernighan and Plauger's book
22 "Software Tools in Pascal," Addison-Wesley, 1981.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dnetronix,ntxec.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Neuschäfer <j.neuschaefer@gmx.net>
13 This EC is found in e-book readers of multiple brands (e.g. Kobo, Tolino), and
22 - description: The I2C address of the EC
24 system-power-controller:
26 description: See Documentation/devicetree/bindings/power/power-controller.txt
33 "#pwm-cells":
39 - 0: The PWM channel controlled by registers 0xa1-0xa7
[all …]
/freebsd/tools/tools/nanobsd/embedded/
H A Dqemu-powerpc.cfg2 #-
4 # Copyright (c) 2010-2011 iXsystems, Inc.
28 # Open question: do we have one for MAC G4 and one for Book-E?
32 NANO_NAME=qemu-powerpc
/freebsd/contrib/file/src/
H A Dreadcdf.c1 /*-
42 #define NOTMIME(ms) (((ms)->flags & MAGIC_MIME) == 0)
49 { "Excel", "vnd.ms-excel", },
50 { "Powerpoint", "vnd.ms-powerpoint", },
51 { "Crystal Reports", "x-rpt", },
52 { "Advanced Installer", "vnd.ms-msi", },
53 { "InstallShield", "vnd.ms-msi", },
54 { "Microsoft Patch Compiler", "vnd.ms-msi", },
55 { "NAnt", "vnd.ms-msi", },
56 { "Windows Installer", "vnd.ms-msi", },
[all …]
/freebsd/usr.bin/fortune/
H A DNotes9 However, if any half-assed idiot decides to make a profit off of
20 with the string ".dat" concatenated, i.e. "fortunes" is the standard fortune
25 non-offensive version with "-o" concatenated, i.e. "fortunes" is the standard
26 fortune database, and "fortunes-o" is the standard offensive database. The
28 "-o" is potentially offensive, and should therefore only be displayed if
29 explicitly requested, either with the -o option or by specifying a file name
34 and then create its data file with the -x option to strfile(8). The fortune
51 -o" or "fortune -a" are saying, in effect, that they are willing to have
53 worth seriously (i.e., not in jest) assaulted. Jokes which depend for their
63 [All examples are indented by one tab stop -- KCRCA]
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx50-kobo-aura.dts1 // SPDX-License-Identifier: GPL-2.0+
4 // The Kobo Aura e-book reader, model N514. The mainboard is marked as E606F0B.
6 /dts-v1/;
8 #include <dt-bindings/input/input.h>
9 #include <dt-bindings/interrupt-controlle
[all...]
/freebsd/share/doc/usd/18.msdiffs/
H A Dms.diffs34 .OH 'A Revised Version of \*ms''USD:18-%'
35 .EH 'USD:18-%''A Revised Version of \*ms'
69 Footnote numbers are printed by means of a pre-defined string
70 (\e\(**\(**), which you invoke separately from .FS and .FE.
74 and on daisy-wheel terminals, but on low-resolution devices
76 If you use \e\(**\(** to indicate numbered footnotes,
81 This footnote, for example, was produced as follows:\e\(**\(**
88 If you never use the ``\e\(**\(**'' string,
94 If you are using \e\(**\(** to number footnotes,
98 then give that mark as the first argument to .FS: \e(dg
[all …]
/freebsd/contrib/one-true-awk/
H A DFIXES.1e25 This file lists all bug fixes, changes, etc., made since the AWK book
44 discovered by todd miller. also use-after-free issue with
48 Various leaks and use-after-free issues plugged/fixed.
52 Memory leak when assigning a string to some of the built-in
57 Historic bug: command-line "name=value" assignment had been
83 As per IEEE Std 1003.1-2008, -F "str" is now consistent with
84 -v FS="str" when str is null. Thanks to Warner Losh.
91 Fix regular expression RS ^-anchoring. RS ^-anchoring needs to
120 Merge PR #98: Disallow hex data. Allow only +nan, -nan,
121 +inf, -inf (case independent) to give NaN and infinity values.
[all …]
/freebsd/share/examples/mdoc/
H A Dexample.92 .\" SPDX-License-Identifier: BSD-2-Clause
27 .\" Note: The date here should be updated whenever a non-trivial
55 .Bl -tag -width "EXAMPLE_ONE"
67 .Bd -literal
86 no sleepable locks (i.e.,
98 .Bd -literal
119 .Bl -tag -width Er
155 Cross-device link.
179 Read-only file system.
197 Socket operation on non-socket.
[all …]
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst1 .. SPDX-License-Identifier: GPL-2.0
3 Writing Devicetree Bindings in json-schema
6 Devicetree bindings are written using json-schema vocabulary. Schema files are
7 written in a JSON-compatible subset of YAML. YAML is used instead of JSON as it
11 Also see :ref:`example-schema`.
14 ---------------
16 Each schema doc is a structured json-schema which is defined by a set of
17 top-level properties. Generally, there is one binding defined per file. The
18 top-level json-schema properties used are:
21 A json-schema unique identifier string. The string must be a valid
[all …]
/freebsd/share/dict/
H A Dweb2a12 A-b-c book
13 A-b-c method
14 abdomino-uterotomy
15 Abdul-baha
16 a-be
20 able-bodied
21 able-bodiedness
22 able-minded
23 able-mindedness
27 Abor-miri
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dmmp2-olpc-xo-1-75.dts1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT
8 /dts-v1/;
10 #include <dt-bindings/gpio/gpio.h>
11 #include <dt-bindings/input/linux-event-codes.h>
12 #include <dt-bindings/interrupt-controller/irq.h>
13 #include <dt-bindings/clock/marvell,mmp2-audio.h>
16 model = "OLPC XO-1.75";
17 compatible = "olpc,xo-1.75", "mrvl,mmp2";
20 #address-cells = <1>;
21 #size-cells = <1>;
[all …]
/freebsd/share/i18n/csmapper/APPLE/
H A DHEBREW%UCS.src4 SRC_ZONE 0x00-0xFF
16 # Copyright: (c) 1995-2002, 2005 by Apple Computer, Inc., all rights
23 # c02 2005-Apr-05 Update header comments; add section on
26 # b3,c1 2002-Dec-19 Don't require left-right context for digits
27 # 0x30-0x39. Change mapping of 0x81 to use
31 # b02 1999-Sep-22 Update contact e-mail address. Matches
34 # n03 1998-Feb-05 Show required Unicode character
40 # n01 1995-Nov-15 First version. Matches internal ufrm<n8>.
43 # ----------------
68 # -------
[all …]
/freebsd/sys/dev/puc/
H A Dpucdata.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
78 "HP Diva Serial [GSP] Multiport UART - Tosca Console",
80 PUC_PORT_3S, 0x10, 0, -1,
85 "HP Diva Serial [GSP] Multiport UART - Tosca Secondary",
87 PUC_PORT_2S, 0x10, 0, -1,
92 "HP Diva Serial [GSP] Multiport UART - Maestro SP2",
94 PUC_PORT_4S, 0x10, 0, -1,
99 "HP Diva Serial [GSP] Multiport UART - Superdome Console",
101 PUC_PORT_3S, 0x10, 0, -1,
[all …]
/freebsd/share/man/man4/
H A Dng_hci.41 .\" Copyright (c) 2001-2002 Maksim Yevmenkin <m_evmenkin@yahoo.com>
41 Interface (HCI) layer as per chapter H1 of the Bluetooth Specification Book
44 Bluetooth is a short-range radio link intended to replace the cable(s)
59 The Bluetooth system provides a point-to-point connection (only two
60 Bluetooth units involved), or a point-to-multipoint connection.
61 In the point-to-multipoint connection,
68 In addition, many more slaves can remain locked to the master in a so-called
79 in different piconets on a time-division multiplex basis.
81 The piconets shall not be frequency-synchronized.
87 The slot numbering ranges from 0 to 2^27 -1 and is cyclic with a cycle length
[all …]

123456