Home
last modified time | relevance | path

Searched refs:ce_attach (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/sys/dev/ce/
H A Dif_ce.c120 static int ce_attach __P((device_t));
126 DEVMETHOD(device_attach, ce_attach),
413 static int ce_attach (device_t dev) in ce_attach() function