Home
last modified time | relevance | path

Searched refs:InfoList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_clockdev.c48 static DeviceInfoT * InfoList = NULL; variable
86 while (NULL != (item = InfoList)) { in clockdev_clear()
87 InfoList = item->next; in clockdev_clear()
107 ppl = &InfoList; in clockdev_remove()
139 for (item = InfoList; NULL != item; item = item->next) in clockdev_update()
159 item->next = InfoList; in clockdev_update()
163 InfoList = item; in clockdev_update()
182 for (item = InfoList; NULL != item; item = item->next) in clockdev_lookup()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMinidumpEmitter.cpp183 MemoryInfoListStream &InfoList = cast<MemoryInfoListStream>(S); in layout() local
186 InfoList.Infos.size()); in layout()
187 File.allocateArray(ArrayRef(InfoList.Infos)); in layout()