HomeSort by: relevance | last modified time | path
    Searched refs:slottype (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
podulebus.c 114 if (pa->pa_podule->slottype == SLOT_POD)
116 else if (pa->pa_podule->slottype == SLOT_NET)
170 printf("slottype=%d ", podule->slottype);
232 poduleexamine(podule_t *podule, device_t dev, int slottype)
240 podule->slottype = slottype;
241 if (slottype == SLOT_NET)
319 podule->slottype = SLOT_NONE;
472 if (podules[loop].slottype != SLOT_NONE
    [all...]
netslot.c 101 podule->slottype = SLOT_NONE;
  /src/sys/arch/mac68k/nubus/
nubus.c 105 nubus_type slottype; local in function:nubus_attach
208 (void *)&slottype, sizeof(nubus_type)) <= 0)
215 if (slottype.category == NUBUS_CATEGORY_DISPLAY) {
234 &fmtblock, &dirent, (void *)&slottype,
244 na_args.category = slottype.category;
245 na_args.type = slottype.type;
246 na_args.drsw = slottype.drsw;
247 na_args.drhw = slottype.drhw;
  /src/sys/arch/acorn32/include/
podulebus_machdep.h 78 int slottype; member in struct:__anon529cc25c0108

Completed in 13 milliseconds