Home
last modified time | relevance | path

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

/xnu-12377.81.4/tools/tests/personas/
H A Dpersona_spawn.c84 infov("\t prog: \"%s\"", argv[0]); in spawn_child()
86 infov("\t arg[%d]: %s", i, argv[i]); in spawn_child()
152 infov("\tspawned child PID: %d", child->pid); in spawn_child()
242 infov("Child Sleeping!"); in child_main_loop()
247 infov("Child exiting!"); in child_main_loop()
415 infov("Waiting for child..."); in main()
H A Dpersona_test.h134 #define infov(fmt, ...) \ macro