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

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c104 static int class_statinit(ipgpc_class_t *, int);
1264 * class_statinit(in_class, in_class_id)
1274 class_statinit(ipgpc_class_t *in_class, int in_class_id) function
1284 ipgpc0dbg(("class_statinit: error creating ipp_stat entry"));
1345 if ((rc = class_statinit(in_class, class_id)) != 0) {
1348 "class_statinit failed with error %d", rc));
1805 if ((rc = class_statinit(&in_class, class_id))
1808 "class_statinit failed with " \

Completed in 49 milliseconds