Home
last modified time | relevance | path

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

12345678910>>...18

/illumos-gate/usr/src/uts/sun/sys/dada/adapters/ghd/
H A Dghd_scsa.h44 #define HBA_SETGEOM(hd, sec) (((hd) << 16) | (sec)) argument
/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.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.SpeculateWithSum.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.SpeculateWithAvg.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_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/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()
809 if (mdb_vread(strtab, sz, addr + sec->dofs_offset) != sz) { in dof_sect_strtab()
829 dof_sect_provider(dof_hdr_t *dofh, uintptr_t addr, dof_sec_t *sec, in dof_sect_provider() argument
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()
[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.c1153 #define cachehit(pub, sec, list) \ argument
1155 memcmp(sec, (list)->secret, sizeof (keybuf)) == 0)
1161 readcache(pub, sec, deskey, hash) in readcache() argument
1163 char *sec;
1169 for (l = &g_cachedkeys[hash]; (*l) != NULL && !cachehit(pub, sec, *l);
1182 writecache(pub, sec, deskey, hash) in writecache() argument
1184 char *sec;
1195 memcpy(new->secret, sec, sizeof (keybuf));
1348 char *sec = s->keybuf3_val; in hash_keys3() local
1353 s->keybuf3_len, sec)); in hash_keys3()
[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/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()
/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dgda.h54 #define GDA_SETGEOM(hd, sec) (((hd) << 16) | (sec)) argument

12345678910>>...18