Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/common/
H A Dpnp.c73 pager_output(STAILQ_FIRST(&pi->pi_ident)->id_ident); /* first ident should be canonical */ in pnp_scan()
109 if (!strcmp(id->id_ident, ident)) in pnp_addident()
113 id->id_ident = strdup(ident); in pnp_addident()
142 free(id->id_ident); in pnp_freeinfo()
H A Dbootstrap.h154 char *id_ident; member