Home
last modified time | relevance | path

Searched refs:dld_init_ops (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddld.h417 void dld_init_ops(struct dev_ops *, const char *);
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1178 STUB(dld, dld_init_ops, nomod_void);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1255 STUB(dld, dld_init_ops, nomod_void);
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_str.c479 dld_init_ops(struct dev_ops *ops, const char *name) in dld_init_ops() function
/titanic_41/usr/src/uts/common/io/mac/
H A Dmac.c519 dld_init_ops(ops, name); in mac_init_ops()