/src/usr.bin/crunch/examples/ |
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);
|
/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;
|
/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;
|
/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");
|
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
|
/src/sys/dev/pcmcia/ |
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;
|
/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
|
/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;
|
/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...] |
/src/bin/pax/ |
options.c | 712 * did not specify a format. when we write during an APPEND, we will 1196 tty_warn(1, "The -O/-o options are only valid when " 1546 * swap bytes and half-words when reading data 1813 * did not specify a format. when we write during an APPEND, we will 1914 * when the format does not support options. 1971 * OPLIST structure. When we know the format, the format specific 2109 time_t when; local in function:set_tstamp 2118 if ((when = parsedate(b, NULL, NULL)) == -1 && errno != 0) 2125 when = (time_t)l; 2132 st->st_mtime = st->st_ctime = st->st_atime = when; [all...] |
/src/sys/netinet/ |
tcp_vtw.c | 52 * expire more quickly when MSLT is used. 63 * start of a pool instead of a pointer. When space for new vestigial PCBs 71 * sessions as fast as it can is approximately 17% idle when VTW is active 72 * versus 0% idle when VTW is inactive. It has 103 megabytes more free RAM 73 * when VTW is active (approximately 64k vestigial PCBs are created) than 74 * when it is inactive. 557 /* When we delete entries, we do not compact. This is 1396 /* When in transition between 1488 struct timeval then, *when = _when; local in function:vtw_age 1511 if (!when) { [all...] |
/src/sys/kern/ |
vfs_mount.c | 595 vflushnext(struct vnode_iterator *marker, int *when) 597 if (getticks() > *when) { 599 *when = getticks() + hz / 10; 675 int busy, error, when, retries = 2; local in function:vflush 678 busy = error = when = 0; 688 while ((vp = vflushnext(marker, &when)) != NULL) {
|