Searched defs:supported (Results 1 - 9 of 9) sorted by relevance
/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/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...] |
H A D | metaGlobal.h | 198 FREE_DISABLED = 1, /* No supported provider or key type */ 289 boolean_t supported; member in struct:mechinfo
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 207 if($ftp->supported("SIZE")) { 212 elsif($ftp->supported("STAT")) { 860 sub supported { subroutine 861 @_ == 2 or croak 'usage: $ftp->supported( CMD )'; 1506 =item supported ( CMD )
|
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | disk.c | 704 * Get the highest supported partition number on \p disk. 709 ped_disk_get_max_supported_partition_count(const PedDisk* disk, int* supported) argument 714 return disk->type->ops->get_max_supported_partition_count(disk, supported);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 704 * of controls is supported or not. The input parameters: 708 * supported A caller supplied array which will be set to TRUE or 710 * is reported as supported. 715 controlSupported(__nis_ldap_conn_t *lc, char **ctrl, bool_t *supported) { argument 729 "%s: Unable to retrieve supported control information for %s: %s", 755 *supported = FALSE; 758 *supported = TRUE; 765 *supported ? "enabled" : "disabled"); 767 supported++; 790 bool_t supported[ local [all...] |
/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...] |
/osnet-11/usr/src/lib/libsun_ima/common/ |
H A D | ima.c | 1856 /* only 10 and 16 byte CDB are supported */ 1954 /* this optional feature is not supported now */ 2092 IMA_BOOL supported; local 2098 supported = IMA_FALSE; 2101 supported = IMA_TRUE; 2105 return (supported);
|
Completed in 4545 milliseconds