Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/meters/
H A Dtokenmtddi.c257 cfg_parms->tokenmt_type = TRTCL_TOKENMT; in tokenmt_create_action()
513 cfg_parms->tokenmt_type = TRTCL_TOKENMT; in tokenmt_modify_action()
521 (cfg_parms->tokenmt_type == TRTCL_TOKENMT)) { in tokenmt_modify_action()
529 if ((cfg_parms->tokenmt_type != TRTCL_TOKENMT) && in tokenmt_modify_action()
892 if (cfg_parms->tokenmt_type == TRTCL_TOKENMT) { in tokenmt_info()
H A Dmeter_impl.h83 #define TRTCL_TOKENMT 0x02 macro
H A Dtokenmt.c267 case TRTCL_TOKENMT: in tokenmt_update_tokens()