Searched defs: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) function
1450 *lip = (ldi_ident_t)ident_alloc(name, NULL, DDI_DEV_T_NONE, major);
1465 lip = (ldi_ident_t)ident_alloc("genunix", NULL, DDI_DEV_T_NONE, -1);
1497 *lip = (ldi_ident_t)ident_alloc(name, NULL, dev, -1);
1520 *lip = (ldi_ident_t)ident_alloc(name, NULL, dev, -1);
1543 *lip = (ldi_ident_t)ident_alloc(name, dip, DDI_DEV_T_NONE, -1);
1565 *lip = (ldi_ident_t)ident_alloc(name, NULL, DDI_DEV_T_NONE, major);

Completed in 67 milliseconds