Lines Matching refs:CP
49 #define CP "(child) " macro
70 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
71 tst_resm(TINFO, CP"hostname (inherited from parent): %s", in do_child_newuts()
75 tst_resm(TFAIL|TERRNO, CP"sethostname"); in do_child_newuts()
77 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
79 tst_resm(TINFO, CP"hostname changed to: %s", uts.nodename); in do_child_newuts()
81 tst_resm(TFAIL, CP"expected hostname to be different"); in do_child_newuts()
84 tst_resm(TPASS, CP"hostname is different in parent/child"); in do_child_newuts()
87 tst_resm(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newuts()
89 tst_resm(TFAIL|TERRNO, CP"setns"); in do_child_newuts()
93 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
95 tst_resm(TINFO, CP"hostname: %s", uts.nodename); in do_child_newuts()
97 tst_resm(TFAIL, CP"expected hostname to match parent"); in do_child_newuts()
100 tst_resm(TPASS, CP"hostname now as expected"); in do_child_newuts()
112 tst_resm(TPASS|TERRNO, CP"shmat failed as expected"); in do_child_newipc()
114 tst_resm(TFAIL, CP"shmat unexpectedly suceeded"); in do_child_newipc()
119 tst_resm(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newipc()
121 tst_resm(TFAIL|TERRNO, CP"setns"); in do_child_newipc()
127 tst_resm(TFAIL|TERRNO, CP"shmat failed after setns"); in do_child_newipc()
130 tst_resm(TPASS, CP"shmat suceeded"); in do_child_newipc()