/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; in main() local 67 age = AGEDEFAULT; in main() 83 age = atoi(optarg); in main() 97 if (age < 1) { in main() 113 cutoff = time(NULL) - age * NSECDAY; in main() 123 "strclean - removing log files more than %d days old", age); in main()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | lufs_map.c | 653 logmap_list_age(mapentry_t **age, mapentry_t *meadd) in logmap_list_age() argument 659 for (me = *age; me; age = &me->me_agenext, me = *age) { in logmap_list_age() 665 *age = meadd; in logmap_list_age() 678 mapentry_t **age) in logmap_list_get() argument 696 *age = NULL; in logmap_list_get() 720 for (me = *age; me; me = *age) { in logmap_list_get() 721 *age = me->me_agenext; in logmap_list_get() 733 logmap_list_age(age, me); in logmap_list_get() 760 mapentry_t *me, **mep, *age = NULL; in logmap_list_get_roll() local 791 for (me = age; me; me = age) { in logmap_list_get_roll() [all …]
|
H A D | lufs.c | 1281 mapentry_t *age; in lufs_read_strategy() local 1290 entire_range = logmap_list_get(logmap, mof, nb, &age); in lufs_read_strategy() 1295 if (age == NULL) { in lufs_read_strategy() 1330 if (ldl_read(ul, va, mof, nb, age)) { in lufs_read_strategy() 1338 logmap_list_put(logmap, age); in lufs_read_strategy()
|
H A D | lufs_debug.c | 265 logmap_logscan_debug(mt_map_t *mtm, mapentry_t *age) in logmap_logscan_debug() argument 278 for (me = age; me; me = me->me_agenext) { in logmap_logscan_debug()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getrusage.c | 79 getvmusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres) in getvmusage() argument 81 return (syscall(SYS_rusagesys, _RUSAGESYS_GETVMUSAGE, flags, age, in getvmusage()
|
/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/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | kdb_ldap.c | 97 krb5_ldap_db_get_age(context, db_name, age) in krb5_ldap_db_get_age() argument 100 time_t *age; 102 time (age);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | main.c | 504 age(0); in main() 550 age(0); in main() 559 age(0); in main() 795 age(0); in rip_off()
|
H A D | defs.h | 731 extern void age(in_addr_t);
|
H A D | table.c | 1253 age(0); in rtm_lose() 1289 age(S_ADDR(INFO_GATE(info))); in rtm_lose() 2798 age(in_addr_t bad_gate) in age() function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ospf.c | 110 ospf_print_lsa_age(long age) in ospf_print_lsa_age() argument 115 sec = age % 60; in ospf_print_lsa_age() 116 mins = (age / 60) % 60; in ospf_print_lsa_age() 117 hour = age / 3600; in ospf_print_lsa_age()
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | kstatcom.h | 167 kstat_named_t age; member 193 kstat_named_t age; member
|
/illumos-gate/usr/src/lib/krb5/kdb/ |
H A D | kdb5.h | 51 time_t *age);
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 649 rr frag age mssclamp nattag setproto 653 rr frag age sticky mssclamp rdrproxy nattag 666 age: | IPNY_AGE YY_NUMBER { nat->in_age[0] = $2;
|
H A D | ipf_y.y | 282 pps age new 1192 age: | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \
|
/illumos-gate/ |
H A D | CODE_OF_CONDUCT.md | 7 our community a harassment-free experience for everyone, regardless of age,
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | kdb_db2.c | 510 krb5_db2_db_get_age(krb5_context context, char *db_name, time_t *age) in krb5_db2_db_get_age() argument 522 *age = -1; in krb5_db2_db_get_age() 524 *age = st.st_mtime; in krb5_db2_db_get_age()
|
/illumos-gate/usr/src/boot/forth/ |
H A D | menu.rc | 195 set bemenu_page="[P]age: "
|
/illumos-gate/usr/src/uts/common/sys/nxge/ |
H A D | nxge_fflp_hw.h | 355 uint32_t age:1; member 357 uint32_t age:1;
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 1899 vm_getusage(uint_t flags, time_t age, vmusage_t *buf, size_t *nres, int cpflg) in vm_getusage() argument 1949 ((hrtime_t)age * NANOSEC)) > now) in vm_getusage()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_cfg.txt | 497 # bg_mem: %-age of mem to use for port/buffer group 498 # lpbk_mem: %-age of port/bg mem to use for loopback
|
H A D | t5fw_cfg.txt | 546 # bg_mem: %-age of mem to use for port/buffer group 547 # lpbk_mem: %-age of port/bg mem to use for loopback
|
H A D | t6fw_cfg.txt | 562 # bg_mem: %-age of mem to use for port/buffer group 563 # lpbk_mem: %-age of port/bg mem to use for loopback
|
/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)
|