HomeSort by: relevance | last modified time | path
    Searched defs:osee (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/sysmon/
sysmon_envsys_events.c 122 sme_event_t *see = NULL, *osee = NULL; local
173 LIST_FOREACH(osee, &sme->sme_events_list, see_list) {
174 if (strcmp(edata->desc, osee->see_pes.pes_sensname) != 0)
176 if (crittype != osee->see_type &&
177 osee->see_type != PENVSYS_EVENT_NULL)
184 KASSERT(edata == osee->see_edata);
189 see = osee;
328 if ((error == 0 || error == EEXIST) && osee == NULL) {
sysmon_envsys_events.c 122 sme_event_t *see = NULL, *osee = NULL; local
173 LIST_FOREACH(osee, &sme->sme_events_list, see_list) {
174 if (strcmp(edata->desc, osee->see_pes.pes_sensname) != 0)
176 if (crittype != osee->see_type &&
177 osee->see_type != PENVSYS_EVENT_NULL)
184 KASSERT(edata == osee->see_edata);
189 see = osee;
328 if ((error == 0 || error == EEXIST) && osee == NULL) {
sysmon_envsys_events.c 122 sme_event_t *see = NULL, *osee = NULL; local
173 LIST_FOREACH(osee, &sme->sme_events_list, see_list) {
174 if (strcmp(edata->desc, osee->see_pes.pes_sensname) != 0)
176 if (crittype != osee->see_type &&
177 osee->see_type != PENVSYS_EVENT_NULL)
184 KASSERT(edata == osee->see_edata);
189 see = osee;
328 if ((error == 0 || error == EEXIST) && osee == NULL) {

Completed in 121 milliseconds