Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/skywalk/
H A Dskywalk_test_common.h111 extern void test_stage_init(struct stage_ctx *, uint32_t);
H A Dskt_mangle.c345 test_stage_init(&ctx.stage, SKT_INIT); in skt_mangle_main()
H A Dskt_kqueue.c94 test_stage_init(&ctx.stage, SKT_KQUEUE_INIT); in skt_kqueue_main()
H A Dskywalk_test_common.c967 test_stage_init(struct stage_ctx *stage, uint32_t start) in test_stage_init() function