HomeSort by: relevance | last modified time | path
    Searched refs:leaving (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/usr.sbin/rtadvd/
rtadvd.c 421 if (rai->leaving) {
423 TAILQ_INSERT_HEAD(&ralist, rai->leaving, next);
424 rai->leaving->leaving = rai->leaving;
425 rai->leaving->leaving_for = rai->leaving;
435 rai->leaving = rai;
674 if (rai->leaving)
675 free_rainfo(rai->leaving);
    [all...]
rtadvd.h 144 struct rainfo *leaving; /* the config which is leaving */ member in struct:rainfo
config.c 728 /* If we already have a leaving RA use that
730 if (rai->leaving) {
731 tmp->leaving = rai->leaving;
733 rai = tmp->leaving;
743 tmp->leaving = rai;
  /src/lib/libc/arch/sparc64/gen/
modf.S 147 ld [%fp + BIAS - 4], %fsr ! restore %fsr, leaving accrued stuff
  /src/lib/libc/arch/sparc/gen/
modf.S 152 ld [%fp - 4], %fsr ! restore %fsr, leaving accrued stuff
  /src/usr.bin/make/unit-tests/
directive-export-gmake.mk 50 ONCE= expanded once, leaving $${TWICE} as-is
52 .if ${:!echo "\$VAR"!} != "expanded once, leaving \${TWICE} as-is"
deptgt-makeflags.mk 71 # expressions, leaving only the newline as the variable value.
varmod-defined.mk 21 # Since UNDEF is not defined, the "value" is ignored. Instead of leaving the
varmod-ifelse.mk 77 # error message "Malformed conditional" is not printed, leaving only the "Bad
  /src/external/gpl2/lvm2/dist/daemons/cmirrord/
cluster.c 109 #define LEAVING 2
751 static void do_checkpoints(struct clog_cpg *entry, int leaving)
765 (leaving) ? "(L)": "");
769 (leaving) ? "(L)": "");
777 (leaving) ? "(L)": "");
781 (leaving) ? "(L)": "");
790 (leaving) ? "(L)": "");
979 * If the server (lowest_id) indicates it is leaving,
982 * line is in the process of leaving.
985 LOG_COND(log_resend_requests, "[%s] I am leaving.1....."
    [all...]
  /src/sys/stand/efiboot/bootarm/
cache.S 143 lsls r0, r0, #10 @ clear way bits leaving only set bits
  /src/sys/arch/arm/arm/
cpufunc_asm_armv7.S 353 lsls r0, r0, #10 @ clear way bits leaving only set bits
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 220 leaving the host name unchanged while appending @code{@@group} to the
1048 is allowed, and results in leaving the host name unchanged, as with
  /src/external/bsd/ipf/dist/
HISTORY 380 fix up screen/tty when leaving "top mode" of ipfstat
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 2555 % (This \urefnobreak definition isn't used now, leaving it for a while
3645 % world, but it's better than leaving it to the @item. This means if
4697 % We need to get rid of all macros, leaving only the arguments (if present).
8239 % leaving it active and making its active definition an actual \
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 2555 % (This \urefnobreak definition isn't used now, leaving it for a while
3645 % world, but it's better than leaving it to the @item. This means if
4697 % We need to get rid of all macros, leaving only the arguments (if present).
8239 % leaving it active and making its active definition an actual \
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 2569 % (This \urefnobreak definition isn't used now, leaving it for a while
3621 % world, but it's better than leaving it to the @item. This means if
4644 % We need to get rid of all macros, leaving only the arguments (if present).
8175 % leaving it active and making its active definition an actual \
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 2571 % (This \urefnobreak definition isn't used now, leaving it for a while
3623 % world, but it's better than leaving it to the @item. This means if
4646 % We need to get rid of all macros, leaving only the arguments (if present).
8177 % leaving it active and making its active definition an actual \
  /src/external/gpl2/xcvs/dist/build-aux/
texinfo.tex 3437 % world, but it's better than leaving it to the @item. This means if
4427 % We need to get rid of all macros, leaving only the arguments (if present).
7482 % leaving it active and making its active definition an actual \
  /src/external/gpl3/binutils/dist/texinfo/
texinfo.tex 3434 % world, but it's better than leaving it to the @item. This means if
4423 % We need to get rid of all macros, leaving only the arguments (if present).
7478 % leaving it active and making its active definition an actual \
  /src/external/gpl3/binutils.old/dist/texinfo/
texinfo.tex 3434 % world, but it's better than leaving it to the @item. This means if
4423 % We need to get rid of all macros, leaving only the arguments (if present).
7478 % leaving it active and making its active definition an actual \
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 3458 % We need to get rid of all macros, leaving only the arguments (if present).
6308 % leaving it active and making its active definition an actual \
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 5812 % For \indexnofonts, we need to get rid of all macros, leaving only the
6196 % leaving it active and making its active definition an actual \
  /src/external/gpl2/texinfo/dist/doc/
texinfo.tex 5812 % For \indexnofonts, we need to get rid of all macros, leaving only the
6196 % leaving it active and making its active definition an actual \
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 4165 % world, but it's better than leaving it to the @item. This means if
5236 % We need to get rid of all macros, leaving only the arguments (if present).
6060 % Output some of it with \doublecolumnout, leaving the rest on the page.

Completed in 148 milliseconds

1 2