/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | errlist | 88 48 Operation not supported 135 99 Option not supported by protocol 136 120 Protocol not supported 137 121 Socket type not supported 138 122 Operation not supported on transport endpoint 139 123 Protocol family not supported 140 124 Address family not supported by protocol family
|
/osnet-11/usr/src/cmd/hal/tools/sunos/ |
H A D | hal-system-power-suspend-sunos.sh | 10 echo Waking the system up is not supported >&2
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/ |
H A D | EBCDIC.pm | 24 supported are as follows.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/ |
H A D | Symbol.pm | 24 supported are as follows.
|
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaMechManager.c | 162 * because some mechs may not currently be supported on any slot. 169 boolean_t supported; local 177 supported = FALSE; 182 if (mechlist[i].slots[j].supported) { 183 supported = B_TRUE; 188 if (supported) { 248 !mechlist[index].slots[i].supported) 467 * that it is not supported by the specified slot. 475 mechlist[index].slots[slotnum].supported = B_FALSE; 484 mechlist[index].slots[slotnum].supported [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/ |
H A D | pl2303.c | 34 unsigned int supported[] = { 2400, 4800, 9600, 19200, 38400, 57600, 115200}; local 36 for (i = 0; i < ARRAY_SIZE (supported); i++) 37 if (supported[i] == speed)
|
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/ |
H A D | misc.c | 265 static int supported = -1; local 267 if (supported == -1) 275 supported = (dmt != NULL); 283 return supported;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/DBM_Filter/ |
H A D | encode.pm | 73 The encoding requested is not supported by the Encode module.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/ |
H A D | TW.pm | 4 die "Encode::TW not supported on EBCDIC\n"; 30 Encodings supported are as follows. 57 Since the original C<big5> encoding (1984) is not supported anywhere
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/ |
H A D | ToNroff.pm | 66 The following options are supported: center, date, fixed, fixedbold, 78 in the future, and this may change what options are supported.
|
H A D | ToText.pm | 69 future, and this may change what options are supported.
|
H A D | ToMan.pm | 141 The following options are supported: center, date, fixed, fixedbold, 153 in the future, and this may change what options are supported.
|
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | fuse_common.h | 98 * Is asynchronous read supported (read-write) 235 # error Compatibility with API version other than 21, 22, 24, 25 and 11 not supported
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/ |
H A D | Byte.pm | 25 supported are as follows.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/ |
H A D | KR.pm | 4 die "Encode::KR not supported on EBCDIC\n"; 30 This module implements Korean charset encodings. Encodings supported
|
/osnet-11/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 71 The following are the supported credential levels: 79 The following are the supported Authentication Methods: 89 The following are the supported Authentication Methods: 324 authentication methods separated by a ';'. The supported methods 431 lookups. SSD are supported for all services (databases) 747 # No default value supported. 1614 # assume sasl/GSSAPI is supported by the ldap server and may be used 1620 ${ECHO} " sasl/GSSAPI is not supported by this LDAP server" 1624 get_confirm "GSSAPI is supported. Do you want to set up gssapi:(y/n)" "n" 3021 ${ECHO} "ERROR: VLV is not supported o [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2latex.PL | 263 This section describes the supported command line options. Minimum 264 matching is supported.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/ |
H A D | CN.pm | 4 die "Encode::CN not supported on EBCDIC\n"; 34 Encodings supported are as follows.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/JP/ |
H A D | JP.pm | 4 die "Encode::JP not supported on EBCDIC\n"; 31 supported are as follows.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/ |
H A D | UTF7.pm | 98 UTF-7 was not supported by Encode until version 1.95 because of that.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | base.pm | 196 Multiple inheritence of fields is B<NOT> supported, if two or more
|
H A D | FileHandle.pm | 198 supported C<FileHandle> methods, which are just front ends for the 211 supported C<FileHandle> methods:
|
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | disk.h | 176 const int* block_sizes; /**< block sizes supported 243 int* supported); 255 PedDiskTypeFeature features; /**< bitmap of supported features */ 293 int* supported);
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/ |
H A D | usb.xcl | 107 "supported.\n"
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfsresize.c | 199 /* Temporary statistics until all case is supported */ 570 /* Take the next supported cluster (free or relocatable) 576 "Sorry, it's not supported yet.\n" 654 int ret, supported = 0; local 671 err_exit("Highly fragmented $Bitmap isn't supported yet."); 673 supported = 1; 678 * First run of $MFT AT_DATA isn't supported yet. 681 supported = 1; 687 supported = 1; 691 supported [all...] |