Home
last modified time | relevance | path

Searched refs:typ (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dip6.h360 #define IP6_EXTHDR_GET(val, typ, m, off, len) \ argument
361 M_STRUCT_GET(val, typ, m, off, len)
363 #define IP6_EXTHDR_GET0(val, typ, m, off, len) \ argument
364 M_STRUCT_GET0(val, typ, m, off, len)
/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h1030 #define M_STRUCT_GET(val, typ, m, off, len) \ argument
1036 (val) = (typ)(mtod((m), caddr_t) + (off)); \
1042 (val) = (typ)(mtod(t, caddr_t) + tmp); \
1044 (val) = (typ)NULL; \
1050 #define M_STRUCT_GET0(val, typ, m, off, len) \ argument
1055 (val) = (typ)(void *)mtod(m, caddr_t); \
1061 (val) = (typ)(void *)mtod(t, caddr_t); \
1063 (val) = (typ)NULL; \
/xnu-11417.140.69/osfmk/arm/
H A Dmodel_dep.c475 const char *typ = last_hwaccess_type ? "write" : "read"; in do_print_all_backtraces() local
476 …paniclog_append_noflush("AppleHWAccess last access: %s of size %u at address 0x%llx\n", typ, last_… in do_print_all_backtraces()
/xnu-11417.140.69/tools/lldbmacros/
H A Dkcdata.py1284 typ = GetTypeForName(name)
1285 KNOWN_TYPES_COLLECTION[typ] = KCTypeDescription(GetTypeForName(typ), *args)