HomeSort by: relevance | last modified time | path
    Searched defs:when (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/usr.bin/crunch/examples/
fixit.conf 44 libs -lcrypt # but don't include this when exporting :-(
fixit.conf 44 libs -lcrypt # but don't include this when exporting :-(
  /src/games/trek/
schedule.c 150 double when; local in function:xsched
153 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
154 return (schedule(ev, when, x, y, z));
170 double when; local in function:xresched
174 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
175 reschedule(e, when);
schedule.c 150 double when; local in function:xsched
153 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
154 return (schedule(ev, when, x, y, z));
170 double when; local in function:xresched
174 when = -Param.eventdly[ev] * Param.time * log(franf()) / factor;
175 reschedule(e, when);
  /src/sbin/newfs_msdos/
newfs_msdos.c 69 time_t when; local in function:get_tstamp
77 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
78 return when;
newfs_msdos.c 69 time_t when; local in function:get_tstamp
77 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
78 return when;
  /src/sbin/gpt/
main.c 119 time_t when; local in function:get_tstamp
127 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
128 return when;
main.c 119 time_t when; local in function:get_tstamp
127 if ((when = parsedate(b, NULL, NULL)) != -1 || errno == 0)
128 return when;
  /src/sys/arch/ia64/stand/common/
boot.c 164 time_t when, otime, ntime; local in function:autoboot
194 when = otime + timeout; /* when to boot */
207 if (ntime >= when) {
214 kernelname, (int)(when - ntime),
215 (when-ntime)==1?"":"s");
boot.c 164 time_t when, otime, ntime; local in function:autoboot
194 when = otime + timeout; /* when to boot */
207 if (ntime >= when) {
214 kernelname, (int)(when - ntime),
215 (when-ntime)==1?"":"s");
commands.c 373 time_t when; local in function:command_read
408 when = time(NULL) + timeout;
410 if (time(NULL) >= when)
commands.c 373 time_t when; local in function:command_read
408 when = time(NULL) + timeout;
410 if (time(NULL) >= when)
  /src/sys/arch/ia64/unwind/
stackframe.h 50 uint64_t when; member in struct:regstate
stackframe.h 50 uint64_t when; member in struct:regstate
  /src/sys/dev/pcmcia/
if_cnwioctl.h 92 struct timeval when; member in struct:cnwtrail
if_cnwioctl.h 92 struct timeval when; member in struct:cnwtrail
  /src/usr.sbin/timed/timed/
readmsg.c 59 struct timeval when; member in struct:tsplist
124 from_when = ptr->when;
145 /* The protocol can get far behind. When it does, it gets
337 tail->when = from_when;
readmsg.c 59 struct timeval when; member in struct:tsplist
124 from_when = ptr->when;
145 /* The protocol can get far behind. When it does, it gets
337 tail->when = from_when;
  /src/common/dist/zlib/examples/
gun.c 54 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
520 struct utimbuf when; local in function:copymeta
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
535 (void)utime(to, &when);
542 structure. When appropriate, copy the file attributes from inname to
gun.c 54 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
520 struct utimbuf when; local in function:copymeta
533 when.actime = was.st_atime;
534 when.modtime = was.st_mtime;
535 (void)utime(to, &when);
542 structure. When appropriate, copy the file attributes from inname to
  /src/usr.sbin/makefs/
makefs.c 477 time_t when; local in function:get_tstamp
486 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0)
493 when = (time_t)l;
500 st->st_mtime = st->st_ctime = st->st_atime = when;
makefs.c 477 time_t when; local in function:get_tstamp
486 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0)
493 when = (time_t)l;
500 st->st_mtime = st->st_ctime = st->st_atime = when;
  /src/sys/arch/i386/pnpbios/
pnpbios.c 461 const char *when, *style; local in function:pnpbios_update_dock_status
496 when = "cold";
499 when = "warm";
502 when = "hot";
505 when = "<reserved>";
508 when = "<dock type unknown>";
511 printf(", %s %s docking\n", style, when);
1446 * XXX When should we ever send an ABORT?
  /src/usr.bin/cal/
cal.c 225 char *when, *eoi; local in function:main
229 when = NULL;
259 when = optarg;
280 if (when != NULL)
281 gregorian_reform(when);
840 * It doesn't matter what the actual month is when figuring
  /src/sys/dev/
sequencer.c 47 * places: when enabling redirection from the MIDI device and when
49 * with its own lock held when passing data into this module. To avoid
1195 struct timeval when; local in function:seq_timer_waitabs
1206 when.tv_sec = usec / 1000000;
1207 when.tv_usec = usec % 1000000;
1208 DPRINTFN(4, ("seq_timer_waitabs: adjdivs=%d, sleep when=%"PRId64".%06"PRId64,
1209 divs, when.tv_sec, (uint64_t)when.tv_usec));
1210 ADDTIMEVAL(&when, &t->reftime); /* abstime for end *
1236 struct timeval when; local in function:seq_do_timing
    [all...]

Completed in 36 milliseconds

1 2