Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dbios.c527 struct pnp_sysdev struct
553 struct pnp_sysdev node; argument
573 struct pnp_sysdev *pd; in pnpbios_identify()
607 devnodebuf = malloc(bigdev + (sizeof(struct pnp_sysdevargs) - sizeof(struct pnp_sysdev)), in pnpbios_identify()
631 if (pd->size < sizeof(struct pnp_sysdev)) { in pnpbios_identify()
669 pd->size - sizeof(struct pnp_sysdev), 0); in pnpbios_identify()
678 left = pd->size - sizeof(struct pnp_sysdev); in pnpbios_identify()