Home
last modified time | relevance | path

Searched refs:ipgpc_action_exist (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dclassifierddi.c84 if (ipgpc_action_exist) { in _init()
114 if (ipgpc_action_exist) { in _fini()
164 if (ipgpc_action_exist) { in ipgpc_create_action()
169 if (ipgpc_action_exist) { in ipgpc_create_action()
185 ipgpc_action_exist = B_FALSE; in ipgpc_create_action()
190 ipgpc_action_exist = B_TRUE; in ipgpc_create_action()
326 if (ipgpc_action_exist == B_TRUE) { in ipgpc_destroy_action()
328 if (ipgpc_action_exist == B_FALSE) { in ipgpc_destroy_action()
332 ipgpc_action_exist = B_FALSE; in ipgpc_destroy_action()
H A Dclassifier.h78 extern boolean_t ipgpc_action_exist; /* if an ipgpc action exists */
H A Dclassifier.c60 boolean_t ipgpc_action_exist = B_FALSE; variable