Searched defs:class (Results 1 - 6 of 6) sorted by relevance

/solaris-userland/components/ruby/puppet-solaris/ext/
H A Dpuppet_audit.c39 audit_new(VALUE class) argument
48 data = Data_Wrap_Struct(class, 0, 0, ah);
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A Dkr_iostat.c110 int class; member in struct:diskinfo
598 cmp = ks1->class - ks2->class;
687 disk->class = io_class[i].class_priority;
/solaris-userland/components/openssl/common/engines/pkcs11/
H A De_pk11_pub.c2797 CK_OBJECT_CLASS class = CKO_PRIVATE_KEY; local
2806 {CKA_CLASS, (void*) NULL, sizeof (class)},
2815 key_template[0].pValue = &class;
/solaris-userland/components/openvswitch/files/lib/
H A Dnetdev-solaris.c105 char class[DLADM_PROP_VAL_MAX]; /* datalink class */ member in struct:netdev_solaris
155 * An instance of a traffic control class.
190 * Each implementation generally maps to one particular Linux qdisc class.
216 * Called to install this TC class on 'netdev'. The implementation
235 * Called when the netdev code determines that this TC class's qdisc
469 return ((netdev_solaris_cast(netdev))->class);
896 (strcmp(netdev->class, "etherstub") != 0)) {
1171 * Get the datalink class for this link.
1180 (void) strlcpy(netdev->class, buffe
[all...]
H A Ddpif-solaris.c65 const struct dpif_class *class; member in struct:dpif_solaris
212 dpif_solaris_open(const struct dpif_class *class, const char *name, argument
220 VLOG_DBG("dpif_solaris_open class type %s name %s do %screate",
221 class->type, name, create ? "" : "not ");
264 dpif->class = class;
297 error = (dpif->class != class ? EOPNOTSUPP :
305 dpif_init(&dpif->dpif, class, name, dpif->dp_ifindex,
H A Dutil-solaris.c648 if (strcmp(key, "class") == 0)
3830 solaris_is_uplink_class(const char *class) argument
3832 return (strcmp("phys", class) == 0 ||
3833 strcmp("aggr", class) == 0 ||
3834 strcmp("etherstub", class) == 0 ||
3835 strcmp("vxlan", class) == 0 ||
3836 strcmp("veth", class) == 0 ||
3837 strcmp("simnet", class) == 0);

Completed in 1302 milliseconds