Searched refs:when (Results 26 - 50 of 156) sorted by relevance

1234567

/freebsd-10.0-release/sys/boot/common/
H A Dcommands.c362 time_t when; local
397 when = time(NULL) + timeout;
399 if (time(NULL) >= when)
/freebsd-10.0-release/usr.sbin/timed/timed/
H A Dreadmsg.c55 struct timeval when; member in struct:tsplist
119 from_when = ptr->when;
331 tail->when = from_when;
/freebsd-10.0-release/contrib/gcc/
H A Dunwind.inc17 the file, and distribution when not linked into a combined
54 /* Identify when we've reached the designated handler context. */
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh32 --keep Keep builds. Do not remove each build when finished.
/freebsd-10.0-release/contrib/ipfilter/
H A DHISTORY41 3543493 tokens are not flushed when disabled
128 3529901 ipf returns 0 when rules fail to load
179 3479450 ipfdetach is called when detached
294 to take when a matching log entry is received
380 fix up screen/tty when leaving "top mode" of ipfstat
389 fix printout out of source address when using "from/to" with map rules
437 fix bug with the spl level not being reset when returning EIO from
455 * if attaching fails and we can abort, then cleanup when doing so.
466 fix scheduling of bad locking in fr_addstate() used when we attach onto
476 don't call fr_delstate() in fr_checkstate(), when compile
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DFILES016 vms.com - For use when compiling under VMS
/freebsd-10.0-release/sys/dev/sound/midi/
H A Dsequencer.c348 struct timeval now, when; local
353 SEQ_DEBUG(2, printf("Timer wait when timer isn't running\n"));
356 * the timer when the timer was running.
367 when.tv_sec = i / 1000000;
368 when.tv_usec = i % 1000000;
378 timevalsub(&when, &now);
380 if (when.tv_sec < 0 || when.tv_usec < 0) {
383 (long)when.tv_sec, (long)when
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dwarnings.mk74 # but the .for loops are sensitive to when this file is read.
107 # .for loops have the [dis]advantage of being evaluated when read,
H A Dsys.clean-env.mk109 # otherwise the environment will be ruined when we evaluate them below.
/freebsd-10.0-release/contrib/gcc/config/ia64/
H A Dlinux-unwind.h17 the file, and distribution when not linked into another program.)
115 fs->curr.reg[UNW_REG_RP].when = -1;
H A Dcrti.asm15 # distribution when not linked into another program.)
/freebsd-10.0-release/contrib/sendmail/vacation/
H A Dvacation.c67 ** VACATION -- return a message to the sender when on vacation.
909 ** when -- last reply time.
919 setreply(from, when)
921 time_t when;
930 data.data = (char*) &when;
931 data.size = sizeof(when);
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl74 for you when you wish mkerr.pl to do so instead.)
83 when collisions are detected.)
462 * made after this point may be overwritten when the script is next run.
633 * made to it will be overwritten when the script next updates this file,
/freebsd-10.0-release/share/mk/
H A Dbsd.doc.mk23 # compressed when they are installed. [not set]
104 # Compatibility mode flag for groff. Use this when formatting documents with
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME75 7. If you want the driver to load automatically when the system is booted:
155 - There are known performance issues with this driver when running
/freebsd-10.0-release/tools/tools/sysdoc/
H A Dsysdoc.sh11 # The ability to notice when new OIDs are added to FreeBSD, and
21 # well as improve the removal of sysctls when they are obsoleted.
45 accordingly when invoked.
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dbucomm.c376 time_t when = buf.st_mtime;
377 const char *ctime_result = (const char *) ctime (&when);
556 This function is only used when building error messages. */
372 time_t when = buf.st_mtime; local
/freebsd-10.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm17 ! distribution when not linked into another program.)
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql62 removed when the database is closed. */
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt40 forever when deleting a live flow
124 CREATE: done on packet arrivals when a flow matches a flowset.
125 DELETE: done only when deleting the parent dn_sch_inst
189 Flowset are put in this list when they refer to a non
248 this normally happens when the upper half has something heavy
345 - delay line: when extracting a delay line, the function transmit_event() is
372 To support the insertion of pipe and queue using the old syntax, when adding
460 are discarded when arrive. Next, the flowset is marked as delete.
464 The active_f counter is automatically incremented when a queue is created
465 and decremented when
[all...]
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec301 # behavior, which loaded the the SSH2 DSA host key when HostDsaKey wasn't
418 - Don't install profile.d scripts when not building with GNOME/GTK askpass
441 - require db1-devel only when building for 6.x (#55105), which probably won't
583 - require the version of openssl we had when we were built
586 - make do_pam_setcred() smart enough to know when to establish creds and
587 when to reinitialize them
632 - Use $RPM_OPT_FLAGS instead of -O when building gnome-ssh-askpass
678 - Merge multiple PAM text messages into subsequent prompts when possible when
685 will try it when th
[all...]
/freebsd-10.0-release/contrib/ntp/ntpq/
H A Dntpq-opts.def119 when
130 when no other host is specified.
318 when communicating with servers.
/freebsd-10.0-release/contrib/apr/
H A Dapr-config.in81 or when linking directly:
/freebsd-10.0-release/contrib/bmake/
H A Dbsd.after-import.mk3 # This makefile is for use when integrating bmake into a BSD build
/freebsd-10.0-release/contrib/bmake/mk/sys/
H A DNetBSD.mk17 # this just before when MAKE_VERSION was introduced

Completed in 252 milliseconds

1234567