Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dbios.c575 u_int8_t *devnodebuf, tag; in pnpbios_identify() local
605 devnodebuf = malloc(bigdev + (sizeof(struct pnp_sysdevargs) - sizeof(struct pnp_sysdev)), in pnpbios_identify()
607 if (devnodebuf == NULL) { in pnpbios_identify()
611 pda = (struct pnp_sysdevargs *)devnodebuf; in pnpbios_identify()