Searched refs:pnp_Icheck (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/boot/i386/libi386/
H A Dbiospnp.c85 static struct pnp_ICstructure *pnp_Icheck = NULL; variable in typeref:struct:pnp_ICstructure
117 pnp_Icheck = NULL;
120 pnp_Icheck = (struct pnp_ICstructure *)sigptr;
125 if (pnp_Icheck == NULL)
282 *(u_int16_t *)argp = pnp_Icheck->pnp_rmds;
287 v86.addr = ((u_int32_t)pnp_Icheck->pnp_rmcs << 16) + pnp_Icheck->pnp_rmip;

Completed in 104 milliseconds