/titanic_44/usr/src/lib/libslp/clib/ |
H A D | libslp.po | 6 # (the "License"). You may not use this file except in compliance 27 msgid "could not start thread: %s" 33 msgid "could not parse property: ``%s'' = ``%s''" 35 msgid "could not create socket: %s" 37 msgid "could not connect to slpd: %s" 41 msgid "could not talk to slpd: %s" 49 msgid "could not connect, error = %s" 51 msgid "could not send, error = %s" 53 msgid "could not set broadcast interface: %s" 55 msgid "could not enable broadcast: %s" [all …]
|
/titanic_44/usr/src/lib/libshell/common/tests/ |
H A D | quoting.sh | 109 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments' 113 then err_exit '${x+foo $x bam} does not yield three arguments' 117 then err_exit '${x+foo "$x" bam} does not yield three arguments' 121 then err_exit '${x+"foo $x bam"} does not yield one argument' 125 then err_exit '"${x+foo $x bam}" does not yield one argument' 129 then err_exit '${x+foo "$x "bam} does not yield two arguments' 133 then err_exit '$'"' inside double quotes not working" 144 then err_exit 'line continuation in double strings not working' 150 then err_exit 'line continuation in expanded double strings not working' 181 then err_exit ' $x\$, with x=$hi, does not expand to $hi$' [all …]
|
H A D | arith.sh | 276 then err_exit 'large integer constants not working' 290 then err_exit '2**3 not working' 293 then err_exit '2**3*2 not working' 296 then err_exit '4**3**2 not working' 299 then err_exit '(4**3)**2 not working' 304 then err_exit '-Z3 not treated as decimal' 308 (( x >= 0 )) || err_exit 'unsigned integer not working' 309 (( $x >= 0 )) || err_exit 'unsigned integer not working as $x' 316 $SHELL -c '(( +1 == 1))' 2> /dev/null || err_exit 'unary + not working' 325 (( x > 1.999 && x < 2.001 )) || err_exit 'composite functions not working' [all …]
|
H A D | quoting2.sh | 110 then err_exit '${x+foo '\''bar bam'\''} does not yield two arguments' 114 then err_exit '${x+foo $x bam} does not yield three arguments' 118 then err_exit '${x+foo "$x" bam} does not yield three arguments' 122 then err_exit '${x+"foo $x bam"} does not yield one argument' 126 then err_exit '"${x+foo $x bam}" does not yield one argument' 130 then err_exit '${x+foo "$x "bam} does not yield two arguments' 134 then err_exit '$'"' inside double quotes not working" 145 then err_exit 'line continuation in double strings not working' 151 then err_exit 'line continuation in expanded double strings not working' 172 then err_exit '$() not working' [all …]
|
H A D | tilde.sh | 47 then err_exit '~' not $HOME 51 then err_exit x=~ not $HOME 55 then err_exit x=x:~ not x:$HOME 58 then err_exit '~' not $PWD 62 then err_exit x=~+ not $PWD 65 then err_exit '~' not $PWD 69 then err_exit x=~- not $OLDPWD
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.StateMachine.ksh.out | 5 java.lang.IllegalStateException: consumer not open 6 java.lang.IllegalStateException: consumer not open 7 java.lang.IllegalStateException: consumer not open 8 java.lang.IllegalStateException: consumer not open 9 java.lang.IllegalStateException: consumer not open 10 java.lang.IllegalStateException: consumer not open 11 java.lang.IllegalStateException: consumer not open 12 java.lang.IllegalStateException: consumer not open 13 java.lang.IllegalStateException: consumer not open 24 …piled description syscall:::entry { @[execname] = count(); } tick-101ms { printa(@); } not enabled. [all …]
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | errlist | 6 * (the "License"). You may not use this file except in compliance 77 38 Level 2 not synchronized 81 42 Protocol driver not attached 87 48 Operation not supported 98 59 Lock is not recoverable 103 64 Machine is not on the network 104 65 Package not installed 112 73 Facility is not active 117 80 Name not unique on network 120 83 Can not access a needed shared library [all …]
|
/titanic_44/usr/src/lib/libunistat/common/dsw/ |
H A D | dsw.err | 5 # You may not use this file except in compliance with the License. 25 INVALBMP = Bitmap magic number is not valid 34 NOTFOUND = Volume not enabled 39 DEPENDENCY = Volumes are not currently independent 40 MAPMEMORY = Could not allocate memory for bitmaps in interface library (malloc) 42 OPACKAGE = Another package would not allow target to be changed at this moment 43 INCOMPLETE = Source shadow volume is not complete due to earlier overflow 44 NOTEXPORTED = Shadow volume is not exported 47 OMAGIC = Overflow volume magic number or name does not match 50 NOTLOCKED = Set not pid-locked [all …]
|
/titanic_44/usr/src/lib/libunistat/common/rdc/ |
H A D | rdc.err | 5 # You may not use this file except in compliance with the License. 25 ALREADY = %s ==> %s not already enabled 32 NOLOCHOST = Disks %s,%s do not reside on host %s or host %s 34 MASTERNOTLOCAL = Master %s does not reside on this host: %s 39 SYNCING = Request not serviced, %s is currently being synced. 40 INITREMOTE = Could not initialize remote data structures on %s ==> %s set 41 INITLOCAL = Could not initialize local data structures on %s ==> %s set 45 NOBMAP = Recovery bitmaps not allocated 46 INITAFTERSYNC = Could not initialize data structures on %s ==> %s set after sync 53 … become secondary and the secondary SNDR device %s:%s to become primary is not allowed in advanced… [all …]
|
/titanic_44/usr/src/cmd/sed/ |
H A D | POSIX | 15 implementing a POSIX-compatible version of sed, and should not be 35 POSIX does not specify this behavior as the System V versions of 36 sed do not do this stripping. The argument against stripping is 46 is obvious, but not specified in POSIX. 49 flag to an s command. This is not specified in POSIX. This 50 implementation permits whitespace but does not require it. 53 characters to follow the w command. This is not specified in 54 POSIX. This implementation permits whitespace but does not 60 digit octal numbers, too, not three as specified by POSIX. POSIX 63 6. The POSIX specification for ! does not specify that for a single [all …]
|
/titanic_44/usr/src/lib/libunistat/common/solaris/ |
H A D | solaris.err | 5 # You may not use this file except in compliance with the License. 56 RANGE = Math result not representable 60 L2NSYNC = Level 2 not synchronized 64 UNATCH = Protocol driver not attached 70 NOTSUP = Operation not supported 80 UNUSED58 = not defined 81 UNUSED59 = not defined 82 NOSTR = Device not a stream 86 NONET = Machine is not on the network 87 NOPKG = Package not installed [all …]
|
/titanic_44/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ClientLib_en.properties | 11 # (the "License"). You may not use this file except in compliance 62 … ``{1}''''.atattr_sec_error = SLPConfig: Attribute signing is set but URL signing is not, ignoring. 63 unparsable_config_file = SLPConfig: Could not parse config file: {0} 79 no_utf8 = UTF8 encoding not supported. 97 cant_sign = "Can not complete signing initialization." 98 cant_sign_for_spi = Can not sign for SPI ``{0}'''': {1} 99 cant_process_spi = Can not get security information for SPI ``{0}'': {1} 101 not_right_url = ``{0}'''' is not a {1} service URL 102 empty_vector = Empty vector for t (can be null but not empty) 103 not_an_attribute = Object in attribute vector is not an attribute [all …]
|
/titanic_44/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/t/ |
H A D | Kstat.t | 9 # (the "License"). You may not use this file except in compliance 52 END {print "not ok 1\n" unless $loaded;} 61 print("not ok $test: $@"); 69 print("not ok $test: $@"); 83 print("not ok $test\n"); 92 print("not ok $test ($val)\n"); 106 print("not ok $test\n"); 113 print("not ok $test\n"); 123 print("not ok $test\n"); 134 if ($a ne $b) { print("not ok $test ($a ne $b)\n"); last; } [all …]
|
/titanic_44/usr/src/uts/common/inet/ |
H A D | inetddi.c | 70 #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! 89 is not! 92 INET_SOCK_FALLBACK_DEV_V4 is not! 95 INET_SOCK_FALLBACK_DEV_V6 is not!
|
/titanic_44/usr/src/lib/libunistat/common/sdbc/ |
H A D | sdbc.err | 5 # You may not use this file except in compliance with the License. 26 CLUSTER_SIZE = Get cluster size operation failed. Cache not initialized 27 CLUSTER_DATA = Get cluster data operation failed. Cache not initialized 28 GLMUL_SIZE = Get global size operation failed. Cache not initialized 29 GLMUL_INFO = Get global info operation failed. Cache not initialized 32 DISABLEFAIL = Cache not deconfigured 34 ACTIVERDC = Active RDC pair not closed 35 UNREG = Could not unregister sdbc io module 38 SIZE = Cache block size %s not supported. 60 NODEVENABLED = Device not enabled in cache
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/mv_files/ |
H A D | mv_files_common.kshlib | 93 $RM -rf $TESTDIR || log_unresolved Could not remove $TESTDIR 94 $MKDIR -p $TESTDIR || log_unresolved Could not create $TESTDIR 96 $RM -rf $TESTDIR_TGT || log_unresolved Could not remove $TESTDIR_TGT 97 $MKDIR -p $TESTDIR_TGT || log_unresolved Could not create $TESTDIR_TGT 105 $MKDIR -p $OLDDIR || log_unresolved Could not create $OLDDIR 106 $MKDIR -p $NEWDIR_IN_FS || log_unresolved Could not create $NEWDIR_IN_FS 107 $MKDIR -p $NEWDIR_ACROSS_FS || log_unresolved Could not create $NEWDIR_ACROSS_FS
|
/titanic_44/usr/src/cmd/backup/dump/ |
H A D | lint.sed | 14 /dumponline.c",.*name used but not defined: log10 /d 15 /dumponline.c",.*name used but not defined: getfullblkname /d 16 /dumpmain.c",.*name used but not defined: getfullrawname /d 19 /partial.c",.*name used but not defined: ulimit/d 22 /lint suppression directive not used/d 33 /dumptape.c",.*statement not reached/d
|
/titanic_44/usr/src/test/zfs-tests/tests/functional/migration/ |
H A D | setup.ksh | 54 $RM -rf $TESTDIR || log_unresolved Could not remove $TESTDIR 55 $MKDIR -p $TESTDIR || log_unresolved Could not create $TESTDIR 60 $RM -rf $NONZFS_TESTDIR || log_unresolved Could not remove $NONZFS_TESTDIR 61 $MKDIR -p $NONZFS_TESTDIR || log_unresolved Could not create $NONZFS_TESTDIR
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | notnull.test | 9 # May you do good and not evil. 48 } {1 {t1.a may not be NULL}} 62 } {1 {t1.a may not be NULL}} 69 } {1 {t1.a may not be NULL}} 104 } {1 {t1.b may not be NULL}} 146 } {1 {t1.c may not be NULL}} 153 } {1 {t1.d may not be NULL}} 174 } {1 {t1.e may not be NULL}} 190 } {1 {t1.a may not be NULL}} 198 } {1 {t1.a may not be NULL}} [all …]
|
H A D | unique.test | 9 # May you do good and not evil. 24 # (This is allowed in SQLite even that it is not valid SQL) 53 } {1 {column a is not unique}} 63 } {1 {column b is not unique}} 104 } {1 {column a is not unique}} 130 } {1 {indexed columns are not unique}} 168 } {1 {columns a, c, d are not unique}} 205 # do not overflow the static buffer used to generate the error message. 233 …umn_with_long_name, fourth_column_with_long_name, fifth_column_with_long_name, ... are not unique}}
|
/titanic_44/usr/src/uts/common/io/ipw/fw-ipw2100/ |
H A D | LICENSE | 4 Do not use or load this firmware (the "Software") until you have carefully read 6 to the terms of this Agreement. If you do not wish to so agree, do not install 25 products is not licensed hereunder. Subject to the terms of this Agreement, 35 If you are not the final manufacturer or vendor of a computer system or software 39 recipient agrees to be fully bound by the terms hereof. You shall not otherwise 41 any third party. You may not, nor may you assist any other person or entity to 55 expressly provided herein, you shall not disclose the terms or existence of 57 other announcements without Intel's prior written consent. You do not have any 67 attachments, and other encumbrances. You agree not to remove any proprietary 86 NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE. Intel does not warrant [all …]
|
/titanic_44/usr/src/lib/libc/amd64/gen/ |
H A D | memchr.s | 32 / or NULL if not found in chars; doesn't stop at \0. 62 testq $3, %rdi / if %rdi not word aligned 82 jz .L8 / goto .L8 (not found) 90 xorl %eax, %eax / not found 95 jz .L8 / goto .L8 (not found) 100 testq $3, %rdi / if %rdi not word aligned
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/ |
H A D | man.ListProbesWithIDs | 6 * You may not use this file except in compliance with the License. 48 * RESULT: not a valid id range 56 * RESULT: not a valid id range 60 * RESULT: not a valid id range 65 * charaters are not considered. 70 * charaters are not considered.
|
H A D | man.TraceIDs | 6 * You may not use this file except in compliance with the License. 44 * RESULT: not a valid id range 48 * RESULT: not a valid id range 52 * RESULT: not a valid id range 56 * RESULT: not a valid id range 68 * RESULT: Only the BEGIN probe is traced and the others are not.
|
/titanic_44/usr/src/uts/common/zmod/ |
H A D | THIRDPARTYLICENSE | 14 * 1. The origin of this software must not be misrepresented; you must not 17 * appreciated but is not required. 18 * 2. Altered source versions must be plainly marked as such, and must not be 20 * 3. This notice may not be removed or altered from any source distribution.
|