Searched refs:supported (Results 1 - 5 of 5) sorted by relevance
/solaris-userland/components/foomatic/fppd/ |
H A D | supportedonly.sh | 55 # supported if Solaris compiles and delivers these drivers. 139 ## supported 141 ## process PPD supported file. 144 supported() { function 153 ## Handle PPD files NOT supported and thus included in the cache 165 ## supported or not 190 # The following cases pull out supported drivers 192 supported 197 supported 202 supported [all...] |
/solaris-userland/make-rules/ |
H A D | ruby.mk | 40 # version supported by the component.
|
H A D | shared-macros.mk | 517 # Transform Ruby scripts to call the supported 782 # Turn on recognition of supported C99 language features and enable the 1999 C 1023 # -z<extname> is deprecated, but supported, on S12, in favor of 1025 # are not supported on S11 use -zsx=<extname> by default. 1094 # ADIHEAP and ADISTACK are not supported on Solaris 11.
|
H A D | configure.mk | 101 # to reject "unknown" options (which may be supported by newer versions of
|
/solaris-userland/components/openvswitch/files/lib/ |
H A D | netdev-solaris.c | 95 enum netdev_features supported; member in struct:netdev_solaris 210 * Number of supported OpenFlow queues, 0 for qdiscs that have no 615 netdev->supported = 0; 617 "possible", &netdev->supported)) != 0) 670 netdev->advertised |= (netdev->supported & NETDEV_F_AUTONEG); 1411 * Initialize statistics only supported on uplink. 1537 * Stores the features supported by 'netdev' into of '*current', '*advertised', 1538 * '*supported', and '*peer'. Each value is a bitmap of NETDEV_* bits. 1545 enum netdev_features *supported, 1573 *supported 1542 netdev_solaris_get_features(const struct netdev *netdev_, enum netdev_features *current, enum netdev_features *advertised, enum netdev_features *supported, enum netdev_features *peer) argument [all...] |
Completed in 34 milliseconds