Home
last modified time | relevance | path

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

/freebsd/stand/common/
H A Dpnp.c71 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.h147 char *id_ident;
146 char *id_ident; global() member