HomeSort by: relevance | last modified time | path
    Searched defs:rct (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/cardbus/
rbus_ppb.c 223 struct rbus_pci_addr_fixup_context rct; local in function:rbus_pci_addr_fixup
230 rct.csc=csc;
231 rct.ct=ct;
232 rct.sc=sc;
233 rct.caa=caa;
234 rct.minbus = minbus;
235 rct.maxbus = maxbus;
236 rct.bussize_ioreqs = kmem_zalloc(size, KM_SLEEP);
237 rct.bussize_memreqs = kmem_zalloc(size, KM_SLEEP);
238 rct.iobustags = kmem_zalloc(maxbus * sizeof(rbus_tag_t), KM_SLEEP)
450 struct rbus_pci_addr_fixup_context *rct = local in function:rbus_pci_phys_countspace
467 struct rbus_pci_addr_fixup_context *rct = local in function:rbus_do_phys_countspace
492 struct rbus_pci_addr_fixup_context *rct = local in function:rbus_pci_phys_allocate
513 struct rbus_pci_addr_fixup_context *rct = local in function:rbus_do_phys_allocate
    [all...]
  /src/sys/arch/vax/boot/boot/
mfm.c 322 short rct; /* "replacement control table" (RCT) */ member in struct:mfm_xbn
323 short rct_ncopies; /* number of copies of the RCT */
349 printf("seek-rate: %d, crc/eec: %s, RCT: %d, RCT-copies: %d\n",
350 p->seek_rate, p->crc_eec ? "EEC" : "CRC", p->rct, p->rct_ncopies);
  /src/sys/arch/vax/vsa/
hdc9224.c 101 short rct; /* "replacement control table" (RCT) */ member in struct:rdgeom
102 short rct_ncopies; /* number of copies of the RCT */
602 printf ("seek-rate: %d, crc/eec: %s, RCT: %d, RCT-copies: %d\n",
603 p->seek_rate, p->crc_eec?"EEC":"CRC", p->rct, p->rct_ncopies);

Completed in 50 milliseconds