Searched refs:ap2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8792.41.9/bsd/kern/ |
| H A D | subr_prf.c | 216 va_list ap2; in tprintf_impl() local 227 va_copy(ap2, ap); in tprintf_impl() 228 __doprnt(fmt, ap2, putchar, &pca, 10, FALSE); in tprintf_impl() 229 va_end(ap2); in tprintf_impl()
|
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOLib.cpp | 1573 va_list ap2; in _IOLogv() local 1577 va_copy(ap2, ap); in _IOLogv() 1585 __doprnt(format, ap2, console_printbuf_putc, &info_data, 16, TRUE); in _IOLogv() 1588 va_end(ap2); in _IOLogv()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | pf.c | 2156 bcopy(&sk->ext_lan.addr, &fh.ap2.addr, sizeof(fh.ap2.addr)); in pf_calc_state_key_flowhash() 2159 bcopy(&sk->lan.addr, &fh.ap2.addr, sizeof(fh.ap2.addr)); in pf_calc_state_key_flowhash() 2163 fh.ap2.xport.spi = sk->ext_lan.xport.spi; in pf_calc_state_key_flowhash() 2166 fh.ap2.xport.spi = sk->lan.xport.spi; in pf_calc_state_key_flowhash()
|
| H A D | pfvar.h | 1026 struct pf_state_host ap2; /* address+port blob 2 */ member
|