Searched refs:supported (Results 1 - 25 of 80) sorted by relevance

1234

/osnet-11/usr/src/lib/libc/port/gen/
H A Derrlist88 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 Dhal-system-power-suspend-sunos.sh10 echo Waking the system up is not supported >&2
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/
H A DEBCDIC.pm24 supported are as follows.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DSymbol.pm24 supported are as follows.
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c162 * 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 Dpl2303.c34 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 Dmisc.c265 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 Dencode.pm73 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 DTW.pm4 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 DToNroff.pm66 The following options are supported: center, date, fixed, fixedbold,
78 in the future, and this may change what options are supported.
H A DToText.pm69 future, and this may change what options are supported.
H A DToMan.pm141 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 Dfuse_common.h98 * 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 DByte.pm25 supported are as follows.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/KR/
H A DKR.pm4 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 Didsconfig.sh71 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 Dpod2latex.PL263 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 DCN.pm4 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 DJP.pm4 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 DUTF7.pm98 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 Dbase.pm196 Multiple inheritence of fields is B<NOT> supported, if two or more
H A DFileHandle.pm198 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 Ddisk.h176 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 Dusb.xcl107 "supported.\n"
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsresize.c199 /* 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...]

Completed in 101 milliseconds

1234