Home
last modified time | relevance | path

Searched refs:dassert_errno (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/usr.bin/dsynth/
H A Dmonitor.c91 dassert_errno(RStats != MAP_FAILED, "Unable to mmap %s", StatsFilePath); in MonitorInit()
222 dassert_errno(rs != MAP_FAILED, "Cannot mmap \"%s\"", datfile); in MonitorDirective()
H A Ddsynth.c597 dassert_errno(fp, "Unable to create %s", path); in DoInit()
633 dassert_errno(fp, "Unable to create %s", path); in DoInit()
H A Dmount.c142 dassert_errno(fd >= 0, "could not create %s", goodbuf); in DoCreateTemplate()
H A Ddsynth.h408 #define dassert_errno(exp, fmt, ...) \ macro
H A Dconfig.c687 dassert_errno(fp, "Cannot run: %s", cmd); in getElfInfo()
H A Dbuild.c2163 dassert_errno(fp, "Unable to create %s\n", buf); in WorkerProcess()
2425 dassert_errno(slavefd >= 0, "Cannot open slave pty"); in dophase()
2565 dassert_errno(fd >= 0, "cannot open /dev/null"); in dophase()