Searched refs:when (Results 126 - 150 of 156) sorted by relevance

1234567

/freebsd-10.0-release/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c893 cyclic_add(cyc_handler_t *hdlr, cyc_time_t *when) argument
/freebsd-10.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex104 even re-using OF's memory. So, when \kexec comes to boot another
427 version from the blob header, and when writing it takes a command line
/freebsd-10.0-release/contrib/ncurses/progs/
H A Dtic.c238 * like crazy when you compile it this way...there have been reports of
244 * adding the entry to the in-core list when this hook fires. If some
247 * when it can't find it in core.
1193 * Skip a delay altogether, e.g., when comparing a simple string to sgr,
/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh52 (use this when calling portsnap from an interactive, non-
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c242 uintptr_t dtrace_in_probe_addr; /* Address of invop when already in probe */
254 * etc. Importantly, dtrace_lock is _not_ required when in probe context;
258 * (2) dtrace_provider_lock is required when manipulating provider state, or
259 * when provider state must be held constant.
261 * (3) dtrace_meta_lock is required when manipulating meta provider state, or
262 * when meta provider state must be held constant.
562 static int dtrace_buffer_consumed(dtrace_buffer_t *, hrtime_t when);
639 * that the counter is never zero when we have seen
2066 * value that defaults to 1 when not present. If additional
2765 * ensures that we won't trip up when acces
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dlib.mk586 # Note that we don't need this when using dpadd.mk
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp1307 //bool setflags = false; // Add this back if/when support eEncodingT3 eEncodingA1
1346 // Add this back if/when support eEncodingT3 eEncodingA1
11308 // when �0111�
11310 // when �1010�
11312 // when �0110�
11314 // when �0010�
11475 if (size == 0) // when '00'
11487 else if (size == 1) // when �01�
11504 else if (size == 2) // when �10�
11653 if (type == 7) // when �011
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2.s922 ; Note, that when using b6 and b7, the code must save these before
980 ; The B set of registers when used.
H A Dpa-risc2W.s909 ; Note, that when using b6 and b7, the code must save these before
967 ; The B set of registers when used.
/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r567 # K = remove this terminfo capability when translating to standard format
99 # carefully chosen to be SVr4-binary-compatible when they're written out
112 # There are two opposite reasons to choose option 5. One is when you want
113 # to eat the capability silently and discard it when doing translations
284 micro_col_size mcs num Yf - - ----- character step size when in micro mode
285 micro_line_size mls num Yg - - ----- line step size when in micro mode
294 wide_char_size widcs num Yn - - ----- character step size when in double wide mode
570 char_padding rmp str rP - - ----- like ip but when in insert mode
1161 # translation when this (or any other alias) fires.
H A DCaps.uwin67 # K = remove this terminfo capability when translating to standard format
99 # carefully chosen to be SVr4-binary-compatible when they're written out
112 # There are two opposite reasons to choose option 5. One is when you want
113 # to eat the capability silently and discard it when doing translations
441 char_padding rmp str rP - - ----- like ip but when in insert mode
594 # past it should be ignored (not written out) when dumping terminfo objects. It
977 # translation when this (or any other alias) fires.
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Denv.cpp1091 error("can't switch environments when current environment is dummy");
/freebsd-10.0-release/contrib/apr/
H A Dapr.mak9 !MESSAGE You can specify a configuration when running NMAKE
H A Dlibapr.mak9 !MESSAGE You can specify a configuration when running NMAKE
/freebsd-10.0-release/contrib/libyaml/config/
H A Dltmain.sh174 # is ksh but when the shell is invoked as "sh" and the current value of
256 # fails when set -e is in force, so we need another command to
1021 # but not from the CC environment variable when configure was run.
1598 required, except when creating a convenience library.
2483 # a FreeBSD bug that causes programs to crash when -lm is
2485 # pic_flag when linking with -static. The problem exists in
2551 # that is supplied when $file_magic_command is called.
2807 # Usually 'no', except on cygwin/mingw when embedded into
2959 # Convert paths to host format when used with build tools.
3032 # Convert pathlists to host format when use
[all...]
/freebsd-10.0-release/contrib/binutils/
H A Dltmain.sh142 # is ksh but when the shell is invoked as "sh" and the current value of
219 # fails when set -e is in force, so we need another command to
777 required, except when creating a convenience library.
1092 # that is supplied when $file_magic_command is called.
1153 # but not from the CC environment variable when configure was run.
1386 # a FreeBSD bug that causes programs to crash when -lm is
1388 # pic_flag when linking with -static. The problem exists in
2604 # FIXME: Unfortunately, there are problems with the above when trying
2607 # -no-undefined on the libtool link line when we can be certain
3782 $ECHO "*** I have the capability to make that library automatically link in when"
[all...]
H A Dconfigure24 # Support unset when possible.
1729 ### without also having to set CONFIG_SHELL. This code will work when
1813 # Dependency sorting is only needed when *configuration* must be done in
1903 # host modules (e.g. bison) are only built for the host when bootstrap
4241 # driver to exit successfully when the appropriate language module
4245 # Other compilers, like HP Tru64 UNIX cc, exit successfully when
4958 # FSF releases, it's important to let people know when their machine isn't
5062 echo 1>&2 '***' --with-headers is only supported when cross compiling
5076 echo 1>&2 '***' --with-libs is only supported when cross compiling
5348 echo "/usr/ucb/cc, when yo
[all...]
/freebsd-10.0-release/contrib/atf/admin/
H A Dltmain.sh101 # A function that is used when there is no print builtin or printf.
130 # is ksh but when the shell is invoked as "sh" and the current value of
452 # fails when set -e is in force, so we need another command to
1387 # but not from the CC environment variable when configure was run.
1475 # Helper function used by file name conversion functions when $build is *nix,
1482 # be empty on error (or when ARG is empty)
1506 # Helper function used by path conversion functions when $build is *nix, and
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
1542 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2452 required, except when creatin
[all...]
/freebsd-10.0-release/contrib/bmake/
H A Dconfigure1294 when it should automatically cd \${.CURDIR}
5874 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7019 # Neutralize VPATH when `$srcdir' = `.'.
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dada-lang.c1238 * of gcc (Solaris, e.g.). FIXME when compiler is fixed. */
1952 where appropriate, and (when DEPROCEDURE_P is non-zero), converting
3542 * static link (when it exists). */
3599 * this happens is when object files containing stabs-in-ecoff are
3964 /* Set true when we find a matching non-argument symbol */
4950 in most cases. The only cases where it will fail is when the user
5215 transparent wrapper field (which should be silently traversed when doing
5216 field selection and flattened when printing). Assumes TYPE is a
5261 represents a 'when others' clause; otherwise 0. */
6955 /* Only encountered when a
[all...]
/freebsd-10.0-release/contrib/ldns/
H A Dltmain.sh101 # A function that is used when there is no print builtin or printf.
130 # is ksh but when the shell is invoked as "sh" and the current value of
452 # fails when set -e is in force, so we need another command to
1387 # but not from the CC environment variable when configure was run.
1475 # Helper function used by file name conversion functions when $build is *nix,
1482 # be empty on error (or when ARG is empty)
1506 # Helper function used by path conversion functions when $build is *nix, and
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
1542 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2452 required, except when creatin
[all...]
/freebsd-10.0-release/contrib/openbsm/config/
H A Dltmain.sh101 # A function that is used when there is no print builtin or printf.
130 # is ksh but when the shell is invoked as "sh" and the current value of
452 # fails when set -e is in force, so we need another command to
1402 # but not from the CC environment variable when configure was run.
1505 # Helper function used by file name conversion functions when $build is *nix,
1512 # be empty on error (or when ARG is empty)
1536 # Helper function used by path conversion functions when $build is *nix, and
1571 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
1572 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2482 required, except when creatin
[all...]
/freebsd-10.0-release/contrib/openpam/
H A Dltmain.sh101 # A function that is used when there is no print builtin or printf.
130 # is ksh but when the shell is invoked as "sh" and the current value of
452 # fails when set -e is in force, so we need another command to
1402 # but not from the CC environment variable when configure was run.
1505 # Helper function used by file name conversion functions when $build is *nix,
1512 # be empty on error (or when ARG is empty)
1536 # Helper function used by path conversion functions when $build is *nix, and
1571 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
1572 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2482 required, except when creatin
[all...]
/freebsd-10.0-release/contrib/unbound/
H A Dltmain.sh101 # A function that is used when there is no print builtin or printf.
130 # is ksh but when the shell is invoked as "sh" and the current value of
452 # fails when set -e is in force, so we need another command to
1387 # but not from the CC environment variable when configure was run.
1475 # Helper function used by file name conversion functions when $build is *nix,
1482 # be empty on error (or when ARG is empty)
1506 # Helper function used by path conversion functions when $build is *nix, and
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
1542 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2452 required, except when creatin
[all...]
/freebsd-10.0-release/crypto/heimdal/
H A Dltmain.sh100 # A function that is used when there is no print builtin or printf.
129 # is ksh but when the shell is invoked as "sh" and the current value of
456 # fails when set -e is in force, so we need another command to
1386 # but not from the CC environment variable when configure was run.
1474 # Helper function used by file name conversion functions when $build is *nix,
1481 # be empty on error (or when ARG is empty)
1505 # Helper function used by path conversion functions when $build is *nix, and
1540 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
1541 # when (1) $build is *nix and Cygwin is hosted via a wine environment; or (2)
2451 required, except when creatin
[all...]

Completed in 475 milliseconds

1234567