/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/ |
H A D | json_06_nested.ksh | 24 "name":"Roger","age":35\ 28 "name":"Stephen","age":27},\ 30 "name":"Roberta","age":43,"pet":{\ 47 add_uint16 "age" "35"; 53 add_uint16 "age" "27"; 57 add_uint16 "age" "43";
|
/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/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/uts/common/sys/ |
H A D | vm_usage.h | 105 extern int getvmusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres);
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
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...] |
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_debug.c | 266 logmap_logscan_debug(mt_map_t *mtm, mapentry_t *age) argument 279 for (me = age; me; me = me->me_agenext) {
|
/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); \
|
H A D | radeon_cp.c | 2097 buf_priv->age <= done_age)) { 2138 buf_priv->age <= done_age)) { 2162 buf_priv->age = 0;
|
H A D | r300_cmdbuf.c | 728 * Called by r300_do_cp_cmdbuf to update the internal buffer age and state. 729 * The actual age emit is done by r300_do_cp_cmdbuf, which is why you must 737 buf_priv->age = ++dev_priv->sarea_priv->last_dispatch; 969 * We emit the vertex buffer age here, outside the pacifier "brackets" 971 * (1) This may coalesce multiple age emissions into a single one and 978 /* Emit the vertex buffer age */
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.c | 93 * ldap get age 97 krb5_ldap_db_get_age(context, db_name, age) 100 time_t *age; 102 time (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/lib/krb5/kdb/ |
H A D | kdb5.h | 53 time_t *age);
|
/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/cmd-inet/usr.sbin/in.routed/ |
H A D | main.c | 504 age(0); 550 age(0); 559 age(0); 795 age(0);
|
H A D | defs.h | 731 extern void age(in_addr_t);
|
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/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 },
|
/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/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/uts/common/io/drm/ |
H A D | drm.h | 250 unsigned int age; member in struct:drm_tex_region
|
/illumos-gate/usr/src/cmd/logadm/ |
H A D | tester | 1333 # logadm9 -- test of age check 1451 # logadm9d -- test of age check like logadm9, but age is a couple days 1956 -A age expire logs older than age
|
/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;
|
/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)
|