mknod_path
rval = mknod_path(&newname, mode, dev);
e = mknod_path(&f, S_IFCHR|0444, 0) < 0 ? errno : 0;
int mknod_path(pathname_t *, mode_t, dev_t);