HomeSort by: relevance | last modified time | path
    Searched defs:h_execregs (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/kernel/
Makefile 59 PROGS+= h_execregs
189 LDSTATIC.h_execregs= -static
190 LDFLAGS.h_execregs+= -Wl,-e,execregs_start
192 SRCS.h_execregs= h_execregs_unimpl.c
t_execregs.c 132 char h_execregs[PATH_MAX]; local in function:ATF_TC_BODY
137 RL(snprintf(h_execregs, sizeof(h_execregs), "%s/h_execregs",
149 if (execregschild(h_execregs) == -1)
170 char h_execregs[PATH_MAX]; local in function:ATF_TC_BODY
175 RL(snprintf(h_execregs, sizeof(h_execregs), "%s/h_execregs",
181 RL(child = spawnregschild(h_execregs, pipefd[1]))
    [all...]

Completed in 11 milliseconds