Home | History | Annotate | Download | only in kernel

Lines Matching defs:h_execregs

132 	char h_execregs[PATH_MAX];
137 RL(snprintf(h_execregs, sizeof(h_execregs), "%s/h_execregs",
149 if (execregschild(h_execregs) == -1)
170 char h_execregs[PATH_MAX];
175 RL(snprintf(h_execregs, sizeof(h_execregs), "%s/h_execregs",
181 RL(child = spawnregschild(h_execregs, pipefd[1]));