Home
last modified time | relevance | path

Searched refs:protos (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/pexpert/pexpert/arm/
H A DMakefile9 PRIVATE_DATAFILES = boot.h consistent_debug.h protos.h dockchannel.h apple_uart_regs.h
18 protos.h \
/xnu-12377.1.9/pexpert/pexpert/machine/
H A DMakefile11 protos.h
/xnu-12377.1.9/pexpert/pexpert/i386/
H A DMakefile12 protos.h
/xnu-12377.1.9/pexpert/pexpert/
H A DMakefile26 protos.h \
/xnu-12377.1.9/bsd/sys/
H A Dcdefs.h115 #define __P(protos) protos /* full-blown ANSI C */ argument
131 #define __P(protos) () /* traditional C preprocessor */ argument
/xnu-12377.1.9/tests/
H A Dinet_transfer.c635 uint8_t protos[] = { IPPROTO_TCP, IPPROTO_UDP, 0 }; in inet_test_traffic() local
641 for (uint8_t * proto = protos; *proto != 0; proto++) { in inet_test_traffic()