Home
last modified time | relevance | path

Searched refs:bindfile (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/ypcmd/
H A Dyp_b.h73 int bindfile; /* File with binding info in it */ member
H A Dyp_b_subr.c991 pdom->bindfile = -1;
/titanic_50/usr/src/lib/libnsl/yp/
H A Dyp_b.h81 int bindfile; /* File with binding info in it */ member
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c2258 read_binding_file(char *bindfile, struct bind **hashtab, in read_binding_file() argument
2280 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()