Home | Sort by: relevance | last modified time | path |
/src/sys/secmodel/ | |
secmodel.c | 123 secmodel_t tsm; local in function:secmodel_lookup 127 LIST_FOREACH(tsm, &secmodels, sm_list) { 128 if (strcasecmp(tsm->sm_id, id) == 0) { 129 return tsm; 171 secmodel_t tsm; local in function:secmodel_plug 179 tsm = secmodel_lookup(sm->sm_id); 180 if (tsm != NULL) { 201 secmodel_t tsm; local in function:secmodel_unplug 209 tsm = secmodel_lookup(sm->sm_id); 210 if (tsm == NULL) [all...] |
secmodel.c | 123 secmodel_t tsm; local in function:secmodel_lookup 127 LIST_FOREACH(tsm, &secmodels, sm_list) { 128 if (strcasecmp(tsm->sm_id, id) == 0) { 129 return tsm; 171 secmodel_t tsm; local in function:secmodel_plug 179 tsm = secmodel_lookup(sm->sm_id); 180 if (tsm != NULL) { 201 secmodel_t tsm; local in function:secmodel_unplug 209 tsm = secmodel_lookup(sm->sm_id); 210 if (tsm == NULL) [all...] |