Searched refs:ipgpc_num_cls (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.h66 extern size_t ipgpc_num_cls; /* number of loaded classes */
H A Dfilters.c64 size_t ipgpc_num_cls; /* number of loaded classes */ variable
326 ipgpc_num_cls = 0;
1073 err = class_name2id(&class_id, class_name, ipgpc_num_cls);
1339 ipgpc_num_cls + 1)) == ENOENT) {
1360 atomic_inc_ulong(&ipgpc_num_cls);
1528 atomic_dec_ulong(&ipgpc_num_cls);
1566 if (ipgpc_num_cls == 0) {
1572 if ((rc = class_name2id(&class_id, class_name, (ipgpc_num_cls - 1)))
1599 /* remove cid from ipgpc_cid_list and decrement ipgpc_num_cls */
1655 ipgpc_num_cls)) !
[all...]

Completed in 468 milliseconds