Searched refs:__info (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h232 IOStateReportInfo *__info = (IOStateReportInfo *)(buf); \
237 __elem = &(__info->elem[__no]); \
251 __info->curr_state = 0; \
252 __info->update_ts = 0; \
271 IOStateReportInfo *__info = (IOStateReportInfo *)(state_buf); \
273 if ((stateIdx) < __info->elem[0].channel_type.nelements) { \
274 __rep = (IOStateReportValues*) &(__info->elem[(stateIdx)].values); \
289 IOStateReportInfo *__info = (IOStateReportInfo *)(state_buf); \
291 if ((newStateIdx) < __info->elem[0].channel_type.nelements ) { \
292 __rep = (IOStateReportValues*) &(__info
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dprintf.h140 typedef int printf_arginfo_function(const struct printf_info *__info,
143 const struct printf_info *__info, const void *const *__args);
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h63 struct __collate_st_info __info; member in struct:__xlocale_st_collate
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dwcscoll.c58 info = &loc->__lc_collate->__info;
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c36 #define __collate_info (&loc->__lc_collate->__info)
246 (void)memcpy(&TMP->__info, &info, sizeof(info));

Completed in 91 milliseconds