Home
last modified time | relevance | path

Searched full:is (Results 1 – 25 of 11786) sorted by relevance

12345678910>>...472

/freebsd/sys/contrib/edk2/Include/Library/
H A DPrintLib.h15 - '\\r' is translated to '\\r'
16 - '\\r\\n' is translated to '\\r\\n'
17 - '\\n' is translated to '\\r\\n'
18 - '\\n\\r' is translated to '\\r\\n'
21 descriptors is described below. The ANSI C standard for sprint() has been
29 - The field is left justified. If not flag is not specified, then the
30 field is right justified.
35 If both space and + are specified, then space is ignored.
41 If 0 is also specified, then 0 is ignored.
43 - The number being printed is size UINT64. Only valid for types X, x, and d.
[all …]
H A DDevicePathLib.h18 Determine whether a given device path is valid.
23 @retval TRUE DevicePath is valid.
24 @retval FALSE DevicePath is NULL.
25 @retval FALSE Maxsize is less than sizeof(EFI_DEVICE_PATH_PROTOCOL).
26 @retval FALSE The length of any node node in the DevicePath is less
28 @retval FALSE If MaxSize is not zero, the size of the DevicePath
30 @retval FALSE If PcdMaximumDevicePathNodeCount is not zero, the node
45 If Node is NULL, then ASSERT().
63 If Node is NULL, then ASSERT().
80 Node is not required to be aligned on a 16-bit boundary, so it is recommended
[all …]
H A DMemoryAllocationLib.h6 and SMM (for example) is done via a different mechanism. Using a common library interface makes it
21 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
22 is returned. If there is not enough memory remaining to satisfy the request, then NULL is
40 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
41 is returned. If there is not enough memory remaining to satisfy the request, then NULL is
59 allocated buffer. The buffer returned is aligned on a 4KB boundary. If Pages is 0, then NULL
60 is returned. If there is not enough memory remaining to satisfy the request, then NULL is
80 Allocation Library. If it is not possible to free allocated pages, then this function will
85 If Pages is zero, then ASSERT().
102 alignment specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is
[all …]
H A DBaseLib.h163 This function is similar as strlen_s defined in C11.
165 If String is not aligned on a 16-bit boundary, then ASSERT().
171 @retval 0 If String is NULL.
172 @retval MaxSize If there is no null character in the first MaxSize characters of String.
190 If String is not aligned on a 16-bit boundary, then ASSERT().
196 @retval 0 If String is NULL.
198 If there is no Null terminator in the first MaxSize characters of
215 This function is similar as strcpy_s defined in C11.
217 If Destination is not aligned on a 16-bit boundary, then ASSERT().
218 If Source is not aligned on a 16-bit boundary, then ASSERT().
[all …]
H A DBaseMemoryLib.h23 If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT().
24 If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT().
46 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
67 Value, and returns Buffer. Value is repeated every 16-bits in for Length
70 If Length > 0 and Buffer is NULL, then ASSERT().
71 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
72 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
73 If Length is not aligned on a 16-bit boundary, then ASSERT().
94 Value, and returns Buffer. Value is repeated every 32-bits in for Length
97 If Length > 0 and Buffer is NULL, then ASSERT().
[all …]
/freebsd/sys/dev/iscsi/
H A Discsi.c18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
96 * XXX: This is global so the iscsi_unload() can access it.
189 static void iscsi_session_reconnect(struct iscsi_session *is);
190 static void iscsi_session_terminate(struct iscsi_session *is);
192 static struct iscsi_outstanding *iscsi_outstanding_find(struct iscsi_session *is,
194 static struct iscsi_outstanding *iscsi_outstanding_add(struct iscsi_session *is,
197 static void iscsi_outstanding_remove(struct iscsi_session *is,
203 struct iscsi_session *is; in iscsi_pdu_prepare() local
206 is = PDU_SESSION(request); in iscsi_pdu_prepare()
208 ISCSI_SESSION_LOCK_ASSERT(is); in iscsi_pdu_prepare()
[all …]
/freebsd/share/man/man4/
H A Dtermios.416 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
37 This describes a general terminal line discipline that is
40 When a terminal file is opened, it normally causes the process to wait
41 until a connection is established.
43 of a connection is indicated by the assertion of the hardware
50 flag is set
62 Every process is associated with a particular process group and session.
63 The grouping is hierarchical: every member of a particular process group is a
65 This structuring is used in managing groups
69 that is, the
[all …]
/freebsd/sys/sys/
H A Dsyscall.h4 * DO NOT EDIT-- this file is automatically @generated.
15 /* 8 is old creat */
18 /* 11 is obsolete execv */
25 /* 18 is freebsd4 getfsstat */
26 /* 19 is old lseek */
45 /* 38 is old stat */
47 /* 40 is old lstat */
53 /* 46 is old sigaction */
55 /* 48 is old sigprocmask */
59 /* 52 is old sigpending */
[all …]
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_syscall.h4 * DO NOT EDIT-- this file is automatically @generated.
15 /* 8 is old creat */
18 /* 11 is obsolete execv */
25 /* 18 is freebsd4 freebsd32_getfsstat */
26 /* 19 is old freebsd32_lseek */
45 /* 38 is old freebsd32_stat */
47 /* 40 is old freebsd32_lstat */
53 /* 46 is old freebsd32_sigaction */
55 /* 48 is old sigprocmask */
59 /* 52 is old sigpending */
[all …]
/freebsd/contrib/libcbor/
H A DDoxyfile6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
9 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is:
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
41 # project for which the documentation is generate
[all...]
/freebsd/contrib/less/
H A Dless.nro28 is a program similar to
38 There is even limited support for hardcopy terminals.
48 The number is used by some commands, as indicated.
59 If N is more than the screen size, only the final screenful is displayed.
62 Like SPACE, but if N is specified, it becomes the new window size.
68 The entire N lines are displayed, even if N is more than the screen size.
71 If N is specified, it becomes the new default for
75 If N is more than the screen size, only the final screenful is displaye
[all...]
/freebsd/share/doc/usd/13.viref/
H A Dvi.cmd.roff13 The bottom line of the screen is used to enter
18 If no other information is being displayed,
56 first starts, it is in command mode.
62 character is used to resolve the text input into the file,
66 command mode, the cursor is always positioned on the last column of
70 text insert mode, the cursor is positioned on the first column of
74 the type of movement is defined by the distance to the new cursor position.
75 If the new position is close,
76 the screen is scrolled to the new location.
77 If the new position is far away,
[all …]
/freebsd/contrib/bearssl/
H A DDoxyfile6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
9 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is:
21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
31 # project for which the documentation is generated. This name is used in the
33 # The default value is: My Project.
39 # control system is used.
[all …]
/freebsd/contrib/ldns/
H A Dlibdns.doxygen.in6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
9 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is:
21 # file that follow. The default is UTF-8 which is also the encoding used for all
25 # The default value is: UTF-8.
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
31 # project for which the documentation is generated. This name is used in the
33 # The default value is: My Project.
39 # control system is used.
[all …]
/freebsd/share/doc/psd/03.iosys/
H A Diosys25 .\" INTERNATIONAL, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR
49 \(dgUNIX is a Trademark of Bell Laboratories.
54 and is oriented more toward describing the environment
59 It is assumed that the reader has a good knowledge
66 but is still more detailed.
67 It is most useful in
69 since it is basically an exegesis of that code.
77 The block interface is suitable for devices
87 The interface to block devices is very highly structured;
110 the device; the minor device number is not used
[all …]
/freebsd/contrib/unbound/doc/
H A Dunbound.doxygen6 # All text after a double hash (##) is considered a comment and is placed in
7 # front of the TAG it is preceding.
9 # All text after a single hash (#) is considered a comment and will be ignored.
10 # The format is:
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
41 # project for which the documentation is generated. This name is used in the
43 # The default value is: My Project.
49 # control system is used.
[all …]
H A Dunbound.conf.521 The notation is: attribute: value.
24 ignored as is whitespace at the beginning of a line.
30 An example config file is shown below. Copy this to /etc/unbound/unbound.conf
43 Below is a minimal config file. The source distribution contains an extensive
52 # e.g. on linux the use these commands (on BSD, devfs(8) is used):
67 colon ':'. An attribute is followed by a value, or its containing attributes
68 in which case it is referred to as a clause. Clauses can be repeated throughout
77 if the directory where the daemon is started equals its chroot/working
78 directory or is specified before the include statement with directory: dir.
83 directive can be used. This closes whatever clause is currently active (if any)
[all …]
H A Dunbound.conf.5.in21 The notation is: attribute: value.
24 ignored as is whitespace at the beginning of a line.
30 An example config file is shown below. Copy this to /etc/unbound/unbound.conf
43 Below is a minimal config file. The source distribution contains an extensive
52 # e.g. on linux the use these commands (on BSD, devfs(8) is used):
67 colon ':'. An attribute is followed by a value, or its containing attributes
68 in which case it is referred to as a clause. Clauses can be repeated throughout
77 if the directory where the daemon is started equals its chroot/working
78 directory or is specified before the include statement with directory: dir.
83 directive can be used. This closes whatever clause is currently active (if any)
[all …]
/freebsd/contrib/bc/manuals/dc/
H A DN.116 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
48 dc(1) is an arbitrary\-precision calculator.
71 This means that the value added to a number from a digit is always that
77 are given multiple times, the last one given is used.
83 This is a \f[B]non\-portable extension\f[R].
92 that is greater than or equal to the ibase is the value of ibase minus 1
98 options are given multiple times, the last one given is used.
104 This is a \f[B]non\-portable extension\f[R].
109 assuming that \f[I]seed\f[R] is in base 10.
110 It is a fatal error if \f[I]seed\f[R] is not a valid number.
[all …]
H A DA.116 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
48 dc(1) is an arbitrary\-precision calculator.
71 This means that the value added to a number from a digit is always that
77 are given multiple times, the last one given is used.
83 This is a \f[B]non\-portable extension\f[R].
92 that is greater than or equal to the ibase is the value of ibase minus 1
98 options are given multiple times, the last one given is used.
104 This is a \f[B]non\-portable extension\f[R].
109 assuming that \f[I]seed\f[R] is in base 10.
110 It is a fatal error if \f[I]seed\f[R] is not a valid number.
[all …]
H A DH.116 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
48 dc(1) is an arbitrary\-precision calculator.
71 This means that the value added to a number from a digit is always that
77 are given multiple times, the last one given is used.
83 This is a \f[B]non\-portable extension\f[R].
92 that is greater than or equal to the ibase is the value of ibase minus 1
98 options are given multiple times, the last one given is used.
104 This is a \f[B]non\-portable extension\f[R].
109 assuming that \f[I]seed\f[R] is in base 10.
110 It is a fatal error if \f[I]seed\f[R] is not a valid number.
[all …]
H A DHN.116 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
48 dc(1) is an arbitrary\-precision calculator.
71 This means that the value added to a number from a digit is always that
77 are given multiple times, the last one given is used.
83 This is a \f[B]non\-portable extension\f[R].
92 that is greater than or equal to the ibase is the value of ibase minus 1
98 options are given multiple times, the last one given is used.
104 This is a \f[B]non\-portable extension\f[R].
109 assuming that \f[I]seed\f[R] is in base 10.
110 It is a fatal error if \f[I]seed\f[R] is not a valid number.
[all …]
H A DEH.116 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
44 dc(1) is an arbitrary\-precision calculator.
67 This means that the value added to a number from a digit is always that
73 are given multiple times, the last one given is used.
79 This is a \f[B]non\-portable extension\f[R].
88 that is greater than or equal to the ibase is the value of ibase minus 1
94 options are given multiple times, the last one given is used.
100 This is a \f[B]non\-portable extension\f[R].
108 This means that if a file is given before an expression, the file is
112 If this option is given on the command\-line (i.e., not in
[all …]
H A DEHN.116 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
44 dc(1) is an arbitrary\-precision calculator.
67 This means that the value added to a number from a digit is always that
73 are given multiple times, the last one given is used.
79 This is a \f[B]non\-portable extension\f[R].
88 that is greater than or equal to the ibase is the value of ibase minus 1
94 options are given multiple times, the last one given is used.
100 This is a \f[B]non\-portable extension\f[R].
108 This means that if a file is given before an expression, the file is
112 If this option is given on the command\-line (i.e., not in
[all …]
/freebsd/bin/ed/
H A Ded.122 utility is a line-oriented text editor.
23 It is used to create, display, modify and otherwise manipulate text
29 mode, in which the only difference is that the editor restricts the
36 Note that editing outside of the current directory is only prohibited
58 Editing is done in two distinct modes:
87 (change), is given,
90 This is the primary means
93 instead, the standard input is written
99 Input mode is terminated by
112 It is possible to modify only a portion of a line by means of replacement,
[all …]

12345678910>>...472