Searched refs:bindfile (Results 1 – 4 of 4) sorted by relevance
73 int bindfile; /* File with binding info in it */ member
991 pdom->bindfile = -1;
81 int bindfile; /* File with binding info in it */ member
2258 read_binding_file(char *bindfile, struct bind **hashtab, in read_binding_file() argument2280 if ((file = kobj_open_file(bindfile)) == (struct _buf *)-1) in read_binding_file()2281 panic("read_binding_file: %s file not found", bindfile); in read_binding_file()