sem.c | 80 static int resolve(struct nvlist **, const char *, const char *, 945 resolve(struct nvlist **nvp, const char *name, const char *what, function in typeref:typename:int 1066 * Resolve the root device. 1075 if (resolve(&cf->cf_root, name, "root", nv, 'a')) 1080 * Resolve the dump device. 1093 if (resolve(&cf->cf_dump, name, "dumps", cf->cf_dump, 'b'))
|