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

1 2 3

  /src/games/hack/
def.obj.h 88 long age; /* creation date */ member in struct:obj
def.obj.h 88 long age; /* creation date */ member in struct:obj
def.obj.h 88 long age; /* creation date */ member in struct:obj
  /src/sbin/fsck_lfs/
bufcache.c 250 * If not enough space, free blocks from the AGE and LRU lists
306 int age; local in function:brelse
312 age = bp->b_flags & B_AGE;
322 } else if (age) {
bufcache.c 250 * If not enough space, free blocks from the AGE and LRU lists
306 int age; local in function:brelse
312 age = bp->b_flags & B_AGE;
322 } else if (age) {
bufcache.c 250 * If not enough space, free blocks from the AGE and LRU lists
306 int age; local in function:brelse
312 age = bp->b_flags & B_AGE;
322 } else if (age) {
  /src/sys/external/bsd/drm/dist/shared-core/
i915_mem.c 55 int age; local in function:mark_block
63 age = ++sarea_priv->texAge;
66 /* Mark the regions with the new flag and update their age. Move
71 list[i].age = age;
i915_mem.c 55 int age; local in function:mark_block
63 age = ++sarea_priv->texAge;
66 /* Mark the regions with the new flag and update their age. Move
71 list[i].age = age;
i915_mem.c 55 int age; local in function:mark_block
63 age = ++sarea_priv->texAge;
66 /* Mark the regions with the new flag and update their age. Move
71 list[i].age = age;
  /src/libexec/ftpd/
conf.c 522 int age; local in function:show_chdir_messages
582 age = 365 * t->tm_year + t->tm_yday;
584 age -= 365 * t->tm_year + t->tm_yday;
586 ctime(&then), age, PLURAL(age));
conf.c 522 int age; local in function:show_chdir_messages
582 age = 365 * t->tm_year + t->tm_yday;
584 age -= 365 * t->tm_year + t->tm_yday;
586 ctime(&then), age, PLURAL(age));
conf.c 522 int age; local in function:show_chdir_messages
582 age = 365 * t->tm_year + t->tm_yday;
584 age -= 365 * t->tm_year + t->tm_yday;
586 ctime(&then), age, PLURAL(age));
  /src/usr.bin/newsyslog/
newsyslog.c 345 * maximum age specification. Handle it.
359 warnx("config line %d: bad log age", lineno);
430 int age, trim; local in function:log_examine
481 * Get the age (expressed in hours) of the current log file with
484 age = -1;
490 age = (int)(now - sb.st_mtime + 1800) / 3600;
500 * need at least one historical log file to determine the `age' of
506 if (log->maxage >= 0 && (age >= log->maxage || age < 0)) {
508 reason = "log age > interval"
    [all...]
newsyslog.c 345 * maximum age specification. Handle it.
359 warnx("config line %d: bad log age", lineno);
430 int age, trim; local in function:log_examine
481 * Get the age (expressed in hours) of the current log file with
484 age = -1;
490 age = (int)(now - sb.st_mtime + 1800) / 3600;
500 * need at least one historical log file to determine the `age' of
506 if (log->maxage >= 0 && (age >= log->maxage || age < 0)) {
508 reason = "log age > interval"
    [all...]
newsyslog.c 345 * maximum age specification. Handle it.
359 warnx("config line %d: bad log age", lineno);
430 int age, trim; local in function:log_examine
481 * Get the age (expressed in hours) of the current log file with
484 age = -1;
490 age = (int)(now - sb.st_mtime + 1800) / 3600;
500 * need at least one historical log file to determine the `age' of
506 if (log->maxage >= 0 && (age >= log->maxage || age < 0)) {
508 reason = "log age > interval"
    [all...]
  /src/bin/ksh/
jobs.c 140 int_least32_t age; /* number of jobs started */ member in struct:job
488 j->age = ++njobs;
1063 && (!oldest || jl->age < oldest->age))
jobs.c 140 int_least32_t age; /* number of jobs started */ member in struct:job
488 j->age = ++njobs;
1063 && (!oldest || jl->age < oldest->age))
  /src/libexec/lfs_cleanerd/
lfs_cleanerd.c 746 int64_t age, benefit, cost; local in function:calc_cb
749 age = (now < t->lastmod ? 0 : now - t->lastmod);
801 t->priority = (256 * benefit * age) / cost;
lfs_cleanerd.c 746 int64_t age, benefit, cost; local in function:calc_cb
749 age = (now < t->lastmod ? 0 : now - t->lastmod);
801 t->priority = (256 * benefit * age) / cost;
  /src/sbin/routed/
table.c 1006 age(S_ADDR(INFO_GATE(info)));
2034 /* Check the age of an individual route.
2047 /* age all of the spare routes, including the primary route
2071 /* age failing routes
2112 age(naddr bad_gate) function in typeref:typename:void
2117 /* If not listening to RIP, there is no need to age the routes in
2159 /* Age routes. */
table.c 1006 age(S_ADDR(INFO_GATE(info)));
2034 /* Check the age of an individual route.
2047 /* age all of the spare routes, including the primary route
2071 /* age failing routes
2112 age(naddr bad_gate) function in typeref:typename:void
2117 /* If not listening to RIP, there is no need to age the routes in
2159 /* Age routes. */
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
via_drm.h 184 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
via_drm.h 184 int age; /* tracked by clients to update local LRU's */ member in struct:_drm_via_tex_region
  /src/sys/net80211/
ieee80211_output.c 2127 int qlen, age; local in function:ieee80211_pwrsave
2156 age = ((ni->ni_intval * ic->ic_bintval) << 2) / 1024; /* TU -> secs */
2157 _IEEE80211_NODE_SAVEQ_ENQUEUE(ni, m, qlen, age);
2161 "[%s] save frame with age %d, %u now queued\n",
2162 ether_sprintf(ni->ni_macaddr), age, qlen);
ieee80211_output.c 2127 int qlen, age; local in function:ieee80211_pwrsave
2156 age = ((ni->ni_intval * ic->ic_bintval) << 2) / 1024; /* TU -> secs */
2157 _IEEE80211_NODE_SAVEQ_ENQUEUE(ni, m, qlen, age);
2161 "[%s] save frame with age %d, %u now queued\n",
2162 ether_sprintf(ni->ni_macaddr), age, qlen);

Completed in 114 milliseconds

1 2 3