Home
last modified time | relevance | path

Searched refs:is (Results 1 – 25 of 2686) sorted by relevance

12345678910>>...108

/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_state.c285 ipstate_t *is; local
287 while ((is = ifs->ifs_ips_list) != NULL)
288 (void) fr_delstate(is, 0, ifs);
614 ipstate_t *is, *isn; local
636 for (is = ifs->ifs_ips_list; is; is = is->is_next)
637 if (is == isn)
639 if (!is)
670 ipstate_t *is, *isn; local
770 for (is = ifs->ifs_ips_list; is; is = is->is_next)
771 if (is->is_rule == fr) {
[all …]
/titanic_44/usr/src/lib/libm/amd64/src/
H A Dpowl.s33 / x ** 0 is 1
34 / 1 ** y is 1 (C99)
35 / x ** NaN is NaN
36 / NaN ** y (except 0) is NaN
37 / x ** 1 is x
38 / +-(|x| > 1) ** +inf is +inf
39 / +-(|x| > 1) ** -inf is +0
40 / +-(|x| < 1) ** +inf is +0
41 / +-(|x| < 1) ** -inf is +inf
42 / (-1) ** +-inf is +1 (C99)
[all …]
/titanic_44/usr/src/uts/common/c2/
H A Daudit_path.c126 int is; /* index of where we are in source string */ in audit_fixpath() local
134 is = (app->audp_sect[cnt] - s) - len; in audit_fixpath()
135 if (is <= 2) in audit_fixpath()
136 is = 0; /* catch leading // or ./ */ in audit_fixpath()
137 slashseen = (is > 0); in audit_fixpath()
138 for (id = is; ; is++) { in audit_fixpath()
139 if ((c = s[is]) == '\0') { in audit_fixpath()
161 if ((c = s[is+1]) == '\0') { in audit_fixpath()
169 is += 1; in audit_fixpath()
172 if (c == '.' && (s[is+2] == '\0' || s[is+2] == '/')) { in audit_fixpath()
[all …]
/titanic_44/usr/src/lib/libm/i386/src/
H A Dpowf.s32 / does because y is placed on the NPX stack.
36 / x ** 0 is 1
37 / 1 ** y is 1 (C99)
38 / x ** NaN is NaN
39 / NaN ** y (except 0) is NaN
40 / x ** 1 is x
41 / +-(|x| > 1) ** +inf is +inf
42 / +-(|x| > 1) ** -inf is +0
43 / +-(|x| < 1) ** +inf is +0
44 / +-(|x| < 1) ** -inf is +inf
[all …]
H A Dpowl.s33 / x ** 0 is 1
34 / 1 ** y is 1 (C99)
35 / x ** NaN is NaN
36 / NaN ** y (except 0) is NaN
37 / x ** 1 is x
38 / +-(|x| > 1) ** +inf is +inf
39 / +-(|x| > 1) ** -inf is +0
40 / +-(|x| < 1) ** +inf is +0
41 / +-(|x| < 1) ** -inf is +inf
42 / (-1) ** +-inf is +1 (C99)
[all …]
H A Dpow.s32 / does because y is placed on the NPX stack.
36 / x ** 0 is 1 _SVID_libm_err if x is 0 or NaN
37 / 1 ** y is 1 (C99)
38 / x ** NaN is NaN
39 / NaN ** y (except 0) is NaN
40 / x ** 1 is x
41 / +-(|x| > 1) ** +inf is +inf
42 / +-(|x| > 1) ** -inf is +0
43 / +-(|x| < 1) ** +inf is +0
44 / +-(|x| < 1) ** -inf is +inf
[all …]
/titanic_44/usr/src/lib/libast/common/stdio/
H A Dfgets.c30 unsigned char* is; in _stdgets() local
39 is = (uchar*)us; in _stdgets()
54 if((ps = (uchar*)memccpy((char*)is,(char*)ps,'\n',p)) != NIL(uchar*)) in _stdgets()
55 p = ps-is; in _stdgets()
56 is += p; in _stdgets()
60 { while(p-- && (*is++ = *ps++) != '\n') in _stdgets()
68 while((*is++ = *ps++) != '\n') in _stdgets()
73 is[-1] = c; in _stdgets()
80 if(is[-1] == '\n') in _stdgets()
86 if((_Sfi = is - ((uchar*)us)) <= 0) in _stdgets()
[all …]
/titanic_44/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg24 # Use is subject to license terms.
47 @ MSG_DEBUG_NOTSTRTAB "ehdr.%s: ELF warning: section is not a \
156 By default, this argument is interpreted as the name\n\
158 section with the specified name is used.\n\
160 If -shndx is set, then sec is a section index, and is\n\
164 If -shtyp is set, then sec is a section type, and is\n\
167 section with the specified type is used.\n"
198 New value for version of the ABI to which the object is targeted.\n"
204 The ehdr:dump command is used to display the contents of\n\
209 object. This information is found in the e_ident array in\n\
[all …]
H A Dshdr.msg24 # Use is subject to license terms.
47 section header [0]: Header [0] is used for \
50 @ MSG_DEBUG_ADDRALIGN "ELF warning: sh_addralign value is expected to \
106 Section to examine or modify. By default, this argument is\n\
108 index of the first section with the specified name is used.\n\
110 If -shndx is set, then sec is a section index, and is\n\
114 If -shtyp is set, then sec is a section type, and is\n\
117 section with the specified type is used.\n"
129 Section flags. SHF_ flag constants are accepted, as is\n\
141 Name to set for section. If the -name_offset option is\n\
[all …]
H A Dphdr.msg24 # Use is subject to license terms.
98 specified type will be used. If the -phndx option is used,\n\
99 then element is instead an integer giving the index of the\n\
131 Segment flags. PF_ flag constants are accepted, as is\n\
135 Value to which the segment is aligned in memory, and in\n\
142 position If count is not supplied, a single element is deleted.\n"
151 header table below the specified position. If count is not\n\
152 supplied, a single header element is moved.\n"
158 The phdr:dump command is used to display program headers\n\
161 If phdr:dump is called without an argument, information for\n\
[all …]
H A Dcap.msg24 # Use is subject to license terms.
95 string table, the offset of that string is stored in the\n\
97 table, but there is room to add it, the new string is added\n\
98 and then the offset is placed in the capability entry.\n"
105 this is a CA_ tag value. The index of the first element\n\
110 If the -capndx option is specified, elt is instead interpreted\n\
120 Element within capabilities section. By default, this is a\n\
125 option is specified, then elt is instead interpreted as a\n\
127 -capid option is specified, the search is limited to elements\n\
132 This is a numeric value which is used directly.\n"
[all …]
H A Dsym.msg24 # Use is subject to license terms.
58 @ MSG_DEBUG_SHNDX_UNDEF0 "ELF warning: symbol [0] is expected to reference \
60 @ MSG_DEBUG_SHNDX_XINDEX "ELF warning: SHN_XINDEX is not supposed to \
74 @ MSG_DEBUG_CHGSYMELT0 "[%d: %s][%d]: ELF warning: Symbol [0] is expected \
109 specified section index, even if it is small enough to fit\n\
137 -shtyp option) when -symndx is used.\n".
144 accepted, as is any integer in the range 0 - 15.\n"
151 Name to set for symbol. If the -name_offset option is used,\n\
152 this is an integer offset into the string table section\n\
153 associated with the symbol table. Otherwise, it is a string,\n\
[all …]
H A Ddyn.msg24 # Use is subject to license terms.
57 @ MSG_DEBUG_NULLTERM "[%d: %s][%d]: ELF warning: dynamic section is \
61 is expected to be 0: %#llx\n"
105 exists, and if room exists in the file. If -add is specified,\n\
112 string table, the offset of that string is stored in the\n\
114 but there is room to add it, the new string is added and then\n\
115 the offset is placed in the dynamic entry.\n"
136 is a DT_ tag value. The index of the first element in the\n\
141 If the -dynndx option is specified, elt is instead interpreted\n\
151 Element within dynamic section. By default, this is a tag\n\
[all …]
H A Dsyminfo.msg24 # Use is subject to license terms.
44 @ MSG_DEBUG_CHGSYMINFO0 "[%d: %s][%d]: ELF warning: element [0] is expected to \
69 The value argument is a string giving the name of an ELF\n\
73 is sufficient room, it will be added in order to satisfy this\n\
86 An integer value that describes the object this symbol is\n\
93 constants are accepted, as is any integer.\n"
100 The syminfo:dump command is used to display information\n\
107 If syminfo:dump is called without arguments, syminfo information\n\
108 for every symbol in the symbol table is shown. If called with\n\
109 the sym argument, the information for that symbol is\n\
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dinetddi.c70 #error inetddi.c: INET_NAME is not defined!
76 #error inetddi.c: INET_DEVDESC is defined but INET_DEVSTRTAB is not!
78 #error inetddi.c: INET_DEVDESC is defined but INET_DEVMTFLAGS is not!
80 #error inetddi.c: INET_DEVDESC is defined but INET_DEVMINOR is not!
82 #error inetddi.c: INET_MODDESC is defined but INET_MODSTRTAB is not!
84 #error inetddi.c: INET_MODDESC is defined but INET_MODMTFLAGS is not!
86 #error inetddi.c: INET_SOCKDESC is defined but SOCKMOD_VERSION is not!
88 #error inetddi.c: INET_SOCKDESC is defined but INET_SOCK_PROTO_CREATE_FUNC \
89 is not!
91 #error inetddi.c: INET_SOCK_PROTO_FB_FUNC is defined but \
[all …]
/titanic_44/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in8 ** a legal notice, here is a blessing:
37 ** The version string is also compiled into the library so that a program
44 ** The SQLITE_UTF8 macro is defined if the library expects to see
45 ** UTF-8 encoded data. The SQLITE_ISO8859 macro is defined if the
59 ** Each open sqlite database is represented by an instance of the
68 ** permission, then a new database is created. If the database
74 ** database is opened read-only.
78 ** ability to open a database readonly. The mode parameters is
100 ** the callback function specified by the 3rd parameter is
103 ** value then the query is aborted, all subsequent SQL statements
[all …]
/titanic_44/usr/src/lib/libshell/common/
H A DOBSOLETE10 is an obsolete name for
15 is not used when
17 is set. Use
23 is obsolete. Use
30 is obsolete. Use
39 is equal to
44 is not equal to
49 is less than
54 is greater than
59 is less than or equal to
[all …]
/titanic_44/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s222 ! remainder is positive
227 ! remainder is positive
232 ! remainder is positive
237 ! remainder is positive
242 L.4.23: ! remainder is negative
250 L.3.19: ! remainder is negative
255 ! remainder is positive
260 L.4.21: ! remainder is negative
271 L.2.17: ! remainder is negative
276 ! remainder is positive
[all …]
H A Drem.s221 ! remainder is positive
226 ! remainder is positive
231 ! remainder is positive
236 ! remainder is positive
241 L.4.23: ! remainder is negative
249 L.3.19: ! remainder is negative
254 ! remainder is positive
259 L.4.21: ! remainder is negative
270 L.2.17: ! remainder is negative
275 ! remainder is positive
[all …]
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME21 Use is subject to license terms.
30 The Solaris DHCP agent (dhcpagent) is a DHCP client implementation
41 When a DHCP agent implementation is only required to control a single
42 interface on a machine, the problem is expressed well as a simple
43 state-machine, as shown in RFC2131. However, when a DHCP agent is
49 machine, the event-driven model is the closest match.
51 While tried-and-true, that model is subtle and easy to get wrong.
52 Indeed, much of the agent's code is there to manage the complexity of
59 companion header file. While the largest source file is around 1700
64 define an abstract "object" that is used by other parts of
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/arithmetic/
H A Dtst.basics.d.out1 The value of i is 6
2 The value of i is 18
3 The value of i is 72
4 The value of i is 25920
5 The value of i is 935761216
6 The value of i is -91738734
7 The value of i is -91738729
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod24 # Use is subject to license terms.
102 # The following is available for API version greater than 1:
121 called in scalar context. In case of error the empty list is return in the array
122 context and B<undef> is returned in the scalar context.
168 A detailed description of each function follows. Since this module is intended
170 description is given for the corresponding functions in this module and a
171 reference is given to the complete description in the L<liblgrp(3LIB)> man
183 L<lgrp_fini()> function should be called with the cookie when it is no longer
184 needed. Unlike L<lgrp_init (3LGRP)>, C<LGRP_VIEW_OS> is assumed as the default if
185 no view is provided.
[all …]
/titanic_44/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-31 This is grub.info, produced by makeinfo version 4.0 from grub.texi.
19 Permission is granted to make and distribute verbatim copies of this
23 Permission is granted to copy and distribute modified versions of
25 that the entire resulting derived work is distributed under the terms
28 Permission is granted to copy and distribute translations of this
41 This command is fairly complex, and you should not use this command
46 Stage 1.5(1) (*note install-Footnote-1::) is in its final install
50 it is a GRUB Stage 1 of the right version number, install in it a
52 is present, the Stage 1 will always look for the actual disk
55 for a true Stage 2, and `0x2000' for a Stage 1.5. If ADDR is not
[all …]
/titanic_44/usr/src/cmd/cmd-inet/etc/
H A Dwanboot.conf.sample3 # Use is subject to license terms.
31 # this interface is "Evolving" as defined by attributes(5).
33 # Anything after a '#' is comment. Values may be quoted (e.g. "val").
35 # <empty> means there is no value, i.e. null. The absence of any
39 # <url> is of the form http://... or https://...
42 # The path of the bootstrap file (within htdocs) which is served up
48 # whether boot_file or the bootfs is to be sent encrypted/signed, or
49 # root_file is to be sent signed; the client must be setup with the
53 # If an encryption_type is specified then a signature_type must also
59 # This is used by wanboot-cgi(bootfs) and wanboot to determine whether
[all …]
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dsys110 #define _typ_dev_t 1 /* dev_t is a type */
111 #define _typ_nlink_t 1 /* nlink_t is a type */
112 #define _typ_gid_t 1 /* gid_t is a type */
113 #define _typ_mode_t 1 /* mode_t is a type */
114 #define _typ_uid_t 1 /* uid_t is a type */
117 #define _typ_wchar_t 1 /* wchar_t is a type */
118 #define _typ_pid_t 1 /* pid_t is a type */
119 #define _typ_ssize_t 1 /* ssize_t is a type */
120 #define _typ_wint_t 1 /* wint_t is a type */
122 #define _typ_socklen_t 1 /* socklen_t is a type */
[all …]

12345678910>>...108