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

  /src/sys/dev/acpi/
acpi_pci.c 470 device_locator(dv, PCICF_DEV) == ap->ap_device &&
471 device_locator(dv, PCICF_FUNCTION) == ap->ap_function)
  /src/sys/dev/pci/
pci.c 507 d = device_locator(child, PCICF_DEV);
508 f = device_locator(child, PCICF_FUNCTION);
1367 device = device_locator(child, PCICF_DEV);
1368 function = device_locator(child, PCICF_FUNCTION);
  /src/sys/sys/
device.h 609 int device_locator(device_t, u_int);
  /src/sys/dev/scsipi/
scsiconf.c 527 target = device_locator(child, SCSIBUSCF_TARGET);
528 lun = device_locator(child, SCSIBUSCF_LUN);
  /src/sys/dev/cardbus/
cardbus.c 715 ct = sc->sc_funcs[device_locator(child, CARDBUSCF_FUNCTION)];
1229 ct = sc->sc_funcs[device_locator(child, CARDBUSCF_FUNCTION)];
  /src/sys/kern/
subr_device.c 302 device_locator(device_t dev, u_int locnum) function in typeref:typename:int
  /src/sys/dev/pcmcia/
pcmcia.c 302 KASSERT(device_locator(child, PCMCIACF_FUNCTION)

Completed in 18 milliseconds