HomeSort by relevance Sort by last modified time
    Searched defs:sdt (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/uts/intel/dtrace/
sdt.c 58 sdt_probe_t *sdt = sdt_probetab[SDT_ADDR2NDX(addr)]; local
69 for (; sdt != NULL; sdt = sdt->sdp_hashnext) {
70 if ((uintptr_t)sdt->sdp_patchpoint == addr) {
86 dtrace_probe(sdt->sdp_id, stack0, stack1,
246 cmn_err(CE_NOTE, "sdt is failing for probe %s "
260 cmn_err(CE_NOTE, "sdt is failing for probe %s "
403 if (ddi_create_minor_node(devi, "sdt", S_IFCHR,
405 cmn_err(CE_NOTE, "/dev/sdt couldn't create minor node")
    [all...]
  /onnv/onnv-gate/usr/src/ucbcmd/shutdown/
shutdown.c 195 time_t sdt; local
274 sdt = getsdt(argv[0]);
287 m = ((stogo = sdt - nowtime) + 30)/60;
290 ts = ctime(&sdt);
333 nolog(sdt);
388 warn(termf, sdt, nowtime, f, first);
403 rwarn(hl->host, sdt, nowtime, f, first);
460 stogo = sdt - time((time_t *)NULL);
531 warn(FILE *termf, time_t sdt, time_t now, char *type, int first)
534 time_t delay = sdt - now
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/impl/
scsi_subr.c 1705 struct scsi_descr_template *sdt = NULL; local
1901 struct scsi_descr_template *sdt = NULL; local
    [all...]

Completed in 4919 milliseconds