Searched refs:interface (Results 1 - 11 of 11) sorted by relevance

/solaris-userland-s11u3/components/libusb/wrapper/src/
H A Dtestlibusb.c40 void print_altsetting(struct usb_interface_descriptor *interface) argument
45 printf(" bInterfaceNumber: %d\n", interface->bInterfaceNumber);
46 printf(" bAlternateSetting: %d\n", interface->bAlternateSetting);
47 printf(" bNumEndpoints: %d\n", interface->bNumEndpoints);
48 printf(" bInterfaceClass: %d\n", interface->bInterfaceClass);
49 printf(" bInterfaceSubClass: %d\n", interface->bInterfaceSubClass);
50 printf(" bInterfaceProtocol: %d\n", interface->bInterfaceProtocol);
51 printf(" iInterface: %d\n", interface->iInterface);
52 printf(" extralen: %d\n", interface->extralen);
53 dump_data(interface
59 print_interface(struct usb_interface *interface) argument
[all...]
H A Dusb.h181 struct usb_interface *interface; /* array of interface descriptors */ member in struct:usb_config_descriptor
300 int usb_claim_interface(usb_dev_handle *dev, int interface);
301 int usb_release_interface(usb_dev_handle *dev, int interface);
H A Dwr_libusb.c658 * Used to form prefixed interface symbols for plugins
1255 usb_claim_interface(usb_dev_handle *dev, int interface) argument
1267 return ((*hdl)(dev, interface));
1271 usb_release_interface(usb_dev_handle *dev, int interface) argument
1283 return ((*hdl)(dev, interface));
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/type/
H A Dinterface_properties.rb27 @doc = "Manage Oracle Solaris interface properties"
36 newparam(:interface) do
37 desc "The name of the interface with protocol (if appropriate)"
40 raise Puppet::Error, "Invalid interface name. Interface name
48 desc "Optional parameter that specifies changes to the interface are
55 interface"
/solaris-userland-s11u3/components/python/zope-interface/
H A DMakefile28 COMPONENT_NAME= zope.interface
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/interface_properties/
H A Dsolaris.rb27 desc "Provider for managing Oracle Solaris interface properties"
86 ifname, protocol = @resource[:interface].split("/")
93 Puppet.warning "Property '#{key}' not found for interface
107 name, proto = @resource[:interface].split("/")
/solaris-userland-s11u3/components/libusb/ugen/src/
H A Dlibusbugen.c85 usb_dev_handle_info_t *info, int index, int interface, int alternate);
385 /* set when the app claims an interface */
458 * we do not need to claim an interface first
824 * switches to the alternate interface for the device
857 * the default interface.
894 hdl->device->config[index].interface[iface].num_altsetting);
897 config[index].interface[iface].num_altsetting)) {
1021 * ugen does not have a claim interface concept but all endpoints
1028 usb_claim_interface(usb_dev_handle *dev, int interface) argument
1045 "interface
1113 usb_release_interface(usb_dev_handle *dev, int interface) argument
1331 usb_set_ep_iface_alts(usb_dev_handle_impl_t *hdl, usb_dev_handle_info_t *info, int index, int interface, int alternate) argument
[all...]
/solaris-userland-s11u3/components/openstack/cinder/files/zfssa/
H A Dzfssaiscsi.py165 for interface in lcfg.zfssa_target_interfaces.split(','):
166 if interface == '':
168 interfaces.append(interface)
/solaris-userland-s11u3/components/openstack/neutron/
H A DMakefile115 files/agent/solaris/interface.py \
/solaris-userland-s11u3/components/openstack/neutron/files/agent/
H A Devs_l3_agent.py33 from neutron.agent.solaris import interface namespace
103 # driver just returns if datalink and IP interface already exists
291 """Configure IP addresses on router's external gateway interface.
379 # Clean up addresses that no longer belong on the gateway interface.
582 cfg.CONF.register_opts(interface.OPTS)
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py108 from neutron.agent.solaris import interface, net_lib, ra, ipfilters_manager namespace
361 print "failed to retrieve IP interface names"
852 "Tunnel interface: %s already exists." % tun_name)
889 # What this does is to pass all packets leaving interface
890 # "l3ia18d6189_8_0" directly to interface/address
898 # To make this happen, we find the interface associated with our
910 print "failed to retrieve IP interface names"
919 LOG.debug("Found interface for VPN subnet: \"%s\"" % ifa)
1447 of the tunnel. The tunnel interface is created with dladm(1m).

Completed in 70 milliseconds