Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/config/
Dmkioconf.c352 if (inst >= p->p_inst) in emitparents()
354 inst = p->p_inst; in emitparents()
356 "static const struct cfparent pspec%d = {\n", p->p_inst); in emitparents()
453 fprintf(fp, "&pspec%d },\n", ps->p_inst); in emitcfdata()
Ddefs.h247 int p_inst; /* parent spec instance */ member
Dsem.c1946 inst = p->p_inst; in getpspec()
1958 p->p_inst = inst; in getpspec()