/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getrusage.c | 81 getvmusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres) argument 83 return (syscall(SYS_rusagesys, _RUSAGESYS_GETVMUSAGE, flags, age,
|
/illumos-gate/usr/src/cmd/streams/log/ |
H A D | strclean.c | 57 int age; local 67 age = AGEDEFAULT; 83 age = atoi(optarg); 93 fprintf(stderr, "Usage: strclean [-d <logdir>] [-a <age>]\n"); 97 if (age < 1) { 98 fprintf(stderr, "strclean: <age> must be at least 1\n"); 113 cutoff = time(NULL) - age * NSECDAY; 123 "strclean - removing log files more than %d days old", age);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf.c | 112 ospf_print_lsa_age(long age) argument 117 sec = age % 60; 118 mins = (age / 60) % 60; 119 hour = age / 3600;
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 651 rr frag age mssclamp nattag setproto 655 rr frag age sticky mssclamp rdrproxy nattag 668 age: | IPNY_AGE YY_NUMBER { nat->in_age[0] = $2; label 795 { "age", IPNY_AGE },
|
H A D | ipf_y.y | 282 pps age new 1192 age: | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \ label 1553 { "age", IPFY_AGE }, 1635 { "state-age", IPFY_AGE },
|
/illumos-gate/usr/src/uts/intel/io/drm/ |
H A D | i915_mem.c | 65 int age; local 73 age = ++sarea_priv->texAge; 76 /* Mark the regions with the new flag and update their age. Move 81 list[i].age = age;
|
H A D | radeon_drv.h | 169 unsigned int age; member in struct:drm_radeon_freelist 314 u32 age; member in struct:drm_radeon_buf_priv 1114 #define RADEON_DISPATCH_AGE(age) do { \ 1116 OUT_RING(age); \ 1119 #define RADEON_FRAME_AGE(age) do { \ 1121 OUT_RING(age); \ 1124 #define RADEON_CLEAR_AGE(age) do { \ 1126 OUT_RING(age); \
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_debug.c | 266 logmap_logscan_debug(mt_map_t *mtm, mapentry_t *age) argument 279 for (me = age; me; me = me->me_agenext) {
|
H A D | lufs.c | 1281 mapentry_t *age; local 1290 entire_range = logmap_list_get(logmap, mof, nb, &age); 1295 if (age == NULL) { 1330 if (ldl_read(ul, va, mof, nb, age)) { 1338 logmap_list_put(logmap, age);
|
H A D | lufs_map.c | 650 * put mapentry on sorted age list 653 logmap_list_age(mapentry_t **age, mapentry_t *meadd) argument 659 for (me = *age; me; age = &me->me_agenext, me = *age) { 665 *age = meadd; 678 mapentry_t **age) 696 *age = NULL; 717 * reset the age bit in the list, 720 for (me = *age; m 674 logmap_list_get( mt_map_t *mtm, offset_t mof, off_t nb, mapentry_t **age) argument 760 mapentry_t *me, **mep, *age = NULL; local 838 logmap_list_put_roll(mt_map_t *mtm, mapentry_t *age) argument 852 logmap_list_put(mt_map_t *mtm, mapentry_t *age) argument 878 logmap_setup_read(mapentry_t *age, rollbuf_t *rbp) argument [all...] |
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 509 krb5_db2_db_get_age(krb5_context context, char *db_name, time_t *age) argument 521 *age = -1; 523 *age = st.st_mtime;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | table.c | 1253 age(0); 1289 age(S_ADDR(INFO_GATE(info))); 2721 /* Check the age of an individual route. */ 2733 * age all of the spare routes, including the primary route 2756 /* age failing routes */ 2799 age(in_addr_t bad_gate) function 2805 * If not listening to RIP, there is no need to age the routes in
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 47 * a new calculation. The caller passes the maximium age (in seconds) of the 1879 * age: maximum allowable age (time since counting was done) in 1896 vm_getusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres, int cpflg) argument 1946 ((hrtime_t)age * NANOSEC)) > now)
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | kstatcom.h | 169 kstat_named_t age; member in struct:ipRouteEntry_named_kstat 195 kstat_named_t age; member in struct:ipv6RouteEntry_named_kstat
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | queue.c | 2739 time_t age; local 2869 age = curtime() - lasttry; 2870 if (age < delay) 2876 age = curtime() - (time_t) atol(&lbuf[1]); 2877 if (age >= 0 && MinQueueAge > 0 && 2878 age < MinQueueAge)
|
/illumos-gate/usr/src/uts/common/io/drm/ |
H A D | drm.h | 250 unsigned int age; member in struct:drm_tex_region
|
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | fas.c | 885 ddi_prop_get_int(DDI_DEV_T_ANY, dip, 0, "scsi-tag-age-limit", 2959 int age, i; local 2962 * Check tag age. If timeouts enabled and 2963 * tag age greater than 1, print warning msg. 2964 * If timeouts enabled and tag age greater than 2965 * age limit, begin draining tag que to check for 2968 age = tag_slots->f_slot[tag]->cmd_age++; 2969 if (age >= fas->f_scsi_tag_age_limit && 2971 IPRINTF2("tag %d in use, age= %d\n", tag, age); [all...] |
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 3156 zsd_getvmusage(zsd_ctl_t *ctl, uint_t flags, time_t age, zsd_vmusage64_t *buf, argument 3168 flags, age, (uintptr_t)buf, (uintptr_t)&nres32); 3201 flags, age, (uintptr_t)buf, (uintptr_t)nres));
|
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.c | 2241 /* this will reset the age flag */ 2802 /* this will reset the age flag */ 3177 uint_t age; local 3184 age = centry->cc_aging_dm; 3195 switch ((age & (ELIGIBLE_ENTRY_DM | HOLD_ENTRY_DM | HASH_ENTRY_DM))) { 3208 if (HOST(age) && PARA(age)) 3212 if (age & (AVAIL_ENTRY_DM | FOUND_HOLD_OVER_DM | FOUND_IN_HASH_DM | 3217 if (ELIGIBLE(age) && (size || data)) 3221 if (PARA(age) [all...] |
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp_hw.h | 355 uint32_t age:1; member in struct:_tcam_res_t::__anon8220::__anon8222 357 uint32_t age:1;
|