Searched defs:ldi_ident_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsunldi.h53 typedef struct __ldi_ident *ldi_ident_t; typedef in typeref:struct:__ldi_ident
83 extern ldi_ident_t ldi_ident_from_anon(void);
85 extern int ldi_ident_from_mod(struct modlinkage *, ldi_ident_t *);
86 extern int ldi_ident_from_major(major_t major, ldi_ident_t *);
87 extern int ldi_ident_from_dip(dev_info_t *dip, ldi_ident_t *);
88 extern int ldi_ident_from_dev(dev_t, ldi_ident_t *);
89 extern int ldi_ident_from_stream(struct queue *, ldi_ident_t *);
90 extern void ldi_ident_release(ldi_ident_t);
97 ldi_handle_t *, ldi_ident_t);
99 ldi_handle_t *, ldi_ident_t);
[all...]

Completed in 67 milliseconds