Lines Matching refs:CP
30 #define CP "(child) " macro
47 tst_res(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
48 tst_res(TINFO, CP"hostname (inherited from parent): %s", in do_child_newuts()
52 tst_res(TFAIL|TERRNO, CP"sethostname"); in do_child_newuts()
54 tst_res(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
56 tst_res(TINFO, CP"hostname changed to: %s", uts.nodename); in do_child_newuts()
58 tst_res(TFAIL, CP"expected hostname to be different"); in do_child_newuts()
61 tst_res(TPASS, CP"hostname is different in parent/child"); in do_child_newuts()
64 tst_res(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newuts()
66 tst_res(TFAIL|TERRNO, CP"setns"); in do_child_newuts()
70 tst_res(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
72 tst_res(TINFO, CP"hostname: %s", uts.nodename); in do_child_newuts()
74 tst_res(TFAIL, CP"expected hostname to match parent"); in do_child_newuts()
77 tst_res(TPASS, CP"hostname now as expected"); in do_child_newuts()
89 tst_res(TPASS|TERRNO, CP"shmat failed as expected"); in do_child_newipc()
91 tst_res(TFAIL, CP"shmat unexpectedly suceeded"); in do_child_newipc()
96 tst_res(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newipc()
98 tst_res(TFAIL|TERRNO, CP"setns"); in do_child_newipc()
104 tst_res(TFAIL|TERRNO, CP"shmat failed after setns"); in do_child_newipc()
107 tst_res(TPASS, CP"shmat suceeded"); in do_child_newipc()