Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmodctl.h610 extern int read_binding_file(char *, struct bind **,
/titanic_50/usr/src/uts/common/os/
H A Dmodctl.c180 num_devs = read_binding_file(majbind, mb_hashtab, make_mbind); in mod_setup()
222 (void) read_binding_file(sysbind, sb_hashtab, make_mbind); in mod_setup()
915 (void) read_binding_file(sysbind, sb_hashtab, make_mbind); in modctl_read_sysbinding_file()
H A Dinstance.c204 (void) read_binding_file(file, NULL, in_pathin); in e_ddi_instance_init()
H A Dmodsysfile.c2258 read_binding_file(char *bindfile, struct bind **hashtab, in read_binding_file() function