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

  /src/sys/sys/
device.h 551 device_t config_attach_acquire(device_t, cfdata_t, void *, cfprint_t,
  /src/sys/kern/
subr_autoconf.c 1874 config_attach_acquire(device_t parent, cfdata_t cf, void *aux, cfprint_t print, function in typeref:typename:device_t
1898 * config_attach_acquire with a matching device_release once they
1909 dev = config_attach_acquire(parent, cf, aux, print, cfargs);

Completed in 14 milliseconds