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

  /src/tests/kernel/
t_nanosleep.c 121 runit(clockid_t clock, int flags) function in typeref:typename:void
204 runit(CLOCK_MONOTONIC, TIMER_ABSTIME);
214 runit(CLOCK_MONOTONIC, TIMER_RELTIME);
224 runit(CLOCK_REALTIME, TIMER_ABSTIME);
234 runit(CLOCK_REALTIME, TIMER_RELTIME);
  /src/sys/conf/
Makefile.kern.inc 263 runit() { echo $$@; $$@; }
266 runit mv -f $@ $@.gdb && \
267 runit ${OBJCOPY} --only-keep-debug --compress-debug-sections \
269 runit ${OBJCOPY} ${OBJCOPY_STRIPFLAGS} -p -R .gnu_debuglink \
271 runit chmod 755 $@ $@.gdb $@-${KERNEL_CONFIG}.debug
304 SYSTEM_LD_TAIL_STAGE2+= && runit ${DBSYM} $@
306 SYSTEM_LD_TAIL_STAGE2+= && runit ${DBSYM} $@.gdb

Completed in 36 milliseconds