Home
last modified time | relevance | path

Searched refs:test_selector (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/tests/skywalk/
H A Dskt_kqueue.c54 int test_selector; member
87 skt_kqueue_main(int argc, char *argv[], int test_selector, in skt_kqueue_main() argument
97 ctx.test_selector = test_selector; in skt_kqueue_main()
374 if ((ctx->test_selector & LOWAT_UNIT) == LOWAT_UNIT_BYTES) { in skt_kqueue_lowat_basic_rx()
379 if ((ctx->test_selector & LOWAT_TYPE) == LOWAT_TYPE_CHAN) { in skt_kqueue_lowat_basic_rx()
494 if ((ctx->test_selector & LOWAT_UNIT) == LOWAT_UNIT_BYTES) { in skt_kqueue_lowat_basic_tx()
559 if ((ctx->test_selector & LOWAT_TYPE) == LOWAT_TYPE_CHAN) { in skt_kqueue_lowat_basic_tx()
592 if ((ctx->test_selector & LOWAT_TYPE) == LOWAT_TYPE_CHAN) { in skt_kqueue_lowat_basic_tx()
H A Dskt_mangle.c52 int test_selector; member
185 switch (ctx->test_selector) { in skt_mangle_rx()
273 switch (ctx->test_selector) { in skt_mangle_tx()
339 skt_mangle_main(int argc, char *argv[], int test_selector) in skt_mangle_main() argument
348 ctx.test_selector = test_selector; in skt_mangle_main()