Lines Matching defs:token
8152 mdi_vhcache_lookup_token_t *token)
8166 if (token != NULL &&
8167 vhcache->vhcache_clean_time < token->lt_cct_lookup_time)
8168 return (token->lt_cct);
8173 if (token) {
8174 token->lt_cct = (mdi_vhcache_client_t *)hv;
8175 token->lt_cct_lookup_time = ddi_get_lbolt64();
8178 if (token) {
8179 token->lt_cct = NULL;
8180 token->lt_cct_lookup_time = 0;