Searched refs:dassert_errno (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/usr.bin/dsynth/ |
| H A D | monitor.c | 91 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 D | dsynth.c | 597 dassert_errno(fp, "Unable to create %s", path); in DoInit() 633 dassert_errno(fp, "Unable to create %s", path); in DoInit()
|
| H A D | mount.c | 142 dassert_errno(fd >= 0, "could not create %s", goodbuf); in DoCreateTemplate()
|
| H A D | dsynth.h | 408 #define dassert_errno(exp, fmt, ...) \ macro
|
| H A D | config.c | 687 dassert_errno(fp, "Cannot run: %s", cmd); in getElfInfo()
|
| H A D | build.c | 2163 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()
|