Home | History | Annotate | Download | only in secmodel

Lines Matching defs:tsm

123 	secmodel_t tsm;
127 LIST_FOREACH(tsm, &secmodels, sm_list) {
128 if (strcasecmp(tsm->sm_id, id) == 0) {
129 return tsm;
171 secmodel_t tsm;
179 tsm = secmodel_lookup(sm->sm_id);
180 if (tsm != NULL) {
201 secmodel_t tsm;
209 tsm = secmodel_lookup(sm->sm_id);
210 if (tsm == NULL) {
216 LIST_REMOVE(tsm, sm_list);
219 secmodel_adjust_behavior(tsm, false);