Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c223 ident_alloc(char *mod_name, dev_info_t *dip, dev_t dev, major_t major) in ident_alloc() function
1467 *lip = (ldi_ident_t)ident_alloc(name, NULL, DDI_DEV_T_NONE, major); in ldi_ident_from_mod()
1482 lip = (ldi_ident_t)ident_alloc("genunix", NULL, DDI_DEV_T_NONE, -1); in ldi_ident_from_anon()
1514 *lip = (ldi_ident_t)ident_alloc(name, NULL, dev, -1); in ldi_ident_from_stream()
1537 *lip = (ldi_ident_t)ident_alloc(name, NULL, dev, -1); in ldi_ident_from_dev()
1560 *lip = (ldi_ident_t)ident_alloc(name, dip, DDI_DEV_T_NONE, -1); in ldi_ident_from_dip()
1582 *lip = (ldi_ident_t)ident_alloc(name, NULL, DDI_DEV_T_NONE, major); in ldi_ident_from_major()