Home
last modified time | relevance | path

Searched refs:dstart (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/share/dtrace/
H A Ddisklatencycmd45 dstart = timestamp;
67 printf("total time, us: %d\n", (timestamp - dstart) / 1000);
/freebsd-13.1/contrib/tcsh/
H A Dsh.dir.c40 static void dstart (const char *);
89 dstart(const char *from) in dstart() function
109 dstart(xcp); in dinit()
118 dstart("/"); in dinit()
/freebsd-13.1/crypto/openssl/crypto/dso/
H A Ddso_dl.c257 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()