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

/solaris-userland/components/openstack/cinder/files/solaris/
H A Dzfs.py110 protocol = 'local' variable in class:ZFSVolumeDriver
471 stats["storage_protocol"] = self.protocol
630 def _check_target(self, target, protocol):
643 if tmp_protocol == protocol:
646 err_msg = (_("'%s' does not match the listed protocol '%s'"
648 % (protocol, tmp_protocol, target))
658 def _online_target(self, target, protocol):
662 assert self._check_target(target, protocol) == 'Online'
736 protocol = 'iSCSI' variable in class:ZFSISCSIDriver
747 status["storage_protocol"] = self.protocol
1054 protocol = 'FC' variable in class:ZFSFCDriver
[all...]
/solaris-userland/components/openvswitch/files/lib/
H A Dutil-solaris.c57 #include "netlink-protocol.h"
341 * STREAMS, thus it isn't related to ARP running the ARP protocol.
354 solaris_proto2str(uint8_t protocol) argument
356 if (protocol == IPPROTO_TCP)
358 if (protocol == IPPROTO_UDP)
360 if (protocol == IPPROTO_SCTP)
362 if (protocol == IPPROTO_ICMPV6)
364 if (protocol == IPPROTO_ICMP)
2755 uint8_t protocol; local
2762 * "protocol
2827 uint8_t protocol; local
[all...]

Completed in 24 milliseconds