kobj_open_path
file = kobj_open_path(mp->filename, 1, 0);
file = kobj_open_path(filename, use_path, 1);
file = kobj_open_path(filename, use_path, 0);
file = kobj_open_path(name, use_path, 1);
file = kobj_open_path(name, use_path, 0);
if ((file = kobj_open_path(path, 1, 1)) !=
file = kobj_open_path(path, 1, 1);
fh->fh_buf = kobj_open_path(path, 1, 0);
if ((file = kobj_open_path(fname, 1, 0)) == (struct _buf *)-1) {
extern struct _buf *kobj_open_path(char *, int, int);
file = kobj_open_path(FDEBUGFILE, 1, 1);