Searched defs:supported (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/foomatic/fppd/
H A Dsupportedonly.sh55 # 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/components/openvswitch/files/lib/
H A Dnetdev-solaris.c95 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 18 milliseconds