Lines Matching refs:notifyLink
216 List_Elem *notifyLink; in setNextThresholds() local
226 notifyLink = List_head(¬ificationList); in setNextThresholds()
228 while (notifyLink != NULL) in setNextThresholds()
230 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in setNextThresholds()
235 notifyLink = List_next(notifyLink); in setNextThresholds()
252 List_Elem *notifyLink = List_head(¬ificationList); in walkNotifyList() local
258 while (notifyLink != NULL) in walkNotifyList()
260 Temperature_NotifyObj *notifyObject = (Temperature_NotifyObj *)notifyLink; in walkNotifyList()
267 List_Elem *notifyLinkNext = List_next(notifyLink); in walkNotifyList()
282 List_remove(¬ificationList, notifyLink); in walkNotifyList()
288 notifyLink = notifyLinkNext; in walkNotifyList()