/titanic_41/usr/src/cmd/sgs/size/common/ |
H A D | process.c | 83 * size of first, second, third number and total size in process() 88 GElf_Xword third; in process() local 106 * that are allocatable, writable, and not of type NOBITS; the third number in process() 132 first = second = third = totsize = 0; in process() 170 third += shdr.sh_size; in process() 189 totsize = first + second + third; in process() 191 first, second, third, totsize); in process() 209 * segments whose type is PT_LOAD; the third number is the memory size 228 GElf_Xword Third; in process_phdr() local 239 First = Second = Third = Totsize = 0; in process_phdr() [all …]
|
/titanic_41/usr/src/lib/libc/amd64/unwind/ |
H A D | eh_frame.c | 220 unsigned char *third = data; in get_table_ent_val() local 232 third += 8; in get_table_ent_val() 233 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val() 235 (uint64_t)(*((uint32_t *)third)); in get_table_ent_val() 243 third += 16; in get_table_ent_val() 244 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val() 246 (uint64_t)(*((uint64_t *)third)); in get_table_ent_val() 254 third += 8; in get_table_ent_val() 255 next_code = (third >= data_end)? ULONG_MAX : in get_table_ent_val() 257 (uint64_t)(int64_t)(*((int32_t *)third)); in get_table_ent_val() [all …]
|
/titanic_41/usr/src/man/man7i/ |
H A D | cdio.7i | 106 ending address is detected. The address is in \fBMSF\fR format. The third 143 ending address is in track/index format. The third argument of the 172 indicating maximum volume. The third argument of the \fBioctl()\fR call is a 229 third argument of the function call is a pointer to the type \fBstruct 408 first track in the last session of a Multi-Session \fBCD-ROM\fR. The third 419 The third argument of the \fBioctl()\fR call is a pointer to the type \fBstruct 534 Architecture) data according to \fBCD-ROM\fR \fBXA\fR format. The third 627 target is playing audio. The third argument of the \fBioctl()\fR call is a 658 \fBCD-ROM\fR drive. The third argument of the \fBioctl()\fR call is a pointer 669 current block size to the requested block size. The third argument of the [all …]
|
/titanic_41/usr/src/man/man1/ |
H A D | m4.1 | 288 the third. If there is no third argument, the value is \fINULL\fR. The word 299 string as the second, then the value is the third argument. If not, and if 420 number selecting the first character; the third argument indicates the length 421 of the substring. A missing third argument is taken to be large enough to 451 second argument to the set given by the third. No abbreviations are permitted. 504 the result; the default is 10. The third argument can be used to specify the 520 result; the default is 10. The third argument can be used to specify the
|
H A D | rcp.1 | 83 \fBrcp\fR handles third party copies, where neither source nor target files are 315 the remote host when doing third-party copies. 335 When \fBrcp\fR is used to perform third-party copies where either of the remote
|
/titanic_41/usr/src/man/man3head/ |
H A D | langinfo.h.3head | 56 name of the third day of the week (for example, Tuesday) 84 abbreviated name of the third day of the week 107 \fBMON_3\fR \fBLC_TIME\fR name of the third month 131 \fBABMON_3\fR \fBLC_TIME\fR abbreviated name of the third month
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | FIRMWARELICENSE | 66 allow any third party to) (i) decompile, disassemble, or otherwise 71 use the Software to or for the benefit of third parties; (iii) 111 consultants, agents and other third parties in writing to maintain 127 IN NO EVENT WILL QLOGIC BE LIABLE TO LICENSEE OR ANY THIRD PARTY 132 OR FOR ANY CLAIM BY ANY THIRD PARTY.
|
/titanic_41/usr/src/man/man3mp/ |
H A D | mp.3mp | 109 \fBmp_mult\fR(\fIa\fR,\fIb\fR,\fIc\fR) functions assign to their third 112 the quotient and remainder, respectively, to its third and fourth arguments. 127 greatest common divisor of the first two arguments, returning it in the third
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | strcpy.s | 106 srl %o5, 8, %o4 ! extract third byte 107 andcc %o4, 0xff, %g0 ! third byte zero ? 109 stb %o4, [%o2 + 2] ! store third byte 154 srlx %o1, 40, %o3 ! %o3<7:0> = third byte 155 andcc %o1, %o4, %g0 ! third byte zero? 157 stb %o3, [%o2 - 6] ! store third byte
|
H A D | strchr.s | 116 andcc %g1, %o4, %g0 ! third byte zero (= found search char) ? 143 andcc %g1, %o4, %g0 ! third byte == findchar ? 145 andcc %o2, %o4, %g0 ! third byte == 0 ? 209 andcc %o1, %o4, %g0 ! third byte zero?
|
H A D | strncmp.s | 126 andcc %i4, %l2, %g0 ! check if third byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero 215 andcc %i4, %l2, %g0 ! check if third byte was zero 252 andcc %i4, %l2, %g0 ! check if third byte was zero
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | strcpy.s | 121 andcc %o1, %o4, %g0 ! third byte zero? 122 srl %o1, 8, %o3 ! %o3<7:0> = third byte 124 stb %o3, [%o2 - 2] ! store third byte 161 sth %o1, [%o2 - 2] ! store third and fourth byte
|
H A D | strchr.s | 116 andcc %g1, %o4, %g0 ! third byte zero (= found search char) ? 143 andcc %g1, %o4, %g0 ! third byte == findchar ? 145 andcc %o2, %o4, %g0 ! third byte == 0 ? 209 andcc %o1, %o4, %g0 ! third byte zero?
|
H A D | strncmp.s | 126 andcc %i4, %l2, %g0 ! check if third byte was zero 171 andcc %i4, %l2, %g0 ! check if third byte was zero 215 andcc %i4, %l2, %g0 ! check if third byte was zero 252 andcc %i4, %l2, %g0 ! check if third byte was zero
|
/titanic_41/usr/src/man/man2/ |
H A D | fcntl.2 | 33 The \fBfcntl()\fR function can take a third argument, \fIarg\fR, whose data 46 not already open) file descriptor greater than or equal to the third argument, 194 with \fIfildes\fR, to the third argument, \fIarg\fR, taken as type \fBint\fR. 195 If the \fBFD_CLOEXEC\fR flag in the third argument is 0, the file will remain 222 using the value of the third argument, \fIarg\fR, taken as type \fBint\fR. 238 Get the first lock which blocks the lock description pointed to by the third 263 by the third argument, \fIarg\fR, taken as a pointer to type \fBstruct
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | FIRMWARELICENSE | 44 performance information or analysis to any third party, other than solely for 80 any third party, whether in contract, tort, negligence or products liability 94 of any third party, and further agrees that it may not assign its rights or
|
/titanic_41/usr/src/lib/mpapi/libmpapi/ |
H A D | THIRDPARTYLICENSE | 11 Covered Code available to a third party. 75 subject to third party intellectual property claims: 95 * 2.2 Contributor Grant. Subject to third party intellectual 121 third party modifications of Contributor Version or ii) the 152 if the Electronic Distribution Mechanism is maintained by a third 164 o (a) Third Party Claims. If Contributor has actual knowledge 165 that a license under a third party's intellectual property
|
/titanic_41/usr/src/lib/smhba/ |
H A D | THIRDPARTYLICENSE | 11 Covered Code available to a third party. 75 subject to third party intellectual property claims: 95 * 2.2 Contributor Grant. Subject to third party intellectual 121 third party modifications of Contributor Version or ii) the 152 if the Electronic Distribution Mechanism is maintained by a third 164 o (a) Third Party Claims. If Contributor has actual knowledge 165 that a license under a third party's intellectual property
|
/titanic_41/usr/src/lib/hbaapi/ |
H A D | THIRDPARTYLICENSE | 11 Covered Code available to a third party. 75 subject to third party intellectual property claims: 95 * 2.2 Contributor Grant. Subject to third party intellectual 121 third party modifications of Contributor Version or ii) the 152 if the Electronic Distribution Mechanism is maintained by a third 164 o (a) Third Party Claims. If Contributor has actual knowledge 165 that a license under a third party's intellectual property
|
/titanic_41/usr/src/lib/libima/ |
H A D | THIRDPARTYLICENSE | 11 Covered Code available to a third party. 75 subject to third party intellectual property claims: 95 * 2.2 Contributor Grant. Subject to third party intellectual 121 third party modifications of Contributor Version or ii) the 152 if the Electronic Distribution Mechanism is maintained by a third 164 o (a) Third Party Claims. If Contributor has actual knowledge 165 that a license under a third party's intellectual property
|
/titanic_41/usr/src/man/man4/ |
H A D | cardbus.4 | 90 The second and third values in the \fBreg\fR property 5-tuple specify the 93 The third 32-bit tuple corresponds to the 32-bit address. 162 Third, the unit-address property must identify the card. The format of the
|
/titanic_41/usr/src/ |
H A D | OPENSOLARIS.LICENSE | 83 subject to third party intellectual property claims, the Initial 102 third party under the terms of this License. 114 subject to third party intellectual property claims, each 138 otherwise makes the Modifications available to a third 144 by: (i) third party modifications of Contributor Version,
|
/titanic_41/usr/src/man/man1m/ |
H A D | rpcinfo.1m | 76 The third synopsis makes an \fBRPC\fR call to procedure 0 of \fIprognum\fR and 221 option is made obsolete by the \fB-T\fR option as shown in the third synopsis. 232 option is made obsolete by the \fB-T\fR option as shown in the third synopsis.
|
/titanic_41/usr/src/tools/depcheck/ |
H A D | get_depend_info.1 | 92 package or a third-party software package that conforms with the Sun package 147 Specifies the name of a particular Sun software package (or any third-party
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | COPYING.Ylonen | 13 copyrights held by third parties, and the software includes parts that 68 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|