Searched defs:sdt (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/dtrace/ |
H A D | sdt.c | 62 sdt_probe_t *sdt = sdt_probetab[SDT_ADDR2NDX(addr)]; local 73 for (; sdt != NULL; sdt = sdt->sdp_hashnext) { 74 if ((uintptr_t)sdt->sdp_patchpoint == addr) { 90 dtrace_probe(sdt->sdp_id, stack0, stack1, 250 cmn_err(CE_NOTE, "sdt is failing for probe %s " 264 cmn_err(CE_NOTE, "sdt is failing for probe %s " 408 if (ddi_create_minor_node(devi, "sdt", S_IFCHR, 410 cmn_err(CE_NOTE, "/dev/sdt could [all...] |
/illumos-gate/usr/src/ucbcmd/shutdown/ |
H A D | 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) argument 534 time_t delay = sdt 572 rwarn(char *host, time_t sdt, time_t now, char *type, int first) argument 628 nolog(time_t sdt) argument [all...] |
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_subr.c | 1705 struct scsi_descr_template *sdt = NULL; local 1708 sense_buf_len, &sdt) != -1) { 1709 switch (sdt->sdt_descr_type) { 1713 sdt; 1723 sdt; 1733 sdt; 1743 sdt; 1752 sdt; 1762 sdt; 1901 struct scsi_descr_template *sdt local [all...] |
Completed in 228 milliseconds