Home
last modified time | relevance | path

Searched refs:sec (Results 76 – 100 of 426) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_PROTO_LEN.SpecNoId.d44 profile:::tick-1sec
50 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithSum.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithMax.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithMin.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithCount.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithStddev.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_AGG_SPEC.SpeculateWithAvg.d41 profile:::tick-1sec
51 profile:::tick-1sec
H A Derr.D_ACT_SPEC.SpeculateWithChill.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_ACT_SPEC.SpeculateWithPanic.d43 profile:::tick-1sec
53 profile:::tick-1sec
H A Derr.D_ACT_SPEC.SpeculateWithRaise.d42 profile:::tick-1sec
52 profile:::tick-1sec
H A Derr.D_ACT_SPEC.SpeculateWithStop.d42 profile:::tick-1sec
52 profile:::tick-1sec
H A Derr.D_SPEC_SPEC.SpecAftSpec.d45 profile:::tick-1sec
55 profile:::tick-1sec
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandocdb.c1057 free(mpage->sec); in mpages_free()
1253 mpage->sec = meta->msec; in mpages_merge()
1254 mpage->sec = mandoc_strdup( in mpages_merge()
1255 mpage->sec == NULL ? "" : mpage->sec); in mpages_merge()
1339 free(mpage->sec); in parse_cat()
1340 mpage->sec = mandoc_strndup(sec, p - sec); in parse_cat()
1645 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_Fa()
1659 if (SEC_SYNOPSIS != n->sec || in parse_mdoc_Fd()
1713 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_fname()
1731 if (n->sec == SEC_SYNOPSIS) in parse_mdoc_Fn()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.random.d55 tick-1sec
56 /sec++ == 10/
H A Dtst.null.d60 tick-1sec
61 /sec++ == 10/
H A Dtst.vahole.d51 tick-1sec
52 /sec++ == 10/
H A Dtst.copyin.d69 tick-1sec
70 /sec++ == 10/
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c585 dof_sec_walk(uintptr_t addr, void *ignored, int *sec) in dof_sec_walk() argument
587 mdb_printf("%3d ", (*sec)++); in dof_sec_walk()
609 int sec = 0; in dof_sec() local
612 (mdb_walk_cb_t)dof_sec_walk, &sec) == -1) { in dof_sec()
802 dof_sect_strtab(uintptr_t addr, dof_sec_t *sec) in dof_sect_strtab() argument
807 sz = (size_t)sec->dofs_size; in dof_sect_strtab()
841 sz = MIN(sec->dofs_size, sizeof (dof_provider_t)); in dof_sect_provider()
842 if (mdb_vread(&pv, sz, addr + sec->dofs_offset) != sz) { in dof_sect_provider()
961 dof_sect_prargs(uintptr_t addr, dof_sec_t *sec) in dof_sect_prargs() argument
966 for (i = 0; i < sec->dofs_size; i++) { in dof_sect_prargs()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/rates/
H A Dtst.statusrate.d39 #pragma D option statusrate=10sec
43 tick-1sec
/illumos-gate/usr/src/uts/intel/io/dktp/hba/ghd/
H A Dghd_scsa.h42 #define HBA_SETGEOM(hd, sec) (((hd) << 16) | (sec)) argument
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1163 char *sec;
1184 char *sec;
1348 char *sec = s->keybuf3_val; in hash_keys3() local
1353 s->keybuf3_len, sec)); in hash_keys3()
1356 hash ^= *sec; in hash_keys3()
1702 removecache(sec) in removecache() argument
1703 char *sec; in removecache()
1712 if (findsec(sec, *l)) {
1824 hash_keys(pub, sec) in hash_keys() argument
1826 char *sec;
[all …]
/illumos-gate/usr/src/tools/scripts/
H A Dxref.sh79 typeset -Z2 sec
84 ((sec = seconds % 60))
86 info "$1 in ${min}m${sec}s"
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.h66 #define SEC_TO_NSEC(sec) (sec) * (long)NANOSEC argument
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dgda.h54 #define GDA_SETGEOM(hd, sec) (((hd) << 16) | (sec)) argument
/illumos-gate/usr/src/lib/libinetutil/common/
H A Dtq.c176 iu_schedule_timer(iu_tq_t *tq, uint32_t sec, iu_tq_callback_t *callback, in iu_schedule_timer() argument
179 return (iu_schedule_timer_ms(tq, sec * MILLISEC, callback, arg)); in iu_schedule_timer()
254 iu_adjust_timer(iu_tq_t *tq, iu_timer_id_t timer_id, uint32_t sec) in iu_adjust_timer() argument
264 insert_timer(tq, node, sec * MILLISEC); in iu_adjust_timer()

12345678910>>...18