Home
last modified time | relevance | path

Searched refs:In (Results 1 – 25 of 463) sorted by relevance

12345678910>>...19

/dflybsd-src/sys/contrib/dev/acpica/source/components/resources/
H A Drsxface.c164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
165 #define ACPI_COPY_ADDRESS(Out, In) \ argument
166 ACPI_COPY_FIELD(Out, In, ResourceType); \
167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
168 ACPI_COPY_FIELD(Out, In, Decode); \
169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
170 ACPI_COPY_FIELD(Out, In, MaxAddressFixed); \
171 ACPI_COPY_FIELD(Out, In, Info); \
172 ACPI_COPY_FIELD(Out, In, Address.Granularity); \
173 ACPI_COPY_FIELD(Out, In, Address.Minimum); \
[all …]
/dflybsd-src/sys/contrib/dev/acpica/source/components/utilities/
H A Dutmisc.c256 } In; in AcpiUtDwordByteSwap() local
262 In.Value = Value; in AcpiUtDwordByteSwap()
264 Out.Bytes[0] = In.Bytes[3]; in AcpiUtDwordByteSwap()
265 Out.Bytes[1] = In.Bytes[2]; in AcpiUtDwordByteSwap()
266 Out.Bytes[2] = In.Bytes[1]; in AcpiUtDwordByteSwap()
267 Out.Bytes[3] = In.Bytes[0]; in AcpiUtDwordByteSwap()
/dflybsd-src/contrib/tcp_wrappers/
H A DBanners.Makefile11 # the name "prototype". In the prototype text you can use %<character>
21 # In order to use banners, build the tcp wrapper with -DPROCESS_OPTIONS
51 # In particular, banners don't work with standard rsh daemons.
64 # In case no /dev/zero available, let's hope they have at least
/dflybsd-src/tools/regression/bin/sh/builtins/
H A Dlocal3.09 *) echo In-function \$- bad
11 [ "$x" = 7 ] || echo In-function \$x bad
H A Dlocal2.08 *) echo In-function \$- bad
H A Dbreak5.45 # In some uncommitted code, the subshell environment corrupted the outer
/dflybsd-src/contrib/gcc-4.7/gcc/doc/
H A Dcfg.texi40 point and only one exit. In GCC, basic blocks are represented using
75 or @dfn{end} of the instruction stream contained in a basic block. In
82 For RTL, these pointers are @code{rtx head, end}. In the RTL function
85 In the RTL representation of a function, the instruction stream
101 In addition to notes, the jump table vectors are also represented as
218 starts a new basic block. In this case a @dfn{fall-thru} edge links
247 ``trapping'' varies. In C++, only function calls can throw, but for
260 In the RTL representation, the destination of an exception edge is
262 In case of a trapping call the @code{EDGE_ABNORMAL_CALL} flag is set
263 too. In the @code{tree} representation, this extra flag is not set.
[all …]
H A Drtl.texi14 representation called Register Transfer Language. In this language, the
67 A string is a sequence of characters. In core it is represented as a
71 than as a pointer to a null character. In certain contexts, these null
76 In a machine description, strings are normally written with double
110 and what kinds of objects they are. In RTL, unlike Lisp, you cannot tell
114 to be regarded as an expression and the second operand as an integer. In
116 are to be regarded as expressions. In a @code{symbol_ref} expression,
124 but when they appear in C code they are written in uppercase. In this
129 In a few contexts a null pointer is valid where an expression is normally
248 @samp{S} indicates a string which is optional. In the RTL objects in
[all …]
H A Dgty.texi38 In a structure definition, before the open brace;
40 In a global variable declaration, after the keyword @code{static} or
43 In a structure field definition, before the name of the field.
146 In this case, the @code{length} option is used to override the specified
155 In this case, @code{iter} has been allocated by writing something like
188 In the @code{desc} option, the ``current structure'' is the union that
206 In this example, the value of BINDING_HAS_LEVEL_P when applied to a
241 In more complicated cases, the data structure might need to work on
393 examined when scanning memory for pointers. In particular, the
417 In this case, @code{elements} is a pointer under GC, and the memory it
[all …]
/dflybsd-src/doc/
H A Dporting_drivers.txt17 reside in <bus/...>. In particular, dev/pccard becomes bus/pccard.
32 In particular, DragonFly does not allow recursive exclusive spinlocks
92 In DragonFly, lockstatus() does not return information about whether there have been
170 In some cases, some locking must be done; lwkt_gettoken(&proc_token)
177 * In DragonFly 5.1 format specifier %b was replaced by args safe "%pb%i" version
182 * In DragonFly 5.1 format specifier %r was removed from kprintf. As a
197 * In DragonFly 3.3 format specifier %D was removed from kprintf. As a
/dflybsd-src/etc/
H A Dhosts10 # In the presence of the domain name service or NIS, this file may
28 # In case you want to be able to connect to the Internet, you need
/dflybsd-src/usr.sbin/cron/doc/
H A DFEATURES61 next iteration. In some crons, you have to kill and restart the
62 daemon whenever you change a crontab. In other crons, the crontab
65 -- In order to support the automatic reload, the crontab files are not
84 the various field-matches together. In that sense this cron may not
/dflybsd-src/contrib/tcsh-6/nls/german/
H A Dset2024 22 -k belege Pfeiltaste mit Namen in In-String\n
28 26 den In-String ausgegeben oder alle Belegungen, falls kein in-String gegeben.\n
/dflybsd-src/lib/libc/nls/
H A Dsv_SE.ISO8859-1.msg17 5 In-/utmatningsfel
201 16 Br�dskande In/Ut-tillst�nd
215 23 In- och utmatning m�jlig
/dflybsd-src/games/hunt/
H A DREADME102 nothing. In "standalone" mode, there is always a hunt server
106 machine. In "inetd" mode, the server is started via inetd.
108 requests. The cost is having to edit a few system files. In
134 edit both /etc/services and /etc/inetd.conf. In /etc/services,
141 as well. In /etc/inetd.conf, add the line
/dflybsd-src/contrib/openpam/
H A DHISTORY37 - BUGFIX: In openpam_readword(3), support line continuations within
111 - FEATURE: In pam_get_authtok(3), if neither the application nor the
228 - BUGFIX: In openpam_ttyconv(3), don't strip trailing linear
279 - BUGFIX: In pam_getenv(), return a pointer to the stored variable
311 - BUGFIX: In openpam_ttyconv(3), print the prompt to stdout rather
360 - ENHANCE: In openpam_ttyconv(), emit a newline after error and info
363 - BUGFIX: In pam_vprompt(), initialize the response pointer to NULL
404 - ENHANCE: In pam_get_authtok(), if PAM_OLDAUTHTOK is set, we're
H A DREADME5 Linux-PAM, plus some innovations of its own. In areas where these
/dflybsd-src/contrib/binutils-2.27/gas/doc/
H A Dc-z80.texi63 In line with common practice, @code{@value{AS}} uses Z80 instruction names
72 In expressions a single @samp{=} may be used as ``is equal to''
128 Zilog. In addition @command{@value{AS}} recognizes @samp{ixl} and
226 In line with common practice, Z80 mnemonics are used for both the Z80 and
229 In many instructions it is possible to use one of the half index
/dflybsd-src/share/examples/diskless/
H A DREADME.BOOTP39 In the BOOTP workstation /conf/$IP/rc.conf.local, you must typically
105 In order to be an NFS server, the server must run portmap, mountd,
150 NFS swap on each workstation. In order to use this capabilities you
154 assign swap to. In this example I created a dummy user 'lander' and
/dflybsd-src/bin/ed/
H A DPOSIX15 `r', `g' and `p'. In contrast, POSIX specifies any character expect
59 already contain one upon reading. In particular, reading /dev/null
78 for each line matching a global pattern. In addition, each instance of
/dflybsd-src/contrib/smbfs/
H A DCREDITS2 In the development process next sources were used:
/dflybsd-src/tools/regression/bin/sh/execution/
H A Dfunc3.04 # may silently do nothing. In no event may the function be executed.
/dflybsd-src/contrib/tcsh-6/nls/italian/
H A Dset176 4 In esecuzione
/dflybsd-src/usr.bin/indent/
H A DREADME19 > In-Reply-To: Keith Bostic's message of Tue, 16 Feb 88 16:09:06 PST
37 | the output the way you liked. In particular, all of the different
73 In any case, there appears to be no one at UofI to clarify/and change
/dflybsd-src/contrib/elftoolchain/
H A DREADME.DRAGONFLY13 In the future, the entire toolchain could be added, perhaps to

12345678910>>...19