Searched refs:listp (Results 1 - 8 of 8) sorted by relevance

/xnu-2422.115.4/pexpert/i386/
H A Dpe_kprintf.c92 va_list listp; local
94 va_start(listp, format);
95 _doprnt(format, &listp, PE_kputc, 16);
96 va_end(listp);
106 va_list listp; local
117 va_start(listp, fmt);
118 _doprnt(fmt, &listp, pal_serial_putc, 16);
119 va_end(listp);
140 va_start(listp, fmt);
141 _doprnt(fmt, &listp, PE_kput
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dtcp_timer.c1074 struct tcptimerlist *listp = &tcp_timer_list; local
1080 lck_mtx_lock(listp->mtx);
1084 lck_mtx_unlock(listp->mtx);
1088 if (listp->next_te != NULL && listp->next_te == &tp->tentry)
1089 listp->next_te = LIST_NEXT(&tp->tentry, le);
1094 listp->entries--;
1098 lck_mtx_unlock(listp->mtx);
1108 struct tcptimerlist *listp = &tcp_timer_list; local
1119 if (listp
1146 struct tcptimerlist *listp = &tcp_timer_list; local
1284 struct tcptimerlist *listp = &tcp_timer_list; local
1417 struct tcptimerlist *listp = &tcp_timer_list; local
[all...]
/xnu-2422.115.4/osfmk/kern/
H A Dprintf.c770 va_list listp; local
774 va_start(listp, fmt);
775 _doprnt(fmt, &listp, conslog_putc, 16);
776 va_end(listp);
817 va_list listp; local
819 va_start(listp, fmt);
820 _doprnt(fmt, &listp, consdebug_putc, 16);
821 va_end(listp);
828 va_list listp; local
830 va_start(listp, fm
839 va_list listp; local
869 va_list listp; local
[all...]
H A Ddebug.c324 va_list listp; local
335 va_start(listp, str);
336 _doprnt(str, &listp, consdebug_putc, 0);
337 va_end(listp);
352 va_list listp; local
363 va_start(listp, str);
364 _doprnt(str, &listp, consdebug_putc, 0);
365 va_end(listp);
380 va_list listp; local
387 va_start(listp, fm
[all...]
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c302 hotfilelist_t *listp; local
366 MALLOC(listp, hotfilelist_t *, size, M_TEMP, M_WAITOK);
367 if (listp == NULL) {
374 bzero(listp, size);
376 hf_getsortedlist(hotdata, listp); /* NOTE: destroys hot file tree! */
378 listp->hfl_duration = tv.tv_sec - hfsmp->hfc_timebase;
379 hfsmp->hfc_recdata = listp;
394 if (listp->hfl_totalblocks > hfsmp->hfs_hotfile_freeblks) {
395 listp->hfl_reclaimblks =
396 MIN(listp
967 hotfilelist_t *listp; local
1083 hotfilelist_t *listp; local
1294 hotfilelist_t *listp; local
[all...]
/xnu-2422.115.4/libkern/gen/
H A DOSDebug.cpp98 va_list listp; local
103 va_start(listp, str);
104 vsnprintf(buf, sizeof(buf), str, listp);
105 va_end(listp);
/xnu-2422.115.4/osfmk/i386/
H A Dpmap.h547 vm_offset_t *listp,
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c2077 __unused vm_offset_t *listp,
2075 pmap_list_resident_pages( __unused pmap_t pmap, __unused vm_offset_t *listp, __unused int space) argument

Completed in 93 milliseconds