Lines Matching refs:getOption
61 unsigned long getOption[2];
78 getOption[0] = 0;
79 ret = prctl(PR_GET_PDEATHSIG, &getOption[0]);
81 EXPECT_EQ(getOption[0], setOption[0]);
95 unsigned long getOption[2];
102 ret = prctl(PR_GET_KEEPCAPS, &getOption[0]);
141 unsigned long getOption[2];
147 getOption[0] = 0;
148 ret = prctl(PR_GET_SECUREBITS, &getOption[0]);
157 ret = prctl(PR_GET_DUMPABLE, &getOption[0]);
172 unsigned long getOption[2];
179 getOption[0] = 0;
180 ret = prctl(PR_GET_CHILD_SUBREAPER, &getOption[0]);
182 EXPECT_EQ(getOption[0], setOption[0]);